Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 486 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 486 Bytes

SeleniumPOM_Github_DemoProject

Content

The Scenarios for Login,Creating a Repository and Deleteing the repository is automated using a page object model with selenium java and TestNg

Scenario:

1. Login into GitHub
2. Create a repository
3. Delete the repository

To Run the Project

Clone the repo
Install the dependency
Execute the test from src/test/java

Technology used:

  • Selenium Webdriver
  • TestNG Framework
  • Java
  • Maven
  • Intellij idea