Skip to content
Preeti Sharma edited this page Apr 23, 2015 · 8 revisions

##9.Testing

  1. Black Box Testing
  2. White Box Testing

####9.1 Black box testing:
In Black Box testing or functional testing test cases are decided. Test cases are decided on the basis of the requirements or the specifications of the program or module.
Black Box testing is done in the project to remove the errors:

  • Incorrect or missing function.
  • Interface errors.
  • Behavioral or performance error.

blackbody

The Above Diagram is For following Source:

  1. Time Tables
  2. Syllabus
  3. Formats
  4. Faculty CV’s
  5. Courses PPTs by Subject Teachers
  6. Miscellaneous

####9.2 White Box testing:
The White Box testing or Structural testing performs close operation of procedural details. They test the software logical path by having test cases exercising specific sets of conditions and loops. White Box testing is done in the project to remove the errors.

  • All modules path have been exercised at least once.
  • Exercised on logical decisions.
  • Executed all loops at their boundaries and within their operational bounds.
  • Exercised internal data structure to ensure their validity.

white body diagram

Clone this wiki locally