Thursday, 16 April 2015

What is the difference between Dynamic and Static Testing ?

“Static Testing” involves testing activities performed without actually running the software.
It includes Document review, code inspections, walkthroughs and desk checks etc.
Whereas “Dynamic Testing” Is used to describe the testing of the dynamic behavior of the
software code. It involves actual compilation & running of the software by giving input
values and checking if the output is as expected. It is the validation portion of Verification
and Validation.

No comments:

Post a Comment