This is the site OrangeHRM on which this project is made :
- Download or Clone this GitHub Project
- Open "PyCharm Community Edition" Or any other Python code editor or IDE
- Click on the Folder "Selenium-Automation-Project1"
- In this folder, you will get another folder named "OrangeHRM" (which is a python package for this project)
- In OrangeHRM package, run the file named "Main_Method.py"
Here, all the tasks have been done through automation testing with the help of Selenium with Python
- Firstly the Chrome web browser is going to pop up
- Then the OrangeHRM website is going to show up
- In the dashboard page, the "My Info" button is going to be clicked
- After that "My Info" page is going to show up
- All the input fields are going to be filled up with user information
- Lastly the "Save" button is going to be clicked
- In the end, all the data are going to be saved in the "report.txt" file and the browser is going to be closed!