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 difference between severity and priority

8 Answers   CSC, Wipro,


What types of testings can you use in a sequence to test ATM transaction??

3 Answers   GrapeCity,


what is srs based review, brs based review and trm based review

1 Answers  


how to do cookies testing in realtime through manual testing? pls give some realtime example?

0 Answers  


Hi there!!! Im Varun...i've completed my B.Sc in 2013.now im woriking in pharmaceitical company.now i want to shift to IT field..for that ive learned Manual testing.now i want to put 1+ years fake..wat my doubt s can i manage as fresher or any problem???suggest me im confused????

1 Answers  


What do you mean by SLC ?

5 Answers   CSC,


What is the difference between test case, test suite, test script, test scenario & test plan?

5 Answers   iSoft, McDonalds,


Who will participate in testcase review?

2 Answers  


There are some features to improve the performance of a Product. What are those factors?

1 Answers   Target,


what is RCA and how to do root cause analysis

1 Answers   Infosys,


Testing methodologies and Testing techniques are the same one? Hope Black and White box testings come under test techniques. Then what will come under methodologies ?

5 Answers  


How to write a Scenario and test cases for ATM Machine or Lift Operator/Escalator?

8 Answers   Aryavrat Infotech, Microsoft, TCS,


Categories