Skip to content

Revathykarthikayan/OrangeHRM-validation-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

** BASE URL: https://opensource-demo.orangehrmlive.com/web/index.php/auth/login

Introduction: This project automates testing of the OrangeHRM web application. It focuses on the following:

1.Forgot password link validation. 2.Header validation on Admin page. 3.Main menu items validation on Admin page.

Test Objective:

Employee Management employs the Page Object Model design pattern
for better code organization and maintainability.

The framework captures screenshots of failed test cases and includes them in the generated HTML report for your reference.

Key Features:

Page Object Model: Promotes modular and maintainable code.

Screenshot Capture: Documents test failures for analysis and debugging.

Detailed HTML Reports: Provides comprehensive test results and insights.

BASE_URL:"https://opensource-demo.orangehrmlive.com/web/index.php/auth/login"