Analyze the following highly simplified procedure:
Ask: "What type of ticket do you require, single or return?"
IF the customer wants ‘return’
Ask: "What rate, Standard or Cheap-day?"
IF the customer replies ‘Cheap-day’
Say: "That will be £11:20"
ELSE
Say: "That will be £19:50"
ENDIF
ELSE
Say: "That will be £9:75"
ENDIF
Now decide the minimum number of tests that are needed to ensure that all the questions have been asked, all combinations have occurred and all replies given.
A. 3
B. 4
C. 5
D. 6
Write test caes on 1.excel sheet 2. gmail attachments 3.raiway ticketing 4.negative test cases on net banking
Create Test Cases based on Software Testing Principles Write the Test Cases to validate Command Line utility - ‘MAX’. The utility displays the maximum of the 2 specified Integers. Please note down any assumptions that you make. e.g. MAX 2 3
Need help to write test case for "Check Availability" field. Any help would be highly appreciated!
Write 10 test cases for the condition P=R/I where R and I are integer and P is floating point.
Can any one please tell me what is the use of negative test cases when we are giving the invalid input in test data
what test case is written specifically for web applications?
10 Answers Aricent, Mind Tree,
Using the same code example as question 17,how many tests are required to achieve 100% branch/decision coverage? A. 1 B. 2 C. 3 D. 4
How to write test cases for manual testing? What are the main syntex for writing test cases for Junit?
how to write test case for check box like check boxes in gmail and yahoo inbox
write a test cses for sending mails through microsoft- outlook xpress?
How do you review the test cases which are prepared by your team member. answer is: using traceability matrix, matching testcases with the requirements. He again asked - assume that all the test cases are matched with the requirements, then what do you do, how do you proceed in this case..
how to write the test case for 1 to 12 months in equivalence partitioning?