SOFTWARE TESTING
TEST PLAN AND TEST CASE DEVELOPMENT
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
Which of the following is/are White box technique?
|
Statement Testing
|
|
Decision Testing
|
|
Condition Coverage
|
|
All of the mentioned
|
Explanation:
Detailed explanation-1: -Which of the following is/are White box technique? Explanation: Statement testing, decision testing, condition coverage all of them uses white box technique.
Detailed explanation-2: -Answer: (a) Structural Testing. Explanation: Structural testing is also known as a White box or Clear box, or Glass box testing.
Detailed explanation-3: -Step 1: Identify the feature, component, program to be tested. Step 2: Plot all possible paths in a flowgraph. Step 3: Identify all possible paths from the flowgraph. Step 4: Write Test Cases to cover every single path on the flowgraph. Step 5: Execute, rinse, repeat. 28-Nov-2016
There is 1 question to complete.