473,383 Members | 2,005 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,383 software developers and data experts.

question about a phrase

hey all,

i was reading an article on Testing.Net Application Blocks and I came across
a phrase in the article:

White box testing

and i think i missed the class on this terminology. and this is not the only
place i see this type of phrase. the term black box seems to come up too.
what does this mean?

thanks,
rodchar
Jul 21 '05 #1
1 1214
Hey rodchar,

As to white box (from
http://www.webopedia.com/TERM/W/Whit...Testing.html):

"Also known as glass box, structural, clear box and open box testing. A
software testing technique whereby explicit knowledge of the internal
workings of the item being tested are used to select the test data. Unlike
black box testing, white box testing uses specific knowledge of programming
code to examine outputs. The test is accurate only if the tester knows what
the program is supposed to do. He or she can then see if the program
diverges from its intended goal. White box testing does not account for
errors caused by omission, and all visible code must also be readable.

"For a complete software examination, both white box and black box tests are
required."

Black box testing would be where the tests don't care or even know what the
inner workings are of the component.

HTH,

John

"rodchar" <ro*****@discussions.microsoft.com> wrote in message
news:26**********************************@microsof t.com...
hey all,

i was reading an article on Testing.Net Application Blocks and I came across a phrase in the article:

White box testing

and i think i missed the class on this terminology. and this is not the only place i see this type of phrase. the term black box seems to come up too.
what does this mean?

thanks,
rodchar

Jul 21 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Follower | last post by:
Hi, I am working on a function to return extracts from a text document with a specific phrase highlighted (i.e. display the context of the matched phrase). The requirements are: * Match...
3
by: lonelyplanet999 | last post by:
Hi, I'm a newbie to perl and is now studying about perl programming, I read some perl programming tutorials online (enter 'Perl tutorial' at google.com) and also find some sample perl scripts...
0
by: JakeS | last post by:
Hi there, I work for a municipal Government in Canada and we are having great difficulty getting a high quality web search implmented on our 8,000 page web site. We are trying to refine our...
1
by: Clunixchit | last post by:
Im writing a program in which i have to perform several mallocs in order to simply my code i have used void e_malloc(){ perror("malloc"); _exit(EXIT_FAILURE); } if ( !(phrase.T = malloc (...
6
by: rodchar | last post by:
Hey all, I'm trying to understand Master/Detail concepts in VB.NET. If I do a data adapter fill for both customer and orders from Northwind where should that dataset live? What client is...
4
by: Matthew Wilson | last post by:
I want to write a function that each time it gets called, it returns a random choice of 1 to 5 words from a list of words. I can write this easily using for loops and random.choice(wordlist) and...
41
by: barcaroller | last post by:
Is it now common practice to use conditional statements like if (0 == i) if (-1 == i) if (true == i) if (5 == i) over the more traditional statements like if (i == 0)
17
by: Ben Bacarisse | last post by:
candide <toto@free.frwrites: These two statements are very different. The first one is just wrong and I am pretty sure you did not mean to suggest that. There is no object in C that is the...
160
by: raphfrk | last post by:
Is this valid? int a; void *b; b = (void *)a; // b points to a b += 5*sizeof(*a); // b points to a a = 100;
1
by: chromis | last post by:
Hi, I've been trying to create a carousel class which takes an array of phrases and then creates a textfield for each one positioning it vertically based on the order it was added. The next stage...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.