-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathKeywords-FriendLog-Testcase.robot
45 lines (37 loc) · 1.56 KB
/
Keywords-FriendLog-Testcase.robot
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
35
36
37
38
39
40
41
42
43
44
45
*** Settings ***
Library SeleniumLibrary
*** Variable ***
${url} http://10.204.161.98/
${inp_email} userTest
${inp_password} 1
*** Keywords ***
สามารถเปิดเว็บไซต์ Friendlog ได้
Open Browser ${url} gc
กดกรอกข้อความลงในช่องemail ไม่ถูกต้อง
Click Element //*[@id="username"]
Input Text //*[@id="username"] user
Sleep 2s
กดกรอกข้อความลงในช่องpassword ไม่ถูกต้อง
Click Element //*[@id="password"]
Input Text //*[@id="password"] 134
Sleep 2s
กดกรอกข้อความลงในช่องemail ถูกต้อง
Click Element //*[@id="username"]
Input Text //*[@id="username"] ${inp_email}
Sleep 2s
กดกรอกข้อความลงในช่องpassword ถูกต้อง
Click Element //*[@id="password"]
Input Text //*[@id="password"] ${inp_password}
Sleep 2s
ลบข้อมูลในช่องemail และ password
Click Element //*[@id="username"]
Clear Element Text //*[@id="username"]
Click Element //*[@id="password"]
Clear Element Text //*[@id="password"]
Sleep 2s
กดปุ่ม login เข้าสู่ระบบ
Click Element //*[@id="kc-form-login"]/div/div/div[3]/div/button
Sleep 1s
กดปุ่ม logout ออกจากระบบ
Click Element //html/body/div[1]/div[1]/div/a
Sleep 1s