|
View previous topic :: View next topic |
| Author |
Message |
pratap
Joined: 31 Aug 2007 Posts: 6
|
Posted: Sat Sep 01, 2007 5:06 pm Post subject: What is Black box testing..? |
|
|
| Please tell me What is Black box testing..? |
|
| Back to top |
|
|
|
sachdeva
Joined: 29 Aug 2007 Posts: 25
|
Posted: Sat Sep 01, 2007 5:08 pm Post subject: Black box testing |
|
|
| Black box testing implies that the selection of test data as well as the interpretation of test results are performed on the basis of the functional properties of a piece of software. Black box testing should not be performed by the author of the program (Thaller94, 92) who knows too much about the program internals. In new testing approaches, software systems are given a third external party for black box testing after having successfully finished the internal glass box testing exercises. |
|
| Back to top |
|
|
|
gatzephyr
Joined: 17 Dec 2007 Posts: 16 Location: EmeryVille , CA
|
Posted: Wed May 28, 2008 7:10 am Post subject: |
|
|
a black box is a testing method in which the tester has no knowledge of the inner workings of the program being tested. The tester might know what is input and what the expected outcome is, but not how the results are achieved _________________ QA Methodologies |
|
| Back to top |
|
|
|
|