How to write the test cases for STP
How many test cases are necessary to cover all the possible sequences of statements (paths) for the following program fragment? Assume that the two conditions are independent of each other: if (Condition 1) then statement 1 else statement 2 end if if (Condition 2) then statement 3 end if A. 2 Test Cases B. 3 Test Cases C. 4 Test Cases D. Not achievable
Given the following code, which is true about the minimum number of test cases required for full statement and branch coverage: Read P Read Q IF P+Q > 100 THEN Print “Large” ENDIF If P > 50 THEN Print “P Large” ENDIF how to find statement and branch coverage? Explain in brief?
Test a file replication service that copies files from one net location to another
write test case for button of google page?"i am feeling lucky" if button is not appear on page?
regression testing falls under white box or black box testing?
Explain the load testing?
Can anybody help me out to write test cases for booking train ticket online???
pls let me know the answer, recently i faced this question in interview. when you are writing the test cases,if the requirements are changed what will u do?
explain with examples- transaction testing, syntax testing, domain testing, logic testing, and state testing.
14. How many test cases are necessary to cover all the possible sequences of statements (paths) for the following program fragment? Assume that the two conditions are independent of each other : - ………… if (Condition 1) then statement 1 else statement 2 fi if (Condition 2) www.istqb.guru then statement 3 a. 2 Test Cases b. 3 Test Cases c. 4 Test Cases d. Not achievable Please explain this how to solve?
what are the inputs required for writing test cases
wht are the test cases, we have to write for check box, Anybody can help me. Thanks in advance.