In this repository, Selenium WebDriver and TestNG framework are used to automate the Orange HRM website. Here I have covered folowing tasks as login, logout, create new user, search user & update user. A Allure report has been created based on test results & all test cases were written manually during testing.
- Selenium Webdriver
- TestNG Framework
- Java
- Intellij idea
- Gradle
- Allure
- jdk
- gradle
- Clone this project
- Open
terminal
- Give this following command for smoke test:
gradle clean test -Pfilesuite="SmokeMasterSuite.xml"
- Give this following command for regression test:
gradle clean test -Pfilesuite="RegressionMasterSuite.xml"
- For generating Allure Report use these commands:
allure generate allure-results --clean -output
&allure serve allure-results
Smoke.test.mp4
https://drive.google.com/file/d/1vuntp8lTa3zOdK35_uPbe9qak7T3JqJa/view?usp=sharing
regression.test.mp4
https://drive.google.com/file/d/1_3ZX-Qs8cp4-uyyaO0jALfsSCGmzML1N/view?usp=sharing