static and dyanamic testing
Answers were Sorted based on User's Feedback
Answer / siva
STATIC TESTING (Look and Feel Testing):
It is a type of testing in which one will perform testing on
the application or its related factors without
doing any actions.
EX: GUI Testing, Document Testing, Code Reviews etc͙,
DYNAMIC TESTING:
It is a type of testing in which one will perform testing on
the application or its related factors by doing
some actions.
Ex: Functional Testing.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / rohituppal
Static testing ->
1. Testing done without executing the code
2. Main aim is prevention of the bug
3. Cost of dug detection & fixation is low
4. ROI is high
Dynamic testing ->
1. Testing done by executing the code
2. Main aim is to find bug
3. Cost of dug detection & fixation is high
4. ROI is low
| Is This Answer Correct ? | 1 Yes | 0 No |
What is the outcome of integration testing?
What is buffer overload? How can you test buffer overload in the AUI?
Hi, Below is a question on white box testing. Kindly help me in answering it. How many test cases are needed to obtain 100% branch coverage. This question was asked in ISTQB foudation level exam - Dec21 2008. Read(A,C) If(A<10) then Print A; Endif If(C>100) then Print C is greater then A else if(C<100) then print only C Endif else Options - a. 4 b. 3 c. 2 d. 1 Kindly answer with explanation so that it would be easy to understand
how to perform reviews
What are the different levels of manual testing?
How to write the test scenario?Explain by giving Example.
What does the verification process include: a. Reviews b. testing c. Both D. none of these
can anyone give me example of the following:- low severity & high priority medium severity & medium priority high severity & low priority
Can any one explain about state based and graph based testing? and the difference between them? Very urgent.......... Please...... Thanks in Advance......... regards, Murthy.M
What is meaning by protype in SDLC ?
In Test Case Document, Expected Result and Verify are the same fields?
What types of validation check u need to do in fund transfer..?