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?
No Answer is Posted For this Question
Be the First to Post Answer
How many test cases you will execute per day?
How to create Test Data? What are the Fields in Test Data. Please any one specify the format of Test Data?
What is business validation test case?
consider a program module that inputs two (2) values, n and max, and computes the sum of the first n integers as long as this sum is less than max; otherwise an error should be reported. if n is negative, then it takes the absolute value. a) list the equivalence partitions, and b) list the boundary values.
How to write test cases for the following scenario: The system shall limit the search result display to 200 records. Do we need to write test data for it. How do we create a test data for it.
how to Create a test plan document for Library Management System
write test cases for whatsapp messaging..?
1 Answers IBM, Stag Computers,
test cases for friend finder system using gps?
how to write test case on gmail for TO field in compose page? only for the particular field.what will different type of user do with it like student,doctor?
Hai can anybody give me an idea about writing automated test cases in qtp using VB scprit.please respond as quicky as possible.
Have any idea how to prepare test cases for medical claim, Online mobile recharge.
What is p0,p1,p2,p3 in software tesing