What is the difference between static and dynamic testing?
Answer Posted / yasin tamboli
Static testing is verification testing technique where we test the requirement doc and design doc prior to software being developed i.e. testing without giving any i/p.
Testing is done before code developed.
This done during analysis and design phase using reviews techniques.
It is about prevention.
Main objective of Static testing is to improve the quality of software product by finding errors in early stages of development cycle.
Also known as ‘Non execution testing’ or ‘Verification Testing’.
Dynamic testing is validation testing where we test the developed software i.e. testing with i/p and checking the expected results.
Testing is done after code developed.
This testing done by white box testing or black box testing.
It is about Cure.
Main Objective Dynamic testing Software product work as per business requirements.
Also known as ‘Execution Testing’ or ‘Validation Testing’.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the responsibility of programmer’s vs QA?
send the senario template
What is the difference between manual testing and automation testing?
test cases on bangles???
What does 100% statement coverage mean?
Why Equivalence Partitioning is called equivalence or what is the significance of equivalence term in ECP?
What are the main key components in web applications and client and server applications?
What kind of testing to be done in client server application and web application? Explain
What are the advantages of waterfall model?
What is the different between SIT and UIT?
Explain the procedure for manual testing.
What is difference between Bug resolution meeting & Bug Review Committee? Who are participants?
Have you prepared traceability matrix and how to prepare it?
what are the risk factors in the project? what is the base for testplan and entry criteria ,exit criteria for test plan?
In usability testing we check spelling, content, look and feel, color combination, link or menu navigation? please let me know more about usability testing.