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
What is the difference between Test Input and Test Data??
Can anybody tell test cases for the following condition? In a railway reservation form, 4 types of ticket ranges are there like a) age up to 3, NO TICKET. b) age up to 7, HALF TICKET. c) age up to 60, FULL TICKET. d) age from 61, SENIOR CITIZEN QUOTA. if you enter age into the text box the relevant message should be displayed..... Eg. FULL TICKET.
how to write testcase for the output of an program ****0 ***01 **012 *0123 01234
hoe to write test cases for the below field --------------- --------------- browse upload
how will we know test cases are written by us are correct
How to write test cases for manual testing? What are the main syntex for writing test cases for Junit?
how to write testcases for yahoo messagner
Can any1 tell me how to do and Integration test design and test cases for Order Inventory system for use cases. ALso how is that going to differ from System Testing. The system is similar to amazon.com online ordering system and you can place order by calling customer call center.
how we canwrite a test case on computer?
What is test cases for mobile phone ?
In an online shopping application there are 3 text boxes.One of Login,Add to the shopping cart and Purchase goods.Which & How many test cases can be written for these 3 text boxes?
give an example of how to write functional test case.in this test case can we write all +ve and -ve conditions?