diff options
| author | lijinjin <[email protected]> | 2023-02-08 17:36:05 +0800 |
|---|---|---|
| committer | lijinjin <[email protected]> | 2023-02-08 17:36:05 +0800 |
| commit | a1c0c9e2ac09c5ff18e2e69677eebfd93673ef82 (patch) | |
| tree | be04e45140b8f10ae1df799540c1893cbaab3798 /case | |
| parent | e2208c5f4c042c243b16dde03a7d3d0c95c3f005 (diff) | |
关键字增加对global再次选中数据的判断,增加global fqdn测试数据及用例及定位文件
Diffstat (limited to 'case')
| -rw-r--r-- | case/admin_area/global_object_fqdns.robot | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/case/admin_area/global_object_fqdns.robot b/case/admin_area/global_object_fqdns.robot new file mode 100644 index 0000000..ccf5c87 --- /dev/null +++ b/case/admin_area/global_object_fqdns.robot @@ -0,0 +1,18 @@ +****** Settings *** +Test Setup UiLoginAndAddLocalIP +Test Teardown UiLogoutAndDelLocalIP +Library yaml +Library OperatingSystem +Library Selenium2Library +Resource ../../variable/common_variable.txt +Resource ../../keyword/common/page.robot + +*** Variables *** + +*** Test Cases *** + +fqdns + ForwardTestCaseExecution admin_area global_object_fqdns Admin Area + +fqdns_negative + NegativeTestCaseExecution admin_area global_object_fqdns Admin Area
\ No newline at end of file |
