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

Suppose wihile we are doing testing..A bug is reproduced what will be the necessary action taken by the tester?

2 Answers  


Consider if there is no Test lead, No Test Manager and QA Manager. If you are the senior test engineer, you are getting pressure from the client to give the build. But you see that, there r 5 high and 5 low sevierity bugs. So, what you will do and how you interact with the client.

14 Answers   Sonata, Xerago,


what is cyclomatic complexity ?

2 Answers  


Hi frenz!!! I heard that Satyam recruitment Pattern has changed like Written, Essay Writing and HR+Tech? Is that true???

3 Answers   Satyam,


give examples of incremental testing?

4 Answers   Logica CMG,






which basic priority u used in ur project?

1 Answers  


How much konwledge of server require for a software tester.?

2 Answers  


Is Alpha Testing done by Testers or Developers?

9 Answers  


What are the types of maintenance?

0 Answers  


What is smoke test?

0 Answers  


What is software configuration management?

0 Answers  


give me an Example of UAT test cases What is functional and nonfunctional explain What is validation testing

1 Answers  


Categories