0% found this document useful (0 votes)
122 views

Sample Question - Lab Product Testing SQA Testing

The document describes requirements for testing a KSRTC bus booking application. It includes 5 questions to test the application's search and booking functionality. The requirements specification provides details on the application's functional requirements and field validations. Test cases need to be created for positive, negative, and alternate scenarios and any found defects must be logged properly. Requirements, test cases, and defects need to be traceable.

Uploaded by

Chun Chun
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
122 views

Sample Question - Lab Product Testing SQA Testing

The document describes requirements for testing a KSRTC bus booking application. It includes 5 questions to test the application's search and booking functionality. The requirements specification provides details on the application's functional requirements and field validations. Test cases need to be created for positive, negative, and alternate scenarios and any found defects must be logged properly. Requirements, test cases, and defects need to be traceable.

Uploaded by

Chun Chun
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

KSRTC SERCH AND BOOK TICKETS

Read the requirements carefully and provide answers for the below questions:

Question 1: Cover Page – provide application name and your details.

Question 2: Identify all types of test scenarios – positive, negative, alternate scenarios.

Question 3: Write test cases for all the identified scenarios. Introduce test case techniques, wherever
applicable.

Question 4: Log the defect in a proper way so that any developer will understand. Provide all details for
the below identified defects.

 On clicking the calendar icon beside the “Return Date, “Page cannot be displayed” is shown.
 On clicking Search Available services, the search results are not published based on the search
criteria.
 On clicking All Ladies checkbox is not getting selected.

Question 5: Provide traceability for requirements, test scenarios, test cases, defects.

REQUIREMENT SPECIFICATION:

RO1. Functional Description:

Here is the KSRTC Bus Booking application requirement specification details. Search & Book Tickets
module is used to search KSRTC Buses for travelling different locations. The below screen will help the
user to search KSRTC Buses based on Trip, Date, Time, Number of Passengers, Ladies, Service Class .

 RO2. Field Validation:

>  Trip -  Radio button (One Way or Round Trip)

>  From :  Text Box is alphanumeric, This field can accept 256 characters.

 The values that is available in the current database is “Bangalore, Chennai, Mumbai, Pune”

>  To : Text Box, This field can accept 256 characters. Text box is alpha numeric.

 The values that is available in the current database is “Bangalore, Chennai, Mumbai, Pune”

>  Onward Date:  Text is view only;

 On clicking calendar Icon, Calendar will be displayed and user can select the date of travel.
 Date is displayed in DD/MM/YYYY format.

>  Time: Dropdown.

 Current values displayed in database is (9 a.m, 10a.m, 11a.m, 12p.m, 1p.m, 2p.m)
>  Return Date: Text is view only;

 On clicking calendar Icon, Calendar will be displayed and user can select the date of travel.
 Date is displayed in DD/MM/YYYY format.

>  Time: Dropdown.

 Current values displayed in database is (9 a.m, 10a.m, 11a.m, 12p.m, 1p.m, 2p.m)

>  Number of Passengers: Drop down.

 Current values in database is (1, 2, 3, 4)

>  All Ladies Checkbox

>  Service Class: Drop down.

 Current values in database is (Premium, Luxury, Deluxe, Express)

>  On submitting the fom by clicking “Search available services”, search results of all the KSRTC buses
based on the criteria should be displayed in “KSRTC Search Results “ page along with query provided by
the user. If invalid data is provided in any of the fields, appropriate error message should be displayed.

You might also like