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
How do you differentiate the roles of Quality Assurance Manager and Project
how to execute test cases manually
if account balance less than 5000 for a month ,account should become in active. if bal greater than 5000 account should b active. Write test cases for the above scenario
what is run time object
4 Answers Infinite Computer Solutions,
how to write test case for Add, Delete,Update,search and Edit button. Please its urgent.Could anybody help me as soon as possible
How to write test cases for manual testing? What are the main syntex for writing test cases for Junit?
Which testing is important, positive testing or negative testing. Test cases for postive and negative testing for a given functionality.
i was asked to generate test data for a equlateral triangle,please any one explain how to do & what are the process.
What is transaction testing?
What is the correct answer of basic types of test cases ?
How would you test a cup and or pencil?
Why does the boundary value analysis provide good test cases?