Skip to content

shivapotla/MakeMyTrip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Technology Stack :

1.Selenium Webdriver
2.Java
3.TestNG
4.Maven
5.Chromedriver (added inside project - No more Worries !!)

Design Pattern : Page Object Model


Features :

  1. Clean and Simple Implementation of Tests in TestNG
  2. WebdriverListeners for better logging
  3. Avoided HardCoded Values (driven through properties file)
  4. Reusable and Dynamic handling methods are written
  5. OOPS concepts were implemented wherever feasible
  6. ExtentReports support added

Steps to Run :

Please update the config.properties mode to run either in local or remote(hub_url)
(By Default - Remote)

Run mvn clean
Run mvn compile
Run mvn test

Once the execution is completed reports can be found inside target/surefire-reports/Extent.html

Challenges Faced :

  1. Price slider is not updating the price range value sometimes
  2. Sometimes clicks for some element is not changing any UI as Application is in the idle state.
  3. After applying filter, sometimes the filter tray is not shown at the top.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published