0% found this document useful (0 votes)
105 views3 pages

Selenium PDF

The document discusses software testing and describes a case study that was conducted to book the cheapest flight from Chennai to Delhi on Make My Trip using Selenium WebDriver. The case study implemented automated testing by reaching the Make My Trip website, selecting a one-way domestic flight based on date data from an Excel sheet, clicking the price tab to select the lowest fare, booking the flight, inputting traveler details, and displaying the final price in the console output. The testing was supported across browsers and platforms and generated reports including screenshots.

Uploaded by

Jean Claude
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
105 views3 pages

Selenium PDF

The document discusses software testing and describes a case study that was conducted to book the cheapest flight from Chennai to Delhi on Make My Trip using Selenium WebDriver. The case study implemented automated testing by reaching the Make My Trip website, selecting a one-way domestic flight based on date data from an Excel sheet, clicking the price tab to select the lowest fare, booking the flight, inputting traveler details, and displaying the final price in the console output. The testing was supported across browsers and platforms and generated reports including screenshots.

Uploaded by

Jean Claude
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

Software testing

Software testing is a process of executing a program or application with the intent of


finding the software bugs. It can also be stated as process of validating and verifying that a software
program or application or product.

Testing life cycle

Selenium

Selenium is one of the most popular automated testing suites.

Selenium is designed in a way to support and encourage automation testing of


functional aspects of web based applications and a wide range of browsers and
platforms.

My case study
To book a cheapest flight in MAKE MY TRIP using selenium Webdriver.

Implementation

Make my trip website is reached.

Clicks on the flight tab.

Selecting a domestic one way flight from Chennai to Delhi at the required date using the data
extracted from the Excel sheet.

Clicking on the price tab and selecting the flight with lowest fare.

Clicking on the book button.

Required details for Travellers are given.

Finally the Price is displayed as an output on the console.

Architecture
Development environment

Test data extraction

Browser support

Report generation

Search engine screenshots

Test result

You might also like