About this document
Dry Run Testing in Software Development by Abhinand Titus is a document available to read on EtoBox.
There are three main types of testing strategies: black box testing, white box testing, and dry run testing. Black box testing treats the system as a "black box" where the internal workings are unknown and testing focuses on inputs and outputs. White box testing understands the internal code structure and tests different paths through the program. Dry run testing involves examining source code step-by-step to determine how it will run. Testing should use typical, erroneous, and extreme test data to ensure r
- Author
- Abhinand Titus
- Language
- EN