Skip to content

Latest commit

 

History

History
100 lines (28 loc) · 2.1 KB

README.md

File metadata and controls

100 lines (28 loc) · 2.1 KB

Selenium-Automation

This video shows the steps that were taken to book a railway ticket from makemytrip.

Automation.Testing.screen.recording.mp4

Following are the Test cases that were success fully executed

  1. Automated the functionality to book the train from https://www.makemytrip.com/railways/

image

1.1 Checked if you have landed in the correct page

image

1.2 Printed the URL and Title of the Page

image

1.3 Clicked on FROM

image

1.4 Entered the city in FROM: DELHI

image

1.5 Clicked on TO

image

1.6 Entered the city in TO: LUCKNOW

image

1.7 Clicked on Travel Date

image

1.8 Selected a date: 20 May

image

1.9 Clicked on class.

image

1.10 Selected a class from dropdown: Third AC.

image

1.11 Clicked on SEARCH Button.

image