White Box Testing in Software Engineering
White Box Testing in Software Engineering
SOFTWARE ENGINEERING
• Done after unit testing to make sure components work well both
alone and together.
3.2 passes
• Nested loops: For nested loops, all the loops are set to their minimum
count, and we start from the innermost loop. Simple loop tests are
conducted for the innermost loop and this is worked outwards till all the
loops have been tested.
4.Integration with SDLC: White box testing can be easily started in Software
Development Life Cycle.
3.Bias in Testing: Testers may have a biased view of the software since
they are familiar with its internal workings.
4.Test Case Overhead: Redesigning code and rewriting code needs test
cases to be written again.
3.Proper test planning: Designing test cases to cover the entire code.
Execute rinse-repeat until error-free software is reached. Also, the results
are communicated.
2.Tester should write some code for test cases and execute them