What is difference between static and dynamic and testing?
Answer Posted / jai ganesh.m
Static testing:
*finding the defect in earlier stage.
*verification performed without execution like
1.code inspection
2.reverse engineering(through testing understanding
the domain)
Dynamic testing:
*verification or validation performed by execution.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
How to test the below code and write test case? Prove that this code is wrong? int add(int a ,int b) {return a+b; }
What is the most important phase in STLC and Why
What are the differences between stlc and sdlc?
What is virtual creation tool?
Can you explain equivalence partitioning?
can anyone tell me few critical bugs in ecommerce project.
What is the typical situation u faced while collecting the test data?
Explain test metric and the information it provides.
What are the different types of integration testing?
if go through 1 or 2 projects clearly,then i feel comfortable to search the job,please help me
Explain the advantages of automation over manual testing?
What ishigh severity, low priority bug?
what is prototyping model,RAD model V model, spiral model?????
Can anybody write the test cases for the following scenario. I want to create District. for that, District Code field, District Name field, Reset button, Submit button, Back button are there in the screen. whenever we enter District Code & District Name in the related fields, by clicking on Submit button, District should be created. By clicking on Reset button, all fieds should be cleared. By clicking on Back button, user should navigate to home page. Can you write the test cases for the scenario. I want to know the test case format for the scenario. what procedure is the best. tahnks in advance...
What is mean by multi-threading testing?