Naveen AutomationLabs: Selenium Coding Challenge Series!
Selenium Coding Assignment (21st April): ~~Submit it by Wednesday - 24th April EOD IST
Link to access this assignment: https://drive.google.com/file/d/1YOP7...
- go to this url - https://www.makemytrip.com
- Click on flights link and click on round trip
- Select from: Delhi and To: Bangalore
- Select departure date (today’s date) and return date: after 7 days
- Click on Search
- Print total number of records of “Departure Flight” and “Return Flight” on the console
- Select Non-Stop and print total number of records of “Departure Flight” and “Return Flight” on the console Then unselect. 7.1) Select Non-Stop and 1 Stop filter options and print total number of records of “Departure Flight” and “Return Flight” on the console Then unselect
- Select departure 2nd radio button 8.1) Select return 3rd radio button
- Verify the same Departure Flight price and Return Flight price are getting reflected at bottom of the page
- Verify the correct total amount (Departure Flight price + Return Flight price) is getting reflected correctly
Solution Expectations:
- JAVA is mandatory
- Code should be designed within Page Object Model
- Define all the proper variables and methods names
- Code should work without any error
- Use TestNG library to write the test cases
- Use valid required assertions
- Submit the coding assignment to with the subject line “Selenium Coding Assignment (24th April) – By Naveen AutomationLabs ”:
- Send it to: naveenanimation20@gmail.com
- Share your GIT Repo or ZIP file.