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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!