what is the difference between static and dynamic testing?

Static Testing:
  • Static testing is performed using the software documentation. The code is not executed during static testing.
  • Most verification techniques are static tests.

Dynamic Testing:

  • Dynamic testing requires the code to be in an executable state to perform the tests.
  • Most validation test are dynamic tests

No comments:

Post a Comment

Share/Save/Bookmark
 
Design Patterns