1.增加用例,修改用例 2.修改关键字
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
*** Settings ***
|
||||
Library Selenium2Library
|
||||
|
||||
Library ../../../04-CustomLibrary/Custometest/Common.py
|
||||
*** Keywords ***
|
||||
click
|
||||
[Arguments] ${element}
|
||||
@@ -1730,20 +1730,34 @@ OpenPages
|
||||
click id=${SecondaryMenu}
|
||||
run keyword if "${Three-levelMenu}"!="null" run keywords sleep 1
|
||||
... AND click id=${Three-levelMenu}
|
||||
sleep 1
|
||||
sleep 5
|
||||
|
||||
Ui-Pages
|
||||
[Arguments] ${pages}
|
||||
click element xpath=//*[@id="app"]/div/div[3]/div[2]/div/div[3]/div[1]/div/div[4]/div/ul/li[2]
|
||||
[Arguments] ${NextPage} ${PreviousPage} ${JumpInput} ${pages}
|
||||
[Documentation]
|
||||
... ${NextPage} 下一页按钮定位
|
||||
... ${PreviousPage} 上一页按钮定位
|
||||
... ${JumpInput} 跳转页面输入框
|
||||
... ${pages} 跳转得页码
|
||||
click xpath=${NextPage}
|
||||
sleep 2
|
||||
${text1} Get Element Attribute xpath=//*[@id="app"]/div/div[3]/div[2]/div/div[3]/div/div/div[5]/div/ul/li[2] class
|
||||
sleep 1
|
||||
Should Be Equal As Strings ${text1} number active
|
||||
click xpath=${PreviousPage}
|
||||
sleep 2
|
||||
click element xpath=//*[@id="app"]/div/div[3]/div[2]/div/div[3]/div[1]/div/div[4]/div/button[2]
|
||||
${text2} Get Element Attribute xpath=//*[@id="app"]/div/div[3]/div[2]/div/div[3]/div/div/div[5]/div/ul/li[1] class
|
||||
sleep 1
|
||||
Should Be Equal As Strings ${text1} number active
|
||||
Clear Element Text xpath=${JumpInput}
|
||||
sleep 2
|
||||
Clear Element Text xpath=//*[@id="app"]/div/div[3]/div[2]/div/div[3]/div[1]/div/div[4]/div/span[2]/div/input
|
||||
input text xpath=${JumpInput} ${pages}
|
||||
sleep 2
|
||||
input text xpath=//*[@id="app"]/div/div[3]/div[2]/div/div[3]/div[1]/div/div[4]/div/span[2]/div/input ${pages}
|
||||
sleep 2
|
||||
press keys xpath=//*[@id="app"]/div/div[3]/div[2]/div/div[3]/div[1]/div/div[4]/div/span[2]/div/input ENTER
|
||||
press keys xpath=${JumpInput} ENTER
|
||||
sleep 2
|
||||
${text1} Get Element Attribute xpath=//*[@id="app"]/div/div[3]/div[2]/div/div[3]/div/div/div[5]/div/ul/li[${pages}] class
|
||||
sleep 1
|
||||
Should Be Equal As Strings ${text1} number active
|
||||
|
||||
ALL
|
||||
[Arguments]
|
||||
@@ -1866,12 +1880,20 @@ UploadFilesSize
|
||||
Should Be Equal As Strings ${text} ${Promptinfor}
|
||||
|
||||
DownLoadFile
|
||||
[Arguments] ${DownloadFilePath}
|
||||
[Documentation] ${DownloadFilePath}:文件下载路径
|
||||
[Arguments] ${UploadFilePath} ${DownloadFilePath}
|
||||
[Documentation]
|
||||
... ${UploadFilePath}:上传文件路径
|
||||
... ${DownloadFilePath}:文件下载路径
|
||||
sleep 1
|
||||
click id=dowmloadi
|
||||
sleep 3
|
||||
Run_Keyword_And_Continue_On_Failure File_Should_Exist ${DownloadFilePath} #出错后继续执行,如文件在指定路径存在则通过
|
||||
${a} get_md5_01 ${UploadFilePath}
|
||||
sleep 1
|
||||
${b} get_md5_01 ${DownloadFilePath}
|
||||
sleep 1
|
||||
Should Be Equal As Strings ${a} ${b}
|
||||
sleep 2
|
||||
#Run_Keyword_And_Continue_On_Failure File_Should_Exist ${DownloadFilePath} #出错后继续执行,如文件在指定路径存在则通过
|
||||
|
||||
DeleteReferencedData
|
||||
[Arguments] ${SecondaryMenu} ${ID} ${PromptInformation}
|
||||
|
||||
Reference in New Issue
Block a user