difference between static and dynamic testing( not just
definition) as a 4+ experienced guy
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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 |
What is deferred?
What is Defect Leakage? and explain with example?
what is test phase?i want answer any body give me answer pls
How would you do the ollowing Security Testing for web application? 1) Authentication. 2) Authorization. 3) cookies. 4) penetration testing. 5) session testing. 6) encryption and decryption testing
What r the domain for pharma, interview if they ask about phrma application, what need to tell, is there anybody have screens or any information please tell me and if have URL let me know please.
is there any openings in testing mba guys
What r the features,u take care in prototype testing?
what is the important difference between system testing and functional testing?
What is Fulltime testing?
How Could u Present Test Strategy for the Product Testing?
What is Six sigma ?Expain.
How to write test cases for testing databases,especially for testing and writing test cases for stored procedures.