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 |
how to select tese cases for automation.give me an example plz.
What actually you(Testing) people do when a new project starts. i.e can you give clear idea how testing is integrated with Project development &Release
What are the different roles of testers in Verification and Validation?
Can any one explain the all types of testing in detail with aim of the testing,purpose,Person Doing,entry criteria,exit criteria,Documents required.....its very helpful for me..if possible send it to my mail id varalaruu@gmail.com
What tool do you use in mobile testing?
why a developer is not good tester?
What is the difference between a bug, a defect and an error?
In a system designed to work out the tax to be paid: An employee has £4000 of salary tax free. The next £1500 is taxed at 10% The next £28000 is taxed at 22% Any further amount is taxed at 40% To the nearest whole pound, which of these is a valid Boundary Value Analysis test case? The options provided are a)£1500 b)£32001 c)£33501 d)£28000
How do u prepare test environment for ur application?
what is the diffn betn web based application and client server application
what is the difference between web applications and lient server applications
I want the correct answer for this question, because i read so many answers from this site which have wrong answers for this question and so during interviews i only gave wrong answers. If anyone really knows the right answers only then answer, Pls give the examples for: High Priority High severity, HP LS, HS LP, LS LP.