Skip to content

AhmdZanoon/automationTask

Repository files navigation

automationTask

  • Using Web Automation to Navigate to Ebay and Search For Any Keyword

Requirments

  • Java 17 or higher
  • any IDE (Eclipse or IntilliJ)

Technologies

Project Description

  • Project Built Using Page Object Model
  • Projects consists of one pages Package and one Test package
  • pages package consists of two classess ( Home Page and Search Results Page )
  • tests package consists of one test class has two tests (navigate and search , search and filter )
  • test data such as url and search keyword are read from test data file located in "src/test/resources/testDataFiles/testData.json".
  • custome Properties file loacted in "src/main/resources/properties/custom.properties" is used to change browser and controlling Built in features.
  • after test Execution Allure report , Extent Report are generated and opened automatically.
  • To view Extent Report navigate to Extent Report folder.
  • to open allure report extracht the archive generated report and run the patch file .

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages