- Mar 06, 2019
- admin
- 0
What is Static Testing and Dynamic Testing?
Static testing is more cost-effective than dynamic testing. Static testing is done in verification stage whereas dynamic testing is done in validation stage. Instatic testing code is being examined without being executed whereas In dynamic testing, code is being executed and tested without necessarily being examined.
What are the advantages of static testing?
Since static testing can start early in the life cycle so early feedback on quality issues can be established. As the defects are getting detected at an early stage so the rework (Revise and rewrite) cost most often relatively low. Developmentproductivity is likely to increase because of the less rework effort.