Skip to content

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.

Notifications You must be signed in to change notification settings

Shaishab10/Orangehrm_Selenium_TestNG_Automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Orangehrm_Selenium_TestNG_Automation

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.

Tools & Technology used:

  • Selenium Webdriver
  • TestNG Framework
  • Java
  • Intellij idea
  • Gradle
  • Allure

Prerequisites

  • jdk
  • gradle

How to run this project:

  • 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

Test Cases:

https://docs.google.com/spreadsheets/d/1tAeQgy25Tx5ztQi944unSPEnzpbkS51y/edit?usp=sharing&ouid=117120284960221469947&rtpof=true&sd=true

Allure Report for Smoke Test:

screencapture-192-168-0-152-12536-index-html-2023-10-03-12_05_48 (1)

screencapture-192-168-0-152-12536-index-html-2023-10-03-12_08_40

Output Video for Smoke Test:

Smoke.test.mp4

for Better Quality please visit below link

https://drive.google.com/file/d/1vuntp8lTa3zOdK35_uPbe9qak7T3JqJa/view?usp=sharing

Allure Report for Regression Test:

screencapture-192-168-0-152-2128-index-html-2023-10-03-13_13_41

screencapture-192-168-0-152-2128-index-html-2023-10-03-13_14_26

Output Video for Regression Test:

regression.test.mp4

for Better Quality please visit below link

https://drive.google.com/file/d/1_3ZX-Qs8cp4-uyyaO0jALfsSCGmzML1N/view?usp=sharing

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages