Multiple Choice
This Testing Technique examines the basic program structure and it derives the test data from the program logic; Ensuring that all statements and conditions executed at least once. It is called as
A) block box testing
B) white box testing
C) grey box testing
D) closed box testing
Correct Answer:

Verified
Correct Answer:
Verified
Q15: Executing the same test case on a
Q16: Informing to the developer which bug to
Q17: What is correct Software Process Cycle?<br>A)plan(p)------>check(c)------>act(a)----->do(d)<br>B)plan(p)------>do(d)------>check(c)----->act(a)<br>C)plan(p)------>do(d)------>act(a)----->check(c)
Q18: Retesting modules connected to the program or
Q19: Path Tested = Number of Path Tested
Q20: Defects generally fall into the following categories?<br>A)wrong<br>B)missing<br>C)extra<br>D)all
Q21: Stratification is a Technique used to analyze/divide
Q22: Conducted to validate that the application, database,
Q23: It provides a set of levels and
Q25: Boundary value analysis belongs to which testing