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 a Use case? Is it possible to write test case without Use case?
exact definition of defect tracking?
what is the cheklist to check SRS document (after releasing) as a test ingineer and how can we check
what is test metrics? difference between test matrix and test metrics? (Asked in Zensar Hyderabad today(17-1-12010))
what is tracebility matrix?
3 Answers InteQ Software, Syntel, Trix,
hi all, i am new to testing environment.i have two questions 1.what is the difference between volume test and load test.? 2.generally ,what is the output for stress testing.?because it is beyond the limit.and what is the use of stress testing?
1Testing process followed in your company … 3. Testing Methodology 4. Where u maintains the Repositories? 5. What is CVS? 6. Bug Tool used? 7. How will you prepare traceability matrix if there is no Business Doc and Functional Doc? 8. How will you validate the functionality of the Test cases, if there is no business requirement document or user requirement document as such… 9. Testing process followed in your company? 10. Tell me about CMM LEVEL -4 …what are steps that to be followed to achieve the CMM -IV standards? 11. What is Back End testing? 14. How will u write traceability matrix? 15. What is CVS and why it is used? 16. What will be specified in the Defect Report…? 17. What is Test summary Report…? 18. What is Test Closure report…? 21. What are the Testing methodologies that u have followed in your project ? 22. What kind of testing that u have been involved in and explain about it…. 24. What is joins and what are the different types of joins in SQL and explain the same? 25. What is Foreign Key in SQL…?
What are the difference between Water fall model and V- Model? Which one is better? Why 80% of Software companies using Water fall model nowadays?
What is boundary value analysis and equivalent partition?
I will give you 200 test cases and you should complete those test cases within 1 hour. What is your next step?
A bank application with From a/c, To a/c, amount and a submit button - What are the conditions that you write for it.
what ia the necessity of sdlc, stlc and testcases