-
Notifications
You must be signed in to change notification settings - Fork 0
/
Read Me
34 lines (26 loc) · 1.01 KB
/
Read Me
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Case Study: Human Resource Management
Problem Statement:
1) Add a Job in the dashboard
2) Verify URL of the current window
3) Check if Login button enabled or not
Suggested site: https://opensource-demo.orangehrmlive.com
Detailed Description:
Launch the browser Chrome/Firefox
Enter URL: https://opensource-demo.orangehrmlive.com/
Enter the given Username and Password
Click the “Login” button
Verify the current URL and check if it contains the string “dashboard”.
Go to Admin Tab
Go to the Job tab and check ‘Job Titles’ is there or not
Click on “Job Titles”
Get the List of All Jobs Available
Match the job “Automation Tester” within the List of jobs available.
If not available, add job “Automation Tester” by clicking on “Add” button.
Fill the appropriate data in the fields “Job Title” and click on “Save”
Logout and Close the browser
Key Automation Scope:
Multiple browser handling
Assign synchronization technique
Navigation to Home page
Exception Handling
Locating Web Elements