This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
dongxiaoyan-tsg-autotest/01-TestCase/tsg_ui/ui_settings/SSLDecryptionExclusionCase.robot
2021-01-18 16:40:46 +08:00

47 lines
2.9 KiB
Plaintext

*** Settings ***
Force Tags tsg-ui settings SSL Decryption Exclusion
Resource ../../../03-Variable/bifangapivariable.txt
Resource ../../../02-Keyword/tsg_ui/setting/Settings.robot
Library OperatingSystem
*** Test Cases ***
CreateSSLDecryptionExclusionExactlyMatching
[Tags] PositiveTestCase ExactlyMatching Settings SSLDecryptionExclusion
CreateSSLDecryptionExclusion $www.jianshu.com jianshu www.jianshu.com name
click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr/td[2]/div/div/div/p/span
Deletessl_del
CreateSSLDecryptionExclusionSuffixMatching
[Tags] PositiveTestCase SuffixMatching Settings SSLDecryptionExclusion
CreateSSLDecryptionExclusion *myssl.com myssl.com myssl.com name
click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr/td[2]/div/div/div/p/span
Deletessl_del
CreateSSLDecryptionFQDNMinSize
[Tags] PositiveTestCase name SuffixMatching Settings SSLDecryptionExclusion
CreateSSLDecryptionExclusion *abc abc abc name
click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr/td[2]/div/div/div/p/span
Deletessl_del
CreateSSLDecryptionFQDNMaxSize
[Tags] PositiveTestCase name SuffixMatching Settings SSLDecryptionExclusion
CreateSSLDecryptionExclusion *CreateSSLDecryptionFQDNMaxSizeCreateSSLDecryptionFQDNMaSizetest CreateSSLDecryptionFQDNMaxSizeCreateSSLDecryptionFQDNMaSizetest CreateSSLDecryptionFQDNMaxSizeCreateSSLDecryptionFQDNMaSizetest name
click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr/td[2]/div/div/div/p/span
Deletessl_del
EditSSLDecryptionExclusioSearchID
[Tags] PositiveTestCase ID SuffixMatching Settings SSLDecryptionExclusion
CreateSSLDecryptionExclusion *myssl.com myssl.com myssl.com name
${id} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr/td[1]/div/div/div/p/span
EditSSLDecryptionExclusion ${id} $www.jianshu.com 简书 www.jianshu.com id
click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr/td[2]/div/div/div/p/span
Deletessl_del
EditSSLDecryptionExclusioSearchName
[Tags] PositiveTestCase name SuffixMatching Settings SSLDecryptionExclusion
CreateSSLDecryptionExclusion *myssl.com myssl.com myssl.com name
EditSSLDecryptionExclusion myssl.com $www.jianshu.com 简xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr/td[1]/div/div/div/p/spanxpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr/td[1]/div/div/div/p/span书 www.jianshu.com name
click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr/td[2]/div/div/div/p/span
Deletessl_del