Demo Script Testing GUI

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 4

University of Science, National

University HCM City


Information Technology

Software Testing

JULY 22
19KTPM1
Group H

1
Group information
Student
Name Email
ID

19127201 Lê Quang Tấn Long 19127201@student.hcmus.edu.vn

Nguyễn Mai Xuân


19127643 19127643@student.hcmus.edu.vn
Huyên

19127650 Trần Quốc Tuấn 19127650@student.hcmus.edu.vn

Table of Contents
I – GUI Testing 3
II – Browser Compatibility 12
III – Link Checker Usability
IV – User Experience

2
I. Kịch bản Katalon Studio
Module: PIM
Các màn hình giao diện:
● Màn hình tạo nhân viên
● Màn hình sau khi tạo thành công
● Màn hình search và hiển thị danh sách sinh viên
Thiết kế Test-case:
Item Object Input Ouput
1. Open
browser
2. Maximize
window
3. Navigate to https://
Url opensourc
e-
demo.oran
gehrmlive.
com/
4. Click span_Username
5. Set test input_LOGIN “admin”
Panel_txtUsername
6. Set test input_Username_txtPas “admin123”
sword
7. Click input_Password_Submit
8. Delay 1
9. Set text input_firstName Keys.chord
(firstName,
Keys.TAB)
10. Set text input_Middle_Name_mi Keys.chord
ddleName (middleNa
me,

3
Keys.TAB)
11. Set text input_lastName lastName
12. Get input_Employee “value” userID
attribute Id_employeeDd
13. Click input_btnSave
14. Delay 1
15. Verify h1_Personal Details “Personal
element tool Details”
16. Click a_Employee List
17. Delay 2
18. Set text input_Employee firstName
Name_empsearchempl +“”+
oyee_name middleNa
me + “ ” +
lastName
19. Click Input_Sub Unit_search
20. Delay 1
21. Binary driver +
statement DriveFacto
ry.getWeb
Driver()
II. Browser Compatibility
Definition

You might also like