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
A. 1 test for statement coverage, 3 for branch coverage
B. 1 test for statement coverage, 2 for branch coverage
C. 1 test for statement coverage, 1 for branch coverage
D. 2 tests for statement coverage, 3 for branch coverage
E. 2 tests for statement coverage, 2 for branch coverage
in test case we would write log and login ?what is the dif bet both of them
Explain the unit testing?
How to write test scenarios for a Web application, with an example?
can anyone send me a copy of a business requirement and test cases attributed to such requirent. thank u
How to write test cases for lift?
What are basic types of test cases?
if software faild in customer environment what we called a)error b)fault c)defect d)failure
How to write testcases for username creation?Given requirements are min 6characters,atleast one alphabet,alpha,alphanumric
i m a fresher working in healthcare industry. here we hve no tool for testing. how i ll do manual testing?plz suggest anyone me urgently... i knw to write test case bt i dont knw where to write n how to execute it manually
Write 5 best test cases for : Blog,Join now(button)(social networking site,community site)
Explain the smoke testing?
This question is regarding MC/DC coverage (A and B) or (B and C) or (A and C) ? how many conditions are there in above expression? what are the test cases for statement, decision, condition, MC/DC and multiple condition overage explain in deatil why ?