Last active
August 28, 2021 14:25
-
-
Save Neptune998/c149740ef763418857e3f5c2449b8ee8 to your computer and use it in GitHub Desktop.
SpiceJet Ticket Booking
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@Smoke | |
Feature: Book Ticket | |
I want to book Ticket in Spice Jet | |
@Test1 | |
Scenario: Book Ticket from Delhi to Bengaluru | |
Given I Open URL "https://www.spicejet.com/" and launch driver | |
When I search ticket from "Delhi" to "Bengaluru" Depart on "10-April-2021" return on "11-June-2021" | |
Then I close driver | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment