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

we have combo box for country and states ,if we select India from country box it will Autometically add the all states of India in states box write a test cases for this

1 Answers   Nous,


Apart from testing what are ypur roles as a tester.

0 Answers  


What is the big deal about ‘requirements’?

0 Answers  


Random order tests are conducted to exercise different class instance life histories. is it true

1 Answers  


What is call-pair?

1 Answers  






What is the difference between a defect and a failure?

0 Answers  


Plz give me manual testing real test case ?

0 Answers   Aerosol,


What are the different types of software testing?

0 Answers  


1.what kind of testing have you done ?

0 Answers  


can any body tell me vat is the status of the bug when it is going for retesting and where we write the bugs in case of retesting

2 Answers  


How to test an application if it was already developed and it is in the state of changing the functionality according to the customer requirement How to start testing in this situation. I got an application to test.It is a desktop application.It is still developing and started 8 months back.how can i start to test this application? Is it the right way to test it in "Random testing"? or writing the testcases from page one and executing them.i have an another responsibility that is I have to automate that application. can anyone tell me what is the process to test this application.

0 Answers  


what is the difference betwen quality center version 9.0 and version 10.0

1 Answers  


Categories