Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/revathykarthikayan/orangehrm-validation-project

Automation Project -Orange HRM Validation
https://github.com/revathykarthikayan/orangehrm-validation-project

assertions pytest-html-reporter selenium-python validation

Last synced: 19 days ago
JSON representation

Automation Project -Orange HRM Validation

Awesome Lists containing this project

README

        

** 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"