Question: Designing Test Cases using White box and Black box approach 1. Apply Multiple Decision Condition Coverage unit testing approach of following code and design
Designing Test Cases using White box and Black box approach 1. Apply Multiple Decision \ Condition Coverage unit testing approach of following code and design all the test cases based on result of branch condition coverage IF(x<15 and y>30) { Z=ADD(x,y) ELSE Z=SUB(x,y) } END.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
