Static testing after Dynamic testing.

Is it useful to do static testing after dynamic testing?

Questions by nitap   answers by nitap

Showing Answers 1 - 6 of 6 Answers

We should not do Static testing after Dynamic testing because Static testing comes early in STLC. and the whole idea behind testing is to reduce the defects at later stage which will not be solved by doing the things other way round.

  Was this answer useful?  Yes

gsrmohan

  • Feb 4th, 2011
 

Static testing is the process in which we verify the code, algorithm or documents.
So it comes early in the SDLC (Ex: Test Plan review, Test Case Review etc,...)

Where as

Dynamic Testing is the process in which we examine the physical response from the system.(Ex: Unit Testing, Integration Testing, System Testing , Acceptance Testing etc...)

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions