Question: Q2 Lets assume that you are testing the login functionality of any web application, say Facebook. Test case title Pre-condition Actions Expected response from the
Q2 Lets assume that you are testing the login functionality of any web application, say Facebook.
| Test case title |
| |
| Pre-condition | ||
| Actions | Expected response from the system | Success or fail? |
|
| ||
|
| ||
|
|
| |
| Post-condition | ||
Q3 Draw the control flow graph for the following code?
Program subtraction
s = 0;
While (x < y) {
x = x + 3;
y = y + 2;
if (x y < 100)
s = s + x + y;
else
d = d + x + y;
//end if
} %end while
print (d)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
