diff options
| author | lijinjin <[email protected]> | 2023-02-09 17:37:33 +0800 |
|---|---|---|
| committer | lijinjin <[email protected]> | 2023-02-09 17:37:33 +0800 |
| commit | 6d3fded7f1a93a32eaf5263e2f2c756b60e67de2 (patch) | |
| tree | ee2b42814ec5894ae88f3860ef6c74fb380cc795 /case | |
| parent | 9ac742879f6be38a6c75938420587d1bc03e7a02 (diff) | |
增加global attributes测试数据及用例及定位文件
Diffstat (limited to 'case')
| -rw-r--r-- | case/admin_area/global_object_user_defined_attributes.robot | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/case/admin_area/global_object_user_defined_attributes.robot b/case/admin_area/global_object_user_defined_attributes.robot new file mode 100644 index 0000000..06b1b86 --- /dev/null +++ b/case/admin_area/global_object_user_defined_attributes.robot @@ -0,0 +1,17 @@ +****** 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 *** +global_object_user_defined_attributes + ForwardTestCaseExecution admin_area global_object_user_defined_attributes Admin Area + +global_object_user_defined_attributes_negative + NegativeTestCaseExecution admin_area global_object_user_defined_attributes Admin Area
\ No newline at end of file |
