1.完善Decryption Keyrings测试用例及关键字 2.新增测试文件 3.修改HSM测试用例
This commit is contained in:
@@ -764,7 +764,23 @@ DecryptionKeyringsErrorVerification
|
||||
Wait Until Element Is Visible xpath=${Positioning} 20
|
||||
${text1} Get Text xpath=${Positioning} #获取点击后页面文本信息
|
||||
Should Be Equal As Strings ${text1} ${Assertion} #断言
|
||||
|
||||
|
||||
DecryptionKeyringsSearch
|
||||
[Arguments] ${id} ${name}
|
||||
sleep 2
|
||||
click xpath=//*[@id="app"]/div/div[3]/div[2]/div/div[3]/div[1]/div/div[1]/span/div/div/div[2]/div/div/div[1]/input
|
||||
sleep 1
|
||||
click xpath=/html/body/div/div[1]/div[1]/ul/li[2]
|
||||
input xpath=//*[@id="app"]/div/div[3]/div[2]/div/div[3]/div/div/div[1]/span/div/div/div[2]/div/div[1]/div[3]/div/input ${id}
|
||||
sleep 1
|
||||
click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]
|
||||
sleep 1
|
||||
click xpath=/html/body/div/div[1]/div[1]/ul/li[2]
|
||||
input xpath=//*[@id="app"]/div/div[3]/div[2]/div/div[3]/div[1]/div/div[1]/span/div/div/div[2]/div/div[2]/div[3]/div/input ${name}
|
||||
sleep 1
|
||||
click xpath=//*[@id="app"]/div/div[3]/div[2]/div/div[3]/div[1]/div/div[1]/span/div/i
|
||||
sleep 2
|
||||
|
||||
CreateSSLDecryptionExclusion
|
||||
[Arguments] ${name} ${value} ${name1} ${search}
|
||||
[Documentation] 引用次关键字,填入必填参数
|
||||
@@ -940,6 +956,21 @@ EditSSLDecryptionExclusion
|
||||
${text1} Get Text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr/td[2]/div/div/div/p/span #获取点击后页面文本信息
|
||||
Should Be Equal As Strings ${text1} ${name} #断言
|
||||
|
||||
EditDefaultCertificate
|
||||
[Arguments] ${time}
|
||||
[Documentation] 验证修改默认证书方法
|
||||
sleep 1
|
||||
click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr
|
||||
sleep 1
|
||||
click id=appEdit
|
||||
sleep 2
|
||||
clear element text id=reissueExpiryDate
|
||||
sleep 1
|
||||
input text id=reissueExpiryDate ${time}
|
||||
sleep 1
|
||||
click id=keyringsadd_sub
|
||||
Wait Until Element Is Enabled id=app_create 20
|
||||
|
||||
CreateSSLFingerprint
|
||||
[Arguments] ${Ja3} ${Pinning} ${search} ${Description}=null
|
||||
[Documentation]
|
||||
@@ -2519,3 +2550,9 @@ DeleteReferencedData
|
||||
... AND Delete
|
||||
${text} get text xpath=/html/body/div[last()]/p
|
||||
Should Be Equal As Strings ${text} ${PromptInformation}
|
||||
|
||||
Assertion
|
||||
[Arguments] ${assertxpath} ${asserttext}
|
||||
${text} Get text xpath=${assertxpath}
|
||||
Should Be Equal As Strings ${text} ${asserttext}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user