-
Notifications
You must be signed in to change notification settings - Fork 5k
[Feature][e2e] Security center test cases #7281
Copy link
Copy link
Closed
Labels
e2ee2e teste2e testfeaturenew featurenew featurehelp wantedExtra attention is neededExtra attention is needed
Description
Search before asking
- I had searched in the issues and found no similar feature requirement.
Description
| Task status | number | function module | test point | priority | service | test steps | expected results | actual results | remarks |
|---|---|---|---|---|---|---|---|---|---|
|
001 | security center | admin view / operation permission | P1 | start API service | admin user view security center permission | admin has the view and operation permission of security center | ||
|
002 | security center | ordinary user view / operation permission | P1 | start API service | ordinary user view security center permission | ordinary user cannot view and operate security center data | ||
|
003 | tenant management | create tenant | P1 | start API service | 1 Enter the Security Center - > tenant management page, click the "create tenant" button, and a pop-up box will pop up 2 Edit information and select queue 3 Click the "submit" button |
1 Tenant created successfully, t_ ds_ Add a new data in tenant table 2 Create tenant directory on HDFS |
||
|
004 | tenant management | cancel tenant creation | P3 | start API service | 1 Enter the Security Center - > tenant management page, click the "create tenant" button, and a pop-up box will pop up 2 Edit information and select queue 3 Click the "Cancel" button |
cancel the creation of tenant | ||
|
005 | tenant management | edit tenant | P1 | start API service | 1 Enter the Security Center - > tenant management page, click the "Edit" button, and a pop-up box will pop up 2 Edit information and select queue 3 Click the "Edit" button |
1 Edit tenant succeeded, t_ ds_ Tenant table update data 2 Update tenant directory on HDFS |
||
|
006 | tenant management | cancel editing tenant | P3 | start API service | 1 Enter the Security Center - > tenant management page, click the "Edit" button, and a pop-up box will pop up 2 Edit information and select queue 3 Click the "Cancel" button |
cancel editing the tenant | ||
|
007 | tenant management | delete tenant | P1 | start API service | enter the Security Center - > tenant management page and click the "delete" button | 1 If the tenant is not associated with a user or workflow, it can be deleted successfully. T_ ds_ Tenant table and HDFS delete tenants 2 If the tenant is associated with a user or workflow and cannot be deleted, a prompt |
||
|
008 | tenant management | query tenant | P1 | start API service | enter the Security Center - > tenant management page, enter the tenant name and click the "query" button | tenant name supports fuzzy query: 1 Query no data, and the tenant list displays no data 2 The query has data, and the tenant list displays the data correctly |
||
|
009 | tenant management | verify paging controls, no more than 10 | P2 | start API service | 1 Select 10 pieces / page, no more than 10 pieces of data, and view the pagination display 2 Select 30 pieces / page, no more than 30 pieces of data, and view the pagination display 3 Select 50 pieces / page, no more than 50 pieces of data, and view the pagination display |
1 Select 10 pieces / page, no more than 10 pieces of data, and 1 page displays 2 Select 30 pieces / page, no more than 30 pieces of data, and 1 page displays 3 Select 50 pieces / page, no more than 50 pieces of data, and one page displays |
||
|
010 | tenant management | verify paging controls, more than 10 | P2 | start API service | 1 Select 10 pieces / page, more than 10 pieces of data, and view the pagination display 2 Select 30 pieces / page and more than 30 pieces of data to view the pagination display 3 Select 50 pieces / page, more than 50 pieces of data, and view the pagination display |
1 Select 10 pieces / page. If there are more than 10 pieces of data, turn the page to display 2 Select 30 pieces / page. If more than 30 pieces of data are selected, the page will turn to display 3 Select 50 pieces / page, and more than 50 pieces of data will be displayed on the page |
||
|
011 | tenant management | verify the > button of paging control | P2 | start API service | click the > button to view paging display | page Jump to the next page | ||
|
012 | tenant management | verify the < button of paging control | P2 | start API service | click the < button to view paging display | page Jump to the previous page | ||
|
013 | tenant management | verify the input box of paging control | P2 | start API service | enter the number of pages, view the paging display | page Jump to the page where the page number is entered | ||
|
014 | user management | default display administrator user | P2 | start API service | enter the Security Center - > user management page to check whether there is an administrator user | default administrator has no associated tenant. When an administrator submits a task or uploads a file, it must be associated with a tenant, Or set a tenant when saving the process definition | ||
|
015 | user management | create user | P1 | start API service | 1 Enter the Security Center - > user management page, click the "create user" button, and a pop-up box will pop up 2 Edit user information and select queue 3 Click the "submit" button |
1 User created successfully, t_ ds_ Add a new piece of data to the user table 2 The queue set by the user will flush the queue of the tenant, which is only effective for Hadoop, spark, Flink and Mr tasks |
||
|
016 | user management | cancel user creation | P3 | start API service | 1 Enter the Security Center - > user management page, click the "create user" button, and a pop-up box will pop up 2 Edit user information and select queue 3 Click the "Cancel" button |
cancel the creation of user | ||
|
017 | user management | edit user | P1 | start API service | 1 Enter the Security Center - > user management page, click the "Edit" button, and a pop-up box will pop up 2 Edit user information and select queue 3 Click the "Edit" button |
1 Edit user succeeded, t_ ds_ User table update data 2 The queue set by the user will flush the queue of the tenant, which is only effective for Hadoop, spark, Flink and Mr tasks |
||
|
018 | user management | cancel editing user | P3 | start API service | 1 Enter the Security Center - > user management page, click the "Edit" button, and a pop-up box will pop up 2 Edit user information and select queue 3 Click the "Cancel" button |
cancel editing the user | ||
|
019 | user management | delete user | P1 | start API service | 1 Enter the Security Center - > user management page and click the "delete" button | delete user information | ||
|
020 | user management | query user | P1 | start API service | 1 Enter the Security Center - > user management page, enter the user name and click the "query" button | the user name supports fuzzy query: 1 Query no data, and the user list displays no data 2 The query has data, and the user list displays the data correctly |
||
|
021 | user management - project authorization | project authorization | P1 | start API service | 1 Enter the Security Center - > user management page, click the "authorize" button of the user to be authorized (such as CXC user), pop up the drop-down list, and select "item" 2 Click the item under the item list to move the item to the selected item 3 Click the "submit" button |
1 CXC user logs in, enters project management - > project list, and can see the authorized project 2 CXC users can use it correctly, and only the administrator and owner (creator) can delete the granted items |
||
|
022 | user management-project authorization | removing authorized projects | P1 | starting API service | 1 Enter the Security Center - > user management page, click the "authorize" button of the user to be authorized (such as CXC user), pop up the drop-down list, and select "item" 2 Click the item under the selected item to move the item to the item list 3 Click the "submit" button |
CXC user logs in and enters project management - > project list. You can't see the removed projects | ||
|
023 | user management - project authorization | cancel project authorization | P3 | start API service | 1 Enter the Security Center - > user management page, click the "authorize" button of the user to be authorized (such as CXC user), pop up the drop-down list, and select "item" 2 Click the item under the item list to move the item to the selected item 3 Click the "Cancel" button |
cancel the project authorization | ||
|
024 | user management - resource authorization | authorization file resource | P1 | start API service | 1 Enter the Security Center - > user management page, click the "authorize" button of the user to be authorized (such as CXC user), pop up the drop-down list, and select "resources" 2 File resource - > file in the resource list, move the file to the selected resource 3 Click the "submit" button |
1 CXC user logs in and enters the Resource Center - > file management page to display the authorized resource file 2 CXC users can use the authorized file resources in the workflow definition 3 Authorized file resources can only be deleted by the administrator and owner (creator) |
||
|
025 | user management - resource authorization | cancel authorized file resources | P1 | start API service | 1 Enter the Security Center - > user management page, click the "authorize" button of the user to be authorized (such as CXC user), pop up the drop-down list, and select "resources" 2 Delete the selected file resource 3 Click the "submit" button |
1 CXC users log in and enter the Resource Center - > file management page to display the removed resource files 2 If the resource file is used in the workflow definition, running the workflow fails |
||
|
026 | user management - resource authorization | cancel file resource authorization | P3 | start API service | 1 Enter the Security Center - > user management page, click the "authorize" button of the user to be authorized (such as CXC user), pop up the drop-down list, and select "resources" 2 Select a file resource 3 Click the "Cancel" button |
the file resource is not authorized | ||
|
027 | user management - resource authorization | UDF resource authorization | P1 | start API service | 1 Enter the Security Center - > user management page, click the "authorize" button of the user to be authorized (such as CXC user), pop up the drop-down list, and select "resources" 2 Select UDF resource 3 Click the "submit" button |
1 CXC user logs in and enters the Resource Center - > UDF management - > resource management page to display the authorized UDF resources 2 CXC users can use the authorized UDF resources when creating UDF functions 3 Authorized UDF resources can only be deleted by the administrator and owner (creator) |
||
|
028 | user management - resource authorization | cancel authorized UDF resources | P1 | start API service | 1 Enter the Security Center - > user management page, click the "authorize" button of the user to be authorized (such as CXC user), pop up the drop-down list, and select "resources" < br> 2 Delete authorized UDF resources 3 Click the "submit" button |
1 To cancel the authorization of UDF resources, you need to judge whether any UDF function is using the UDF resource file. If yes, you need to cancel the authorization of the UDF function before you can cancel the authorization of the corresponding UDF resource file; If not, cancel 2 CXC user logs in and enters the Resource Center - > UDF management - > resource management page. The cancelled UDF resources are not displayed 3 If the UDF function associated with the UDF resource is referenced in the SQL hive type in the workflow definition, the execution of the workflow fails |
||
|
029 | user management - resource authorization | cancel UDF resource authorization | P3 | start API service | 1 Enter the Security Center - > user management page, click the "authorize" button of the user to be authorized (such as CXC user), pop up the drop-down list, and select "resources" 2 Select UDF resource 3 Click the "Cancel" button |
UDF resource is not authorized | ||
|
030 | user management - data source authorization | data source authorization | P1 | start API service | 1 Enter the Security Center - > user management page, click the "authorize" button of the user to be authorized (such as CXC user), pop up the drop-down list, and select "data source" 2 Click the data source under the data source list to move the data source to the selected data source 3 Click the "submit" button |
CXC user logs in and enters the data source center to see the authorized data source | ||
|
031 | user management - data source authorization | remove the authorized data source | P1 | start API service | 1 Enter the Security Center - > user management page, click the "authorize" button of the user to be authorized (such as CXC user), pop up the drop-down list, and select "data source" 2 Click the data source under the selected data source to move the data source to the data source list 3 Click the "submit" button |
CXC user logs in and enters the data source center. The removed data source | cannot be seen | |
|
032 | user management - data source authorization | cancel data source authorization | P3 | start API service | 1 Enter the Security Center - > user management page, click the "authorize" button of the user to be authorized (such as CXC user), pop up the drop-down list, and select "data source" 2 Click the data source under the data source list to move the data source to the selected data source 3 Click "Cancel" |
cancel the authorization of the data source. The workflow using the data source fails | ||
|
033 | user management - UDF function authorization | UDF function authorization | P1 | start API service | 1 Enter the Security Center - > user management page, click the "authorization" button of the user to be authorized (such as CXC user), pop up the drop-down list, and select "UDF function" 2 Click the UDF function in the UDF} function list to move the UDF function to the selected UDF} function 3 Click the "submit" button |
1 CXC user logs in and enters the Resource Center - > UDF management - > function management page to see the authorized UDF function 2 CXC users can use it correctly, and only the administrator and owner (creator) can delete the granted UDF functions |
||
|
034 | user management - UDF function authorization | remove the authorized UDF function | P1 | start API service | 1 Enter the Security Center - > user management page, click the "authorization" button of the user to be authorized (such as CXC user), pop up the drop-down list, and select "UDF function" 2 Click the UDF function under the selected UDF} function to move the UDF function to the UDF} function list 3 Click the "submit" button |
CXC user logs in and enters the Resource Center - > UDF management - > function management page. You can't see the removed UDF function | ||
|
035 | user management - UDF function authorization | cancel UDF function authorization | P3 | start API service | 1 Enter the Security Center - > user management page, click the "authorization" button of the user to be authorized (such as CXC user), pop up the drop-down list, and select "UDF function" 2 Click the UDF function in the UDF} function list to move the UDF function to the selected UDF} function 3 Click "Cancel" |
cancel UDF function authorization | ||
|
036 | user management | verify paging controls, no more than 10 | P2 | start API service | 1 Select 10 pieces / page, no more than 10 pieces of data, and view the pagination display 2 Select 30 pieces / page, no more than 30 pieces of data, and view the pagination display 3 Select 50 pieces / page, no more than 50 pieces of data, and view the pagination display |
1 Select 10 pieces / page, no more than 10 pieces of data, and 1 page displays 2 Select 30 pieces / page, no more than 30 pieces of data, and 1 page displays 3 Select 50 pieces / page, no more than 50 pieces of data, and one page displays |
||
|
037 | user management | verifying paging controls, more than 10 | P2 | starting API service | 1 Select 10 pieces / page, more than 10 pieces of data, and view the pagination display 2 Select 30 pieces / page and more than 30 pieces of data to view the pagination display 3 Select 50 pieces / page, more than 50 pieces of data, and view the pagination display |
1 Select 10 pieces / page. If there are more than 10 pieces of data, turn the page to display 2 Select 30 pieces / page. If more than 30 pieces of data are selected, the page will turn to display 3 Select 50 pieces / page, and more than 50 pieces of data will be displayed on the page |
||
|
038 | user management | verify the > button of paging control | P2 | start API service | click the > button to view paging display | page jumps to the next page | ||
|
039 | user management | verify the < button of paging control | P2 | start API service | click the < button to view paging display | page Jump to the previous page | ||
|
040 | user management | verify the input box of the paging control | P2 | start the API service | enter the number of pages, view the paging display | page Jump to the page where the page number is entered | ||
|
041 | warning group management | create warning group | P1 | start API service | 1 Enter the Security Center - > warning group management page and click the "create alarm group" button 2 Fill in the group name, select the warning instance, and fill in the remarks 3 Click the "submit" button |
the warning group is created successfully, t_ ds_ Add a new piece of data to the alertgroup table | ||
|
042 | warning group management | cancel the creation of warning group | P3 | start API service | 1 Enter the Security Center - > warning group management page and click the "create alarm group" button 2 Edit information 3 Click the "Cancel" button |
cancel the creation of warning group | ||
|
043 | warning group management | edit warning group | P1 | start API service | 1 Enter the Security Center - > warning group management page and click the "Edit" button 2 Modify the group name, select the warning instance, and fill in the remarks 3 Click the "submit" button |
edit the warning group successfully, t_ ds_ Alertgroup table update data | ||
|
044 | warning group management | delete the warning group | P1 | start the API service | enter the Security Center - > warning group management page, click "delete" and OK | delete the warning group successfully and delete t_ ds_ Relevant data in alertgroup | ||
|
045 | warning group management | query warning group | P1 | start API service | enter the Security Center - > warning group management page, enter the warning group name, and click the "query" button | warning group name supports fuzzy query: 1 Query no data, and the warning group list displays no data temporarily 2 Query the data, and the warning group list displays the data correctly |
||
|
046 | warning group management | verify paging controls, no more than 10 | P2 | start API service | 1 Select 10 pieces / page, no more than 10 pieces of data, and view the pagination display 2 Select 30 pieces / page, no more than 30 pieces of data, and view the pagination display 3 Select 50 pieces / page, no more than 50 pieces of data, and view the pagination display |
1 Select 10 pieces / page, no more than 10 pieces of data, and 1 page displays 2 Select 30 pieces / page, no more than 30 pieces of data, and 1 page displays 3 Select 50 pieces / page, no more than 50 pieces of data, and 1 page displays |
||
|
047 | warning group management | verify paging controls, more than 10 | P2 | start API service | 1 Select 10 pieces / page, more than 10 pieces of data, and view the pagination display 2 Select 30 pieces / page and more than 30 pieces of data to view the pagination display 3 Select 50 pieces / page, more than 50 pieces of data, and view the pagination display |
1 Select 10 pieces / page. If there are more than 10 pieces of data, turn the page to display 2 Select 30 pieces / page. If more than 30 pieces of data are selected, the page will turn to display 3 Select 50 pieces / page, and more than 50 pieces of data will be displayed on the page |
||
|
048 | warning group management | verify the > button of paging control | P2 | start API service | click the > button to view paging display | page jumps to the next page | ||
|
049 | warning group management | verify the < button of paging control | P2 | start API service | click the < button to view paging display | page jumps to the previous page | ||
|
050 | warning group management | verify the input box of paging control | P2 | start API service | enter the number of pages, view the paging display | jump to the page where the page number is entered | ||
|
051 | warning instance management | create alarm instance | P1 | start API service | 1 Enter the Security Center - > warning instance management page and click the "create alarm instance" button 2 Fill in the warning instance name, select the plug-in, and fill in the corresponding information of the plug-in 3 Click the "submit" button |
the warning instance is created successfully, t_ ds_ alert_ plugin_ Add a new data item to the instance table | ||
|
052 | warning instance management | cancel creating warning instance | P3 | start API service | 1 Enter the Security Center - > warning group management page and click the "create alarm instance" button 2 Edit information 3 Click the "Cancel" button |
cancel the creation of warning instance | ||
|
053 | warning instance management | edit warning instance | P1 | start API service | 1 Enter the Security Center - > warning instance management page and click the "Edit" button 2 Modify the warning instance name and plug-in corresponding information 3 Click the "submit" button |
edit the warning instance successfully, t_ ds_ alert_ plugin_ Add a new data item to the instance table | ||
|
054 | warning instance management | delete warning instance | P3 | start API service | enter the Security Center - > warning instance management page, click "delete" and OK | the warning instance is deleted successfully, t_ ds_ alert_ plugin_ Delete relevant data from the instance table | ||
|
055 | warning instance management | query warning instance | P2 | start API service | enter the Security Center - > warning instance management page, enter the warning instance name, and click the "query" button | warning instance name supports fuzzy query: 1 Query no data, and the warning group list displays no data temporarily 2 Query the data, and the warning group list displays the data correctly |
||
|
056 | warning instance management | verify paging controls, no more than 10 | P2 | start API service | 1 Select 10 pieces / page, no more than 10 pieces of data, and view the pagination display 2 Select 30 pieces / page, no more than 30 pieces of data, and view the pagination display 3 Select 50 pieces / page, no more than 50 pieces of data, and view the pagination display |
1 Select 10 pieces / page, no more than 10 pieces of data, and 1 page displays 2 Select 30 pieces / page, no more than 30 pieces of data, and 1 page displays 3 Select 50 pieces / page, no more than 50 pieces of data, and 1 page displays |
||
|
057 | warning instance management | verify paging controls, more than 10 | P2 | start API service | 1 Select 10 pieces / page, more than 10 pieces of data, and view the pagination display 2 Select 30 pieces / page and more than 30 pieces of data to view the pagination display 3 Select 50 pieces / page, more than 50 pieces of data, and view the pagination display |
1 Select 10 pieces / page. If there are more than 10 pieces of data, turn the page to display 2 Select 30 pieces / page. If more than 30 pieces of data are selected, the page will turn to display 3 Select 50 pieces / page, and more than 50 pieces of data will be displayed on the page |
||
|
058 | warning instance management | verify the > button of paging control | P2 | start API service | click the > button to view paging display | page jumps to the next page | ||
|
059 | warning instance management | verify the < button of paging control | P2 | start API service | click the < button to view paging display | page jumps to the previous page | ||
|
060 | warning instance management | verify the input box of paging control | P2 | start API service | enter the number of pages, view the paging display | jump to the page where the page number is entered | ||
|
061 | Yan queue management | create queue | P1 | start API service | 1 Enter the Security Center - > queue management page and click the "create queue" button to pop up a pop-up box 2 Edit queue 3 Click the "submit" button |
the queue is created successfully, t_ ds_ A new data entry is added to the queue table | ||
|
062 | Yan queue management | cancel queue creation | P3 | start API service | 1 Enter the Security Center - > queue management page and click the "create queue" button to pop up a pop-up box 2 Edit queue 3 Click the "Cancel" button |
cancel the creation of the queue | ||
|
063 | Yan queue management | edit queue | P1 | start API service | 1 Enter the Security Center - > queue management page, click the "Edit" button, and a pop-up box will pop up 2 Edit queue 3 Click the "Edit" button |
the queue is edited successfully, t_ ds_ Queue table update data | ||
|
064 | Yan queue management | cancel queue editing | P3 | start API service | 1 Enter the Security Center - > queue management page, click the "Edit" button, and a pop-up box will pop up 2 Edit queue 3 Click "Cancel" |
cancel queue editing | ||
|
065 | Yan queue management | query queue | P1 | start API service | enter the Security Center - > queue management page, enter the queue name and click the "query" button | queue name supports fuzzy query: 1 Query no data, and the queue list displays no data temporarily 2 The query has data, and the queue list displays the data correctly |
||
|
066 | Yan queue management | verify paging controls, no more than 10 | P2 | start API service | 1 Select 10 pieces / page, no more than 10 pieces of data, and view the pagination display 2 Select 30 pieces / page, no more than 30 pieces of data, and view the pagination display 3 Select 50 pieces / page, no more than 50 pieces of data, and view the pagination display |
1 Select 10 pieces / page, no more than 10 pieces of data, and 1 page displays 2 Select 30 pieces / page, no more than 30 pieces of data, and 1 page displays 3 Select 50 pieces / page, no more than 50 pieces of data, and one page displays |
||
|
067 | Yan queue management | verify paging controls, more than 10 | P2 | start API service | 1 Select 10 pieces / page, more than 10 pieces of data, and view the pagination display 2 Select 30 pieces / page and more than 30 pieces of data to view the pagination display 3 Select 50 pieces / page, more than 50 pieces of data, and view the pagination display |
1 Select 10 pieces / page. If there are more than 10 pieces of data, turn the page to display 2 Select 30 pieces / page. If more than 30 pieces of data are selected, the page will turn to display 3 Select 50 pieces / page, and more than 50 pieces of data will be displayed on the page |
||
|
068 | Yan queue management | verify the > button of paging control | P2 | start API service | click the > button to view paging display | page Jump to the next page | ||
|
069 | Yan queue management | verify the < button of paging control | P2 | start API service | click the < button to view paging display | page Jump to the previous page | ||
|
070 | Yan queue management | verify the input box of the paging control | P2 | start the API service | enter the number of pages, view the paging display | jump to the page where the page number is entered | ||
|
071 | worker group management | create worker group | P1 | start API service | 1 Enter the Security Center - > worker group management page, click the "create worker group" button, and a pop-up box will pop up 2 Edit worker group 3 Click the "submit" button |
1 Successfully created worker group, t_ ds_ worker_ Add a new data item to the group table 2 The process definition starts the specified worker group and the task instance specifies the worker group test |
||
|
072 | worker group management | cancel creating worker group | P3 | start API service | 1 Enter the Security Center - > worker group management page, click the "create worker group" button, and a pop-up box will pop up 2 Edit worker group 3 Click "Cancel" |
cancel the creation of worker group | ||
|
073 | worker group management | editing worker group | P1 | starting API service | 1 Enter the Security Center - > worker group management page, click the "Edit" button, and a pop-up box will pop up 2 Edit worker group 3 Click the "Edit" button |
the worker group is edited successfully, t_ ds_ worker_ Group table update data | ||
|
074 | worker group management | cancel worker group editing | P3 | start API service | 1 Enter the Security Center - > worker group management page, click the "Edit" button, and a pop-up box will pop up 2 Edit worker group 3 Click the "Cancel" button |
cancel the worker group editing | ||
|
075 | worker group management | delete worker group | P1 | start API service | enter Security Center - > worker group management page, click "delete" button | delete worker group | ||
|
076 | worker group management | query worker group | P1 | start API service | enter Security Center - > worker group management page, enter worker group name, click "query" button | worker group name supports fuzzy query: 1 Query no data, and the worker group list displays no data temporarily 2 The query has data, and the worker group list displays the data correctly |
||
|
077 | worker group management | verify paging controls, no more than 10 | P2 | start API service | 1 Select 10 pieces / page, no more than 10 pieces of data, and view the pagination display 2 Select 30 pieces / page, no more than 30 pieces of data, and view the pagination display 3 Select 50 pieces / page, no more than 50 pieces of data, and view the pagination display |
1 Select 10 pieces / page, no more than 10 pieces of data, and 1 page displays 2 Select 30 pieces / page, no more than 30 pieces of data, and 1 page displays 3 Select 50 pieces / page, no more than 50 pieces of data, and one page displays |
||
|
078 | worker group management | verify paging controls, more than 10 | P2 | start API service | 1 Select 10 pieces / page, more than 10 pieces of data, and view the pagination display 2 Select 30 pieces / page and more than 30 pieces of data to view the pagination display 3 Select 50 pieces / page, more than 50 pieces of data, and view the pagination display |
1 Select 10 pieces / page. If there are more than 10 pieces of data, turn the page to display 2 Select 30 pieces / page. If more than 30 pieces of data are selected, the page will turn to display 3 Select 50 pieces / page, and more than 50 pieces of data will be displayed on the page |
||
|
079 | worker group management | verify the > button of paging control | P2 | start API service | click the > button to view paging display | page Jump to the next page | ||
|
080 | worker group management | verify the < button of paging control | P2 | start API service | click the < button to view paging display | page Jump to the previous page | ||
|
081 | worker group management | verify the input box of paging control | P2 | start API service | enter the number of pages, View pagination display | page Jump to the page where the page number is entered | ||
|
082 | environment management | creating environment | P1 | starting API service | 1 Enter the Security Center - > environment management page, click the "create environment" button, and a pop-up box will pop up 2 Edit environment information 3 Click the "submit" button |
create the environment successfully | ||
|
083 | environment management | cancel creating environment | P3 | start API service | 1 Enter the Security Center - > environment management page, click the "create environment" button, and a pop-up box will pop up 2 Edit environment information 3 Click the "Cancel" button |
cancel the creation of the environment | ||
|
084 | environmental management | editing environment | P1 | starting API service | 1 Enter the Security Center - > environmental management page, click the "Edit" button, and a pop-up box will pop up 2 Edit environment information 3 Click the "Edit" button |
the environment is edited successfully | ||
|
085 | environment management | cancel environment editing | P3 | start API service | 1 Enter the Security Center - > environmental management page, click the "Edit" button, and a pop-up box will pop up 2 Edit environment information 3 Click the "Cancel" button |
cancel the environment editing | ||
|
086 | environment management | delete environment | P1 | start API service | enter the Security Center - > environment management page and click "delete" Button | delete environment | ||
|
087 | environment management | query environment | P1 | start API service | enter the Security Center - > W environment management page, enter the environment name and click the "query" button | environment name supports fuzzy query: 1 Query no data, and the environment list displays no data temporarily 2 The query has data, and the environment list displays the data correctly |
||
|
088 | environmental management | verifying paging controls, no more than 10 | P2 | starting API service | 1 Select 10 pieces / page, no more than 10 pieces of data, and view the pagination display 2 Select 30 pieces / page, no more than 30 pieces of data, and view the pagination display 3 Select 50 pieces / page, no more than 50 pieces of data, and view the pagination display |
1 Select 10 pieces / page, no more than 10 pieces of data, and 1 page displays 2 Select 30 pieces / page, no more than 30 pieces of data, and 1 page displays 3 Select 50 pieces / page, no more than 50 pieces of data, and one page displays |
||
|
089 | environment management | verifying paging controls, more than 10 | P2 | starting API service | 1 Select 10 pieces / page, more than 10 pieces of data, and view the pagination display 2 Select 30 pieces / page and more than 30 pieces of data to view the pagination display 3 Select 50 pieces / page, more than 50 pieces of data, and view the pagination display |
1 Select 10 pieces / page. If there are more than 10 pieces of data, turn the page to display 2 Select 30 pieces / page. If more than 30 pieces of data are selected, the page will turn to display 3 Select 50 pieces / page, and more than 50 pieces of data will be displayed on the page |
||
|
090 | environment management | verify the > button of paging control | P2 | start API service | click the > button, View the pagination display page | jump to the next page | ||
|
091 | environment management | verify the < button of paging control | P2 | start API service | click the < button, View the pagination display page | jump to the previous page | ||
|
092 | environment management | verify the input box of paging control | P2 | start API service | enter the number of pages, View pagination display | page Jump to the page where the page number is entered | ||
|
093 | token management | create token | P1 | start API service | 1 Enter the Security Center - > token management page, click the "create token" button, and a pop-up box will pop up 2 Edit token 3 Click the "submit" button |
1 Token of validity period generated, t_ ds_ access_ Add a new piece of data to the token table 2 Through dolphin scheduler API , test , CN escheduler. API |
httpclienttest under the package to verify whether the request can work normally and the validity period of the token | |
|
094 | token management | cancel token creation | P3 | start API service | 1 Enter the Security Center - > token management page, click the "create token" button, and a pop-up box will pop up 2 Edit token 3 Click "Cancel" |
cancel the creation of token | ||
|
095 | token management | edit token | P1 | start API service | 1 Enter the Security Center - > token management page, click the "Edit" button, and a pop-up box will pop up 2 Edit token 3 Click the "Edit" button |
token is edited successfully, t_ ds_ access_ Token table update data | ||
|
096 | token management | cancel token editing | P3 | start API service | 1 Enter the Security Center - > token management page, click the "Edit" button, and a pop-up box will pop up 2 Edit token 3 Click "Cancel" |
cancel token editing | ||
|
097 | token management | delete token | P1 | start API service | enter Security Center - > token management page, click "delete" button | delete token | ||
|
098 | token management | query user | P2 | start API service | enter the Security Center - > token management page, enter the user name and click the "query" button | user name supports fuzzy query: 1 Query no data, and the token list displays no data temporarily 2 The query has data, and the token list displays the data correctly |
||
|
099 | token management | verify paging control, no more than 10 | P2 | start API service | 1 Select 10 pieces / page, no more than 10 pieces of data, and view the pagination display 2 Select 30 pieces / page, no more than 30 pieces of data, and view the pagination display 3 Select 50 pieces / page, no more than 50 pieces of data, and view the pagination display |
1 Select 10 pieces / page, no more than 10 pieces of data, and 1 page displays 2 Select 30 pieces / page, no more than 30 pieces of data, and 1 page displays 3 Select 50 pieces / page, no more than 50 pieces of data, and one page displays |
||
|
100 | token management | verify paging control, more than 10 | P2 | start API service | 1 Select 10 pieces / page, more than 10 pieces of data, and view the pagination display 2 Select 30 pieces / page and more than 30 pieces of data to view the pagination display 3 Select 50 pieces / page, more than 50 pieces of data, and view the pagination display |
1 Select 10 pieces / page. If there are more than 10 pieces of data, turn the page to display 2 Select 30 pieces / page. If more than 30 pieces of data are selected, the page will turn to display 3 Select 50 pieces / page, and more than 50 pieces of data will be displayed on the page |
||
|
101 | token management | verify the > button of paging control | P2 | start API service | click the > button to view paging display | page Jump to the next page | ||
|
102 | token management | verify the < button of paging control | P2 | start API service | click the < button to view paging display | page Jump to the previous page | ||
|
103 | token management | verify the input box of the paging control | P2 | start the API service | enter the number of pages, view the paging display | page Jump to the page where the page number is entered | ||
|
104 | user information | view user information | P1 | start API service | 1 Click the user drop-down box 2 Click "user information" to enter the user information page 3 View user information |
admin / user information of ordinary users is displayed correctly | ||
|
105 | user information | edit user information | P1 | start API service | 1 Enter the user information page and click the "Edit" button 2 Edit user information 3 Click the "Edit" button |
successfully edit the user information | ||
|
106 | user information | cancel editing user information | P3 | start API service | 1 Enter the user information page and click the "Edit" button 2 Edit user information 3 Click the "Cancel" button |
cancel editing user information | ||
|
107 | user information | change password | P1 | start API service | 1 Click the user drop-down box 2 Click "user information" and "modify password" to enter the password modification page 3 To edit the password, click the "Edit" button |
1 The password is modified successfully, and the user logs out 2 The user cannot log in with the old password, but the new password can log in successfully |
||
|
108 | switch between Chinese and English | switch from Chinese to English | P1 | start API service | click the drop-down button in Chinese and select English | 1 Switch the platform to the English version 2 The English version function and page display are normal |
||
|
109 | switch between Chinese and English | switch from English to Chinese | P1 | start API service | click the drop-down button of English and select Chinese | 1 Switch the platform to the Chinese version 2 Chinese version function and page display are normal |
Use case
No response
Related issues
No response
Are you willing to submit a PR?
- Yes I am willing to submit a PR!
Code of Conduct
- I agree to follow this project's Code of Conduct
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
e2ee2e teste2e testfeaturenew featurenew featurehelp wantedExtra attention is neededExtra attention is needed