difference between static and dynamic testing( not just
definition) as a 4+ experienced guy

Answers were Sorted based on User's Feedback



difference between static and dynamic testing( not just definition) as a 4+ experienced guy..

Answer / manjula.ch

static testing :means without executeing the source code on
computer.static testing involes code reviews,code
inspections,desktop checking.
example:code works according to the requirements
2.code has been any func missed out.

dynamic testing: means exceuting the code on computer.
we can do the unit testing ,code coverage testing like that

Is This Answer Correct ?    28 Yes 7 No

difference between static and dynamic testing( not just definition) as a 4+ experienced guy..

Answer / prasanna shetty

During static testing, you have a checklist to check
whether the work you are doing is going as per the set
standards of the organization.Review's, Inspection's and
Walkthrough's are static testing methodologies.

Dynamic Testing involves working with the software, giving
input values and checking if the output is as expected.
These are the Validation activities. Unit Tests,
Integration Tests, System Tests and Acceptance Tests are
few of the Dynamic Testing methodologies.

Is This Answer Correct ?    12 Yes 2 No

difference between static and dynamic testing( not just definition) as a 4+ experienced guy..

Answer / padmavathi

Static testing- Review Process takeplace. from static
testing itself we can find no. of defects. it's very help
for testing process and costwisw also good.
it will happen before starting a dynamic testing.
here 100% code coverage

Dynamic testing-Here actual testing process carried out.
here we can't say 100% code coverage.

Is This Answer Correct ?    10 Yes 4 No

difference between static and dynamic testing( not just definition) as a 4+ experienced guy..

Answer / n@n!

static testing : static testing can be used to test sanity
of the code.
other name for static testing is dry run testing.

dynamic testing : testing the dynaimic behaviour of the
code is called dynamic testing.
dynamic testing consists of
unit testing,module testing,integration testing,system
testing etc.....

Is This Answer Correct ?    3 Yes 11 No

Post New Answer

More Manual Testing Interview Questions

What is the difference between functional specifications and business requirement specification?

2 Answers  


what is integration testing and end to end testing?

1 Answers   Sapient,


Can you explain the concept of fish bone/ Ishikawa diagram?

0 Answers  


How would you deal with a bug that no one wants to fix? Both the SDE and his lead have said they won?t fix it?

9 Answers   CarrizalSoft Technologies, Microsoft,


Why Adhoc Testing is done?

1 Answers  






What is Testing Life Cycle. Explain Briefly?

2 Answers  


how to write manual testcases for download the files from the template. for example:from product cost enddate

0 Answers  


I m having SRS.In Manual Testing,how am I going to decide whether to pass particular test case or not from that SRS??

1 Answers  


What is the difference between functional & non-functional testing?

6 Answers  


what is meant by beta testing?

4 Answers  


Write a Testcase for mobile phone ?

2 Answers   HCL,


hi can anyone tell me about vision plus testing? and what about its future

2 Answers   Cap Gemini,


Categories