Question: Please answer as soon as possible: (Software Engineering) 2. For the code below, consider the test suites (a) and (b). Mention their effectiveness in terms
Please answer as soon as possible: (Software Engineering)

2. For the code below, consider the test suites (a) and (b). Mention their effectiveness in terms of branch, statement and path coverages. (10) a) T1 ={(x=12,y=5),(x=1,y=35)} areTheyPositive (int x, int y) f if (x>=0) print ("x is positive"); else print (" x is negative"); if ( y=0) print (" y is positive"); else print(" y is negative")
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
