TestTypes Quiz Answer
TestTypes Quiz Answer
A. Ensure database access methods and processes function properly and without
data corruption
B. Ensure proper navigation and object states for each application window and
objects
C. Ensure proper target-of-test and background processes function
according to required business models and schedules
D. Ensure that an actor/user can access only those functions or data if they have
right
A. ii, iv
B. ii, iii
C. i, iii, iv
D. iii
A. Feasibility
B. Maintenance
C. Usability
D. Regression
A. 3
B. 4
C. 5
D. 6
A. System integration
B. Functional testing
C. Non-functional testing
D. Requirement's testing
A. Statement coverage
B. Condition coverage
C. Decision coverage
D. None of these
Disc = 0
Order-qty = 0
Read Order-qty
If Order-qty >=20 then
Disc = 0.05
If Order-qty >=100 then
Disc =0.1
End if
End if (1 Points)
Answer:
A. Statement coverage is 4
B. Statement coverage is 1
C. Statement coverage is 3
D. Statement Coverage is 2
WHILE (condition A) Do B
END WHILE
How many decisions should be tested in this code in order to achieve 100% decision
coverage? (1 Points)
Answer:
A. 2
B. Indefinite
C. 1
D. 4
A. Re Testing
B. Confirmation Testing
C. Regression Testing
D. Negative Testing
A. State-Transition
B. Usability
C. Performance
D. Portability
If(x>y) x=x+1;
else y=y+1;
while(x>y)
{
y=x*y; x=x+1;
} (1 Points)
Answer:
A. 1
B. 2
C. 3
D. 4
A. Validation techniques
B. Verification techniques
C. Both of the above
D. None of the above
Question18: Following example is a
A. Decision coverage
B. Condition coverage
C. Statement coverage
D. Path Coverage
A. Functional characteristics
B. Non functional characteristics
C. Both of the above
D. None of the above