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

Java SDET MS3 - JUNE Batch

A hybrid automation framework should be designed for the ClearTrip website to automate three test cases. The framework should include utilities for reading test data from Excel, configuration from properties files, and implementing different log levels. It should also create extent reports and take screenshots. The test cases validate one-way and round-trip flight searches between specific cities on given dates and verify correct tabs are highlighted on the offers page.

Uploaded by

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

Java SDET MS3 - JUNE Batch

A hybrid automation framework should be designed for the ClearTrip website to automate three test cases. The framework should include utilities for reading test data from Excel, configuration from properties files, and implementing different log levels. It should also create extent reports and take screenshots. The test cases validate one-way and round-trip flight searches between specific cities on given dates and verify correct tabs are highlighted on the offers page.

Uploaded by

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

Design a hybrid Automation framework for the below mentioned application URL and automate the

Three mentioned test cases.

URL https://www.cleartrip.com/

1) Build a Hybrid Automation framework using the above URL.


2) Create 5 utilities in the framework to,
a. To perform excel read for test data
b. To read configuration data from property file
c. To implement logging using different levels of log.
d. For creating extent report
e. To create screenshot to be used in extent report.
3) Identify and design at least 3 independent test cases in the framework.
4) Each test case must have navigation at least 2 pages.
5) Use all best practices for Log, report, properties file, excel reading and screenshot capturing.

Test cases:
1) Search for a one-way flight between Chennai and Mumbai on 27 th Oct. Verify if the search
results display the flights for 27th Oct only.
2) Search for a Round-Trip flight between HYD - Hyderabad, IN and GOI - Goa, IN on 3 ed Nov. Verify
if the search results display the flights for 3 ed Nov only.
3) Click on Big Billions Day Offers from top right corner, verify if the Domestic Flights tab is
highlighted in the Offers page.

Note: New workspace needs to be created for this assessment. We can explore Google for solution
but can’t refer to previous code for any implementation.

You might also like