Commit Graph
1956 Commits
Author SHA1 Message Date
liugang 1df4002ff0 * testtask: refactor the runCase method. 2023-09-20 14:03:24 +08:00
liugang d147cb7aa9 + testtaskZen: return different content based on the execution results of the test case. 2023-09-20 14:02:17 +08:00
liugang 67161607f1 + testtaskZen: detect whether the test case to be executed is an automated test case and perform different operations based on the user confirmation results. 2023-09-20 14:01:50 +08:00
liugang 8e867440e5 + testtaskZen: assign variables for runCase page of a test case. 2023-09-20 14:00:42 +08:00
liugang bcf734d20b + testtask: add form configuration of runCase page. 2023-09-20 13:57:39 +08:00
liugang 661bd5d9da * testtask: refactor the batchRun method. 2023-09-19 15:59:21 +08:00
liugang d9baacd8b8 + testtaskZen: add a method to get cases to run. 2023-09-19 15:58:20 +08:00
liugang 2382519402 * testtaskModel: declare the parameter types and return type of the getRuns method. 2023-09-19 13:29:35 +08:00
liugang f320d9c238 * testtask: refactor the groupCase method. 2023-09-19 13:22:27 +08:00
liugang 59e422afe8 + testtaskZen: process the rowspan property of cases for use by front-end component groupings. 2023-09-19 13:22:13 +08:00
liugang c804520bba * testtask: adjust sort order. 2023-09-19 13:19:25 +08:00
liugang a6e12e72ef * testtask: adjust code order. 2023-09-19 13:18:19 +08:00
liugang 348b956c5b * testtask: refactor the linkCase method. 2023-09-18 15:57:42 +08:00
liugang f5869e96ab + testtaskZen: add method to set configuration of search form in linkCase page of a testtask. 2023-09-18 15:55:48 +08:00
liugang fa0c57aac1 * testtask: modify code comment. 2023-09-18 15:54:34 +08:00
liugang 891ee8691b Revert "* testtask: modify code comment."
This reverts commit 082426ac13.
2023-09-18 15:53:53 +08:00
liugang 082426ac13 * testtask: modify code comment. 2023-09-18 15:49:32 +08:00
liugang 14a67c48df * testtask: check if user have permission to access the product to which the testtask belongs. 2023-09-18 15:49:09 +08:00
liugang 1d64e7510e * testtaskZen: load the testcase model before using its configuration. 2023-09-18 15:24:32 +08:00
liugang dbc4b873d1 * testtask: assign moduleID to the cases page. 2023-09-18 15:22:31 +08:00
liugang c4d4de93a2 * testtask: fix error of calling undefined variable. 2023-09-18 15:17:33 +08:00
liugang 3f3b67240b * testtask: fix error of calling undefined properties of the testtask object. 2023-09-18 15:13:31 +08:00
caoyanyi de52e6af24 * Replace saveState to checkAccess. 2023-09-18 14:27:33 +08:00
liugang 0ff73a19c4 * testtask: refactor the cases method. 2023-09-18 14:03:22 +08:00
liugang 8d47754179 + testtaskZen: assign variables for cases page of a testtask. 2023-09-18 14:02:46 +08:00
liugang e1cea3c2ec + testtaskZen: set configuration of search form in cases page of a testtask. 2023-09-18 14:02:26 +08:00
liumengyi 31619703d0 * Refactor testtaskModel::getResults, and modify its unit test. 2023-09-18 10:55:43 +08:00
liugang 95e931af00 * testtask: remove unused code - the unit test only displayed in qa application now. 2023-09-18 09:59:19 +08:00
liugang ef6145bb6b * testtask: load product model before call its methods. 2023-09-15 13:17:32 +08:00
liugang 359bb5199e * testtask: load the product model before calling its method. 2023-09-15 13:10:25 +08:00
liugang afcc0fd18c + testtaskZen: fix error of using undefined variable. 2023-09-15 13:09:55 +08:00
liugang 770fcae19b * testtask: remove unnecessary variables assigned to browse page. 2023-09-15 09:51:15 +08:00
liugang 4273fdc5b3 - testtask: remove unused code. 2023-09-15 09:38:19 +08:00
liugang 47b294bc00 - testtask: remove code that has been implemented in the qaModel::setMenu method. 2023-09-15 09:36:29 +08:00
liugang 97bf54eb61 * testtask: use the member variable products of the testtask class to replace the local variable products in each method. 2023-09-15 09:36:01 +08:00
liugang b166f83f25 * testtaskZen: load product model before calling its method. 2023-09-15 09:23:49 +08:00
liugang 09d3f6a82d * testtask: call the testtaskZen::setMenu method instead of call methods in different modules. 2023-09-15 08:48:40 +08:00
liugang 3c89a8e0ab * testtaskZen: remove unused parameters of the setMenu method. 2023-09-14 17:21:24 +08:00
liugang 751157cc6b * testtask: load qa model before calling its method. 2023-09-14 17:10:53 +08:00
liugang 699ab2af09 - testtask: remove unused method. 2023-09-14 17:05:46 +08:00
liugang 87f3d9a6ee * testtask: calling qa::setMenu instead of testtask::setMenu. 2023-09-14 17:04:53 +08:00
liugang e1e232d26c * Remove unused parameters when calling the qa::setMenu method because the switcherMenu is implemented by the dropmenu widget now. 2023-09-14 17:00:40 +08:00
liumengyi d898556ae6 * Refactor testtask::getRunByID, and modify its unit test. 2023-09-14 16:15:58 +08:00
liumengyi 46597f504b * Refactor testtask::results. 2023-09-14 16:15:37 +08:00
liugang 495b758e90 * testtask: simplify code to get return message. 2023-09-14 15:53:22 +08:00
liugang 334ee8c767 * testtask: modify the comments of class member variables. 2023-09-14 15:52:18 +08:00
liugang 70f521fed9 * testtask: remove unused comment and add $products parameter when calling testtaskZen::setMenu method. 2023-09-14 15:51:37 +08:00
liugang 71cf9bff29 * testtask: refactor the __construct method. 2023-09-14 15:49:36 +08:00
liugang 298c51bf93 * testtaskZen: refactor the getProducts method. 2023-09-14 15:31:55 +08:00
liugang 9a97e53eba * testtaskZen: refactor the setMenu method. 2023-09-14 15:31:31 +08:00