|
View previous topic :: View next topic |
| Author |
Message |
raunak
Joined: 31 Aug 2007 Posts: 7
|
Posted: Sat Sep 01, 2007 6:04 pm Post subject: Black Box Unit Testing |
|
|
| What is Black Box Unit Testing ? |
|
| Back to top |
|
|
|
sachdeva
Joined: 29 Aug 2007 Posts: 25
|
Posted: Sat Sep 01, 2007 6:05 pm Post subject: Black Box Unit Testing |
|
|
| Black box unit testing focuses on testing the functionality of the application's individual components or units (each class and method) to ensure that they behave properly and satisfy a defined specification or use case. Having individual test cases for each unit of a code base allows for quick identification, isolation, and resolution of errors. Unit testing allows functionality problems to be identified and resolved as soon as they are introduced which is easier and dramatically less costly than leaving them until the end of the development cycle. The practice of unit testing, when applied as a regular element of the software development process, has been proven to significantly improve application quality, reliability, and performance and to enhance the overall productivity and predictability of a software development effort. |
|
| Back to top |
|
|
|
gatzephyr
Joined: 17 Dec 2007 Posts: 16 Location: EmeryVille , CA
|
Posted: Wed May 14, 2008 6:38 am Post subject: |
|
|
Black box unit testing focuses on testing the functionality of the application's individual components or units (each class and method) to ensure that they behave properly and satisfy a defined specification or use case. _________________ QA Methodologies |
|
| Back to top |
|
|
|
|