Test case for flight reservation system
1. To check whether the page is possible to login without providing user any details
2. To check and try to login the page with three characterstics user name .
3. To check and login the page with valid username
4. To check and login the page with valid username and invalid password
5. To check and login the page with valid username and valid password
6. To check whether the password is encrypted form while entering the same
7. To check whether the application is accepting the date in DD/MM/YY format
8. To check whether the application is accepting the date in MM/DD/YY format
9. To check the date by entering the same in MM/DD/YY but execute the test by providing the single digit value for date and month E.g.6/7/13
10. To check whether the drop down list box are listings the name of the boarding places
11. To check whether the drop down list box are lisitng the name of the destination places to select the place.
12. To check the application whether it is showing the availability of the flights with date and timings of the departure
13. To check whether the cursor is moving to the name of the passenger field for entering the passenger name who is going to travel
14. To check the application is allowed to selecting the class of travel by clicking the available options like first, second and business class
15. To check whether the application is showing the details of the passenger order once it has been placed
plz correct me. when u r find any defect or mistakes if any.
| Is This Answer Correct ? | 1 Yes | 0 No |
Write all Possible (+ve and -ve) Test Cases for a Date Object (DD/MM/YYYY) which is entered manually?
How to write test case for this scenario. The system shall allow the user to select an option to sort the results by the city of the family contact
write the test case flipart.com
A wholesaler sells printer cartridges. The minimum order quantity is 5. There is a 20% discount for orders of 100 or more printer cartridges. You have been asked to prepare test cases using various values for the number of printer cartridges ordered. Which of the following groups contain three test inputs that would be generated using boundary value analysis?
how do u knw when to stop writing test case for a given project.
For the following piece of code, how many test cases are needed to get 100% statement coverage? Procedure X Read (Color) // Input color from user IF (Color == “Red”) THEN Call Roses(Color) ELSEIF (Color == “Blue”) THEN Call Violets(Color) ELSE PRINT “User is no Shakespeare” SaveToDatabase(Color) End Procedure X A. 5 B. 3 C. 1 D. 2
Sir I m student I mreading sytem testing as my core paper I want to know how I can make Test case for smple Login Form
how to testba storedprocedure?
How many test cases can u write 1) File - open dialog box in notepad pleasse write
1 Tarot 1.1 Purpose - Tarot tool will duplicate the tarot-reading process for the user online. - Tarot is a craft that uses a deck of 78 cards to predict a user’s past, present and future. - The cards are picked by the user and arranged in a specific spread, which represents points in his past, present, and future; based on the meanings of the cards selected, interpretations are given. 1.2 Scope Only for registered user. 1.3 User Interface User Interface: 1. Question – This is only for user experience, and has no bearing on the formulae / process. Simple long text box. 2. Selection of field – radio button selection of 1 of 3 choices(Love, Career, Personal), which affects 1 of 3 card- meaning databases to be used. After selection, the unselected databases do not affect or interact with the system. 3. Spread Selection – radio button selection of 1 of 3 choices(Celtic Cross, Horse Shoe, Simple 3 Card). This determines the number of cards being picked and the specific spread database to be used. This also affects the specific report format being used, as well as the card- selection GUI. 4. Card Selection – based on the input 3, a specific layout is shown where the user needs to identify X number of cards (X also determined by input 3) which are then shown in the spread. Every card selection identifies the spread position constants (A, B, C, etc) with specific variable values (Card numbers) creating an array. Report format will display on a separate new page, in the following sequence – - Statement of question asked - Selection of field - Selection of spread - Detailed description of position data, positions identified as per spread selection - Card meaning as picked in field selection 1.4.5 Interfacing/Sourcing Details 1.4.5 Rules and Conditions - Data needs to be calculated for all fields, but only a maximum of 3 cards data should be shown in the free report. For the rest, a payment would be required. - Payment reports not in phase 1 - The report needs to be emailable (so functionality to convert to text file / html document should exist, which will then be emailed to the user’s email address).
can any one give the format of writing test cases in excel sheet.
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?