1.

What is the difference between Static and Dynamic Testing?

Answer»
Static TestingDynamic Testing
It means document evaluation to identify if there is any error or not. It is USUALLY CONDUCTED at SDLC beginning stage.Dynamic Testing is USED to execute the code. Expected outcome and OUTPUT is validated simultaneously.


Discussion

No Comment Found