CN117234916A - Workflow application testing method and device, electronic equipment and storage medium - Google Patents

Workflow application testing method and device, electronic equipment and storage medium Download PDF

Info

Publication number
CN117234916A
CN117234916A CN202311191649.1A CN202311191649A CN117234916A CN 117234916 A CN117234916 A CN 117234916A CN 202311191649 A CN202311191649 A CN 202311191649A CN 117234916 A CN117234916 A CN 117234916A
Authority
CN
China
Prior art keywords
test
flow
flow chart
node
configuration file
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202311191649.1A
Other languages
Chinese (zh)
Inventor
朱辉
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Bank of China Ltd
Original Assignee
Bank of China Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Bank of China Ltd filed Critical Bank of China Ltd
Priority to CN202311191649.1A priority Critical patent/CN117234916A/en
Publication of CN117234916A publication Critical patent/CN117234916A/en
Pending legal-status Critical Current

Links

Classifications

    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The application discloses a workflow application testing method, a workflow application testing device, electronic equipment and a storage medium, which can be applied to the field of big data or the field of finance. The method comprises the following steps: when a test instruction input by a tester is received, acquiring a flow chart and a flow configuration file of a workflow application to be tested based on the test instruction, wherein a node of each flow chart has a corresponding flow configuration file; analyzing the flow chart to obtain a test path; analyzing the flow configuration file to determine test parameters; and testing the test path by using the test parameters to obtain a test result and displaying the test result. In the embodiment of the application, the flow chart of the workflow application to be tested and the analysis of the related configuration file are utilized to obtain the test paths from the beginning of the flow to the end of the flow, and the flow is triggered by the related interfaces of the flow according to the test paths for each test path to finish the test execution. Thereby improving the efficiency of the process.

Description

Workflow application testing method and device, electronic equipment and storage medium
Technical Field
The present application relates to the field of data processing technologies, and in particular, to a method and apparatus for testing workflow applications, an electronic device, and a storage medium.
Background
The workflow products in the current industry have a number of difficulties in testing the flow chart.
During testing, the main testing method is to manually analyze the flow chart to obtain a testing path from the beginning of the flow to the end of the flow, and then manually verify the correctness of the flow chart according to the testing path so as to further test. The whole process is time-consuming and labor-consuming, so that the treatment efficiency is low.
Disclosure of Invention
In view of the above, embodiments of the present application provide a method, an apparatus, an electronic device, and a storage medium for testing a workflow application, so as to solve the problem of low processing efficiency in the prior art.
In order to achieve the above object, the embodiment of the present application provides the following technical solutions:
a first aspect of an embodiment of the present application shows a method for testing a workflow application, where the method includes:
when a test instruction input by a tester is received, acquiring a flow chart and a flow configuration file of a workflow application to be tested based on the test instruction, wherein a node of each flow chart has a corresponding flow configuration file;
analyzing the flow chart to obtain a test path;
analyzing the flow configuration file to determine test parameters;
and testing the test path by using the test parameters to obtain a test result and displaying the test result.
Optionally, the method further comprises:
and determining a target analysis mode of the workflow application to be tested based on the test instruction.
Optionally, the parsing the flowchart to obtain a test path includes:
determining the node type of each node in the flow chart;
and generating a corresponding test path according to the node type and the flow sequence of the flow chart by utilizing the target analysis mode.
Optionally, the method further comprises:
during the test, test-related log information is recorded.
A second aspect of an embodiment of the present application shows a testing apparatus for a workflow application, the apparatus comprising:
the system comprises an acquisition unit, a processing unit and a processing unit, wherein the acquisition unit is used for acquiring a flow chart and a flow configuration file of a workflow application to be tested based on a test instruction when receiving the test instruction input by a tester, and a corresponding flow configuration file exists at a node of each flow chart;
the analysis unit is used for analyzing the flow chart to obtain a test path; analyzing the flow configuration file to determine test parameters;
and the test unit is used for testing the test path by utilizing the test parameters to obtain a test result and displaying the test result.
Optionally, the parsing unit is further configured to:
and determining a target analysis mode of the workflow application to be tested based on the test instruction.
Optionally, the parsing unit for parsing the flowchart to obtain a test path is specifically configured to: determining the node type of each node in the flow chart;
and generating a corresponding test path according to the node type and the flow sequence of the flow chart by utilizing the target analysis mode.
Optionally, the method further comprises: and the recording unit is used for recording the test related log information in the test process.
A third aspect of the embodiment of the present application shows an electronic device, where the electronic device is configured to run a program, where the program executes a method for testing a workflow application as shown in the first aspect of the embodiment of the present application.
A fourth aspect of the embodiment of the present application shows a computer storage medium, where the storage medium includes a storage program, where when the program runs, the device where the storage medium is controlled to execute a testing method of a workflow application as shown in the first aspect of the embodiment of the present application.
Based on the method, the device, the electronic device and the storage medium for testing the workflow application provided by the embodiment of the application, the method comprises the following steps: when a test instruction input by a tester is received, acquiring a flow chart and a flow configuration file of a workflow application to be tested based on the test instruction, wherein a node of each flow chart has a corresponding flow configuration file; analyzing the flow chart to obtain a test path; analyzing the flow configuration file to determine test parameters; and testing the test path by using the test parameters to obtain a test result and displaying the test result. In the embodiment of the application, the flow chart of the workflow application to be tested and the analysis of the related configuration file are utilized to obtain the test paths from the beginning of the flow to the end of the flow, and the flow is triggered by the related interfaces of the flow according to the test paths for each test path to finish the test execution. Thereby improving the efficiency of the process.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings that are required to be used in the embodiments or the description of the prior art will be briefly described below, and it is obvious that the drawings in the following description are only embodiments of the present application, and that other drawings can be obtained according to the provided drawings without inventive effort for a person skilled in the art.
FIG. 1 is a flow chart of a method for testing workflow applications according to an embodiment of the present application;
fig. 2 is a schematic structural diagram of a testing device for workflow applications according to an embodiment of the present application.
Detailed Description
The following description of the embodiments of the present application will be made clearly and completely with reference to the accompanying drawings, in which it is apparent that the embodiments described are only some embodiments of the present application, but not all embodiments. All other embodiments, which can be made by those skilled in the art based on the embodiments of the application without making any inventive effort, are intended to be within the scope of the application.
In the present disclosure, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising one … …" does not exclude the presence of other like elements in a process, method, article, or apparatus that comprises the element.
It should be noted that the method, the device, the electronic device and the storage medium for testing workflow application provided by the application can be used in the big data field or the financial field. The foregoing is merely an example, and the application fields of the workflow application testing method, the workflow application testing device, the electronic device and the storage medium provided by the application are not limited.
Referring to fig. 1, a flowchart of a method for testing a workflow application according to an embodiment of the present application is shown, where the method includes:
step S101: judging whether a test instruction input by a tester is received, executing step S102 when the test instruction input by the tester is received, and if not, continuing to execute step S101.
In the specific implementation process of step S101, whether a test instruction input by a tester is received is detected in real time, step S102 is executed when the test instruction input by the tester is received, and if not, step S101 is continuously executed.
It should be noted that, the test instruction carries a flow chart and a flow configuration file of the workflow application to be tested, and a corresponding flow configuration file exists at a node of each flow chart.
Step S102: and acquiring a flow chart and a flow configuration file of the workflow application to be tested based on the test instruction.
Optionally, the environment management module stores information of an environment flow engine database for configuration development, test, production and the like, that is, flow charts and flow configuration files corresponding to workflow applications exist in the development, test, production and the like.
The configuration parameters in the flow configuration file include information such as IP, port, user name, password and the like, and distinguish the names of the environments.
In the specific implementation process of step S102, the environment management module is searched by using the test instruction, and the flow chart and the flow configuration file corresponding to the workflow application to be tested are determined.
Step S103: and determining a target analysis mode of the workflow application to be tested based on the test instruction.
Optionally, the tester may select a corresponding parsing mode before testing, and data such as a workflow application to be tested, to generate a test instruction.
In the specific implementation process of step S103, a target parsing mode of the workflow application to be tested, which is carried in the test instruction, is obtained.
Optionally, the process of implementing step S103 is as follows: and determining a corresponding analysis mode corresponding to the environment based on the environment to which the workflow application to be tested belongs in the test instruction, and taking the analysis mode as a target analysis mode.
It should be noted that, the corresponding relationship between the environment to which the workflow application to be tested belongs and the parsing mode is preset.
The resolution modes include, but are not limited to, a full test path resolution mode and a regression test path resolution mode.
Step S104: and analyzing the flow chart to obtain a test path.
It should be noted that, the process of analyzing the flowchart to obtain the test path in the specific implementation step S104 includes the following steps:
step S11: and determining the node type of each node in the flow chart.
In step S11, each step in the flowchart is a node.
In the specific implementation process of step S11, all nodes of the flowchart are parsed according to the definitions of events, gateways, activities and the like corresponding to the flowchart, so as to determine the node type of each node. And traversing the flow chart, taking the node conforming to the definition of the start event as a start node, and taking the node conforming to the definition of the end event as an end node.
It should be noted that, the definition of each node is already preset in the flowchart.
The node type may be an event node, a gateway node, or an active node.
The gateway nodes comprise an exclusive gateway node, a parallel gateway node and a containing gateway node.
The event nodes include a start event node and an end event node. 1
Step S12: and generating a corresponding test path according to the node type and the flow sequence of the flow chart by utilizing the target analysis mode.
It should be noted that, the target analysis mode includes, but is not limited to, a full-scale test path analysis mode and a regression test path analysis mode, and thus the process of step S12 has various embodiments.
In one embodiment, if the target analysis mode is a full-scale test path, the specific implementation step S12 uses the target analysis mode to generate the corresponding test paths for the different types of nodes according to the execution sequence of the flowchart, where the process is as follows: firstly acquiring a start event node according to the flow sequence of a flow chart, and taking the start event node as a test path starting point; traversing backward from the starting point, and adding the path branch into the current test path when traversing to the active node; when traversing to the gateway node, carrying out path splitting according to the gateway type, and adding the split path branches into the current test path; if the gateway node is an exclusive gateway node, splitting the node according to the branch number of the node; if the gateway node is a parallel gateway node, the parallel gateway node is not split, namely all branches of the parallel gateway need to be executed; if the gateway node is a containing gateway node, splitting is carried out according to the specific condition of the containing gateway node. And traversing in sequence until traversing to end event nodes, and determining a final test path.
In another embodiment, if the target analysis mode is a regression test path analysis mode, the specific implementation step S12 uses the target analysis mode to generate the corresponding test paths for the different types of nodes according to the execution sequence of the flowchart: firstly acquiring a start event node according to the flow sequence of a flow chart, and taking the start event node as a test path starting point; traversing backward from the starting point, and adding the path branch into the current test path when traversing to the active node; when traversing to the gateway node, judging the uniqueness of the path branches related to the gateway node, and ensuring that each path branch related to the gateway node is covered for 1 time; path splitting is carried out according to the gateway type, and split path branches are added into a current test path; if the gateway node is an exclusive gateway node, splitting the node according to the branch number of the node; if the gateway node is a parallel gateway node, the parallel gateway node is not split, namely all branches of the parallel gateway need to be executed; if the gateway node is a containing gateway, splitting is carried out according to the specific condition of the containing gateway. And traversing in sequence until traversing to end event nodes, and determining a final test path at the moment.
In the regression-test path analysis mode, the uniqueness of the path branches related to the gateway node is determined, and only 1 coverage per path branch is ensured. The specific judging mode can be that when a path branch joins the current path, the information of the entrance node and the exit node of the path branch is recorded and used as the uniqueness judging standard of the path branch, the uniqueness judgment is carried out on the path branch related to the gateway node, and each path branch related to the gateway node is ensured to be covered for 1 time.
In both embodiments, when path traversal is performed, if a loop node is encountered, i.e. the ingress node and egress node of the 2 path branches are just opposite, the branches are covered only 1 time.
Step S105: and analyzing the flow configuration file to determine test parameters.
In the specific implementation process of step S105, the flow configuration file of the node, that is, the service configuration and the script resource in the configuration file are parsed, so as to obtain the interfaces corresponding to the flow and the parameters required by the interfaces, that is, the test parameters.
Optionally, the flow is transferred to the corresponding interface and the parameters required by the interface, namely, the test parameters are directly put into the parameter flow configuration file according to the analysis result. Or, according to the service meaning of the specific node, acquiring the manual test parameters and putting the manual test parameters into the parameter flow configuration file.
Step S106: and testing the test path by using the test parameters to obtain a test result and displaying the test result.
In the specific implementation process of step S106, for each test path, triggering a flow through a flow related interface to perform flow transfer according to the test path; when the flow is triggered in an interface mode to flow according to the test path, a corresponding interface is automatically executed, and parameters required by the interface are read from the flow configuration file to execute the test path, so that the flow path of the automatic test is ensured to have a determined business meaning; and after the test is completed, the test result is displayed.
Optionally, the method further comprises: during the test, test-related log information is recorded.
In the specific implementation process, in the execution process of the test path, the relevant log information in the automatic test process of each path is recorded so as to position the problem and analyze the business meaning later.
In the embodiment of the application, when a test instruction input by a tester is received, a flow chart and a flow configuration file of a workflow application to be tested are obtained based on the test instruction, and a corresponding flow configuration file exists at a node of each flow chart; analyzing the flow chart to obtain a test path; analyzing the flow configuration file to determine test parameters; and testing the test path by using the test parameters to obtain a test result and displaying the test result. According to the application, the flow chart of the workflow application to be tested and the analysis of the related configuration file are adopted to obtain the test paths from the beginning of the flow to the end of the flow, and for each test path, the flow is triggered through the related interface of the flow to flow according to the test path, so that the test execution is completed. Thereby improving the efficiency of the process.
Based on the method for testing the workflow application shown in the embodiment of the present application, correspondingly, the embodiment of the present application also correspondingly discloses a schematic structure diagram of a device for testing the workflow application, as shown in fig. 2, where the device includes:
the obtaining unit 201 is configured to obtain, when a test instruction input by a tester is received, a flowchart and a flow configuration file of a workflow application to be tested based on the test instruction, where a node of each flowchart has a corresponding flow configuration file;
an parsing unit 202, configured to parse the flowchart to obtain a test path; analyzing the flow configuration file to determine test parameters;
and the test unit 203 is configured to test the test path by using the test parameters, obtain a test result, and display the test result.
It should be noted that, the specific principle and the execution process of each unit in the workflow application testing device disclosed in the above embodiment of the present application are the same as those of the workflow application testing method shown in the above embodiment of the present application, and reference may be made to corresponding parts in the workflow application testing method disclosed in the above embodiment of the present application, and no redundant description is given here.
In the embodiment of the application, when a test instruction input by a tester is received, a flow chart and a flow configuration file of a workflow application to be tested are obtained based on the test instruction, and a corresponding flow configuration file exists at a node of each flow chart; analyzing the flow chart to obtain a test path; analyzing the flow configuration file to determine test parameters; and testing the test path by using the test parameters to obtain a test result and displaying the test result. According to the application, the flow chart of the workflow application to be tested and the analysis of the related configuration file are adopted to obtain the test paths from the beginning of the flow to the end of the flow, and for each test path, the flow is triggered through the related interface of the flow to flow according to the test path, so that the test execution is completed. Thereby improving the efficiency of the process.
Optionally, based on the workflow application testing apparatus shown in the foregoing embodiment of the present application, the parsing unit 202 is further configured to:
and determining a target analysis mode of the workflow application to be tested based on the test instruction.
Optionally, based on the workflow application testing apparatus shown in the foregoing embodiment of the present application, the analyzing unit 202 configured to analyze the flowchart to obtain a testing path is specifically configured to: determining the node type of each node in the flow chart;
and generating a corresponding test path according to the node type and the flow sequence of the flow chart by utilizing the target analysis mode.
Optionally, the testing device for workflow applications shown in the embodiment of the present application further includes:
and the recording unit is used for recording the test related log information in the test process.
Based on the workflow application testing device disclosed by the embodiment of the disclosure, each module can be realized by a hardware device composed of a processor and a memory. The modules are stored in the memory as program units, and the processor executes the program units stored in the memory to realize the testing of the workflow application.
The processor comprises a kernel, and the kernel fetches the corresponding program unit from the memory. The kernel can be provided with one or more, and the testing of the workflow application is realized by adjusting kernel parameters.
Embodiments of the present disclosure provide a computer storage medium including a stored text processing program, wherein the program when executed by a processor implements the method of testing a workflow application described in fig. 1.
The embodiment of the disclosure provides a processor for running a program, wherein the program runs to execute the testing method of the workflow application shown in fig. 1.
The embodiment of the disclosure provides an electronic device, which may be a server, a PC, a PAD, a mobile phone, etc.
The electronic device includes at least one processor, and at least one memory coupled to the processor, and a bus.
The processor and the memory complete the communication with each other through the bus. And a processor for executing the program stored in the memory.
A memory for storing a program for at least: when a test instruction input by a tester is received, acquiring a flow chart and a flow configuration file of a workflow application to be tested based on the test instruction, wherein a node of each flow chart has a corresponding flow configuration file; analyzing the flow chart to obtain a test path; analyzing the flow configuration file to determine test parameters; and testing the test path by using the test parameters to obtain a test result and displaying the test result.
The application also provides a computer program product adapted to perform, when executed on an electronic device, a program initialized with the method steps of: when a test instruction input by a tester is received, acquiring a flow chart and a flow configuration file of a workflow application to be tested based on the test instruction, wherein a node of each flow chart has a corresponding flow configuration file; analyzing the flow chart to obtain a test path; analyzing the flow configuration file to determine test parameters; and testing the test path by using the test parameters to obtain a test result and displaying the test result.
The present application is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems) and computer program products according to embodiments of the application. It will be understood that each flow and/or block of the flowchart illustrations and/or block diagrams, and combinations of flows and/or blocks in the flowchart illustrations and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
In one typical configuration, the device includes one or more processors (CPUs), memory, and a bus. The device may also include input/output interfaces, network interfaces, and the like.
The memory may include volatile memory, random Access Memory (RAM) and/or nonvolatile memory, such as Read Only Memory (ROM) or flash memory (flashRAM), among other forms in computer readable media, the memory including at least one memory chip. Memory is an example of a computer-readable medium.
Computer readable media, including both non-transitory and non-transitory, removable and non-removable media, may implement information storage by any method or technology. The information may be computer readable instructions, data structures, modules of a program, or other data. Examples of storage media for a computer include, but are not limited to, phase change memory (PRAM), static Random Access Memory (SRAM), dynamic Random Access Memory (DRAM), other types of Random Access Memory (RAM), read Only Memory (ROM), electrically Erasable Programmable Read Only Memory (EEPROM), flash memory or other memory technology, compact disc read only memory (CD-ROM), digital Versatile Discs (DVD) or other optical storage, magnetic cassettes, magnetic tape magnetic disk storage or other magnetic storage devices, or any other non-transmission medium, which can be used to store information that can be accessed by a computing device. Computer-readable media, as defined herein, does not include transitory computer-readable media (transshipment) such as modulated data signals and carrier waves.
In this specification, each embodiment is described in a progressive manner, and identical and similar parts of each embodiment are all referred to each other, and each embodiment mainly describes differences from other embodiments. In particular, for a system or system embodiment, since it is substantially similar to a method embodiment, the description is relatively simple, with reference to the description of the method embodiment being made in part. The systems and system embodiments described above are merely illustrative, wherein the elements illustrated as separate elements may or may not be physically separate, and the elements shown as elements may or may not be physical elements, may be located in one place, or may be distributed over a plurality of network elements. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution of this embodiment. Those of ordinary skill in the art will understand and implement the present application without undue burden.
Those of skill would further appreciate that the various illustrative elements and algorithm steps described in connection with the embodiments disclosed herein may be implemented as electronic hardware, computer software, or combinations of both, and that the various illustrative elements and steps are described above generally in terms of functionality in order to clearly illustrate the interchangeability of hardware and software. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the solution. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present application.
The previous description of the disclosed embodiments is provided to enable any person skilled in the art to make or use the present application. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the application. Thus, the present application is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.

Claims (10)

1. A method of testing a workflow application, the method comprising:
when a test instruction input by a tester is received, acquiring a flow chart and a flow configuration file of a workflow application to be tested based on the test instruction, wherein a node of each flow chart has a corresponding flow configuration file;
analyzing the flow chart to obtain a test path;
analyzing the flow configuration file to determine test parameters;
and testing the test path by using the test parameters to obtain a test result and displaying the test result.
2. The method as recited in claim 1, further comprising:
and determining a target analysis mode of the workflow application to be tested based on the test instruction.
3. The method of claim 2, wherein parsing the flow chart results in a test path, comprising:
determining the node type of each node in the flow chart;
and generating a corresponding test path according to the node type and the flow sequence of the flow chart by utilizing the target analysis mode.
4. The method as recited in claim 1, further comprising:
during the test, test-related log information is recorded.
5. A testing apparatus for workflow applications, the apparatus comprising:
the system comprises an acquisition unit, a processing unit and a processing unit, wherein the acquisition unit is used for acquiring a flow chart and a flow configuration file of a workflow application to be tested based on a test instruction when receiving the test instruction input by a tester, and a corresponding flow configuration file exists at a node of each flow chart;
the analysis unit is used for analyzing the flow chart to obtain a test path; analyzing the flow configuration file to determine test parameters;
and the test unit is used for testing the test path by utilizing the test parameters to obtain a test result and displaying the test result.
6. The apparatus of claim 5, wherein the parsing unit is further configured to:
and determining a target analysis mode of the workflow application to be tested based on the test instruction.
7. The apparatus of claim 5, wherein the parsing unit for parsing the flowchart to obtain a test path is specifically configured to: determining the node type of each node in the flow chart;
and generating a corresponding test path according to the node type and the flow sequence of the flow chart by utilizing the target analysis mode.
8. The apparatus as recited in claim 5, further comprising:
and the recording unit is used for recording the test related log information in the test process.
9. An electronic device, characterized in that the electronic device is arranged to run a program, wherein the program, when run, performs a method of testing a workflow application according to any of claims 1-4.
10. A computer storage medium, characterized in that the storage medium comprises a stored program, wherein the program, when run, controls a device in which the storage medium is located to execute a testing method of a workflow application according to any of claims 1-4.
CN202311191649.1A 2023-09-15 2023-09-15 Workflow application testing method and device, electronic equipment and storage medium Pending CN117234916A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202311191649.1A CN117234916A (en) 2023-09-15 2023-09-15 Workflow application testing method and device, electronic equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202311191649.1A CN117234916A (en) 2023-09-15 2023-09-15 Workflow application testing method and device, electronic equipment and storage medium

Publications (1)

Publication Number Publication Date
CN117234916A true CN117234916A (en) 2023-12-15

Family

ID=89097890

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202311191649.1A Pending CN117234916A (en) 2023-09-15 2023-09-15 Workflow application testing method and device, electronic equipment and storage medium

Country Status (1)

Country Link
CN (1) CN117234916A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117592311A (en) * 2024-01-17 2024-02-23 上海朋熙半导体有限公司 Multi-level simulation method, device and equipment for workflow and readable medium

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117592311A (en) * 2024-01-17 2024-02-23 上海朋熙半导体有限公司 Multi-level simulation method, device and equipment for workflow and readable medium
CN117592311B (en) * 2024-01-17 2024-04-16 上海朋熙半导体有限公司 Multi-level simulation method, device and equipment for workflow and readable medium

Similar Documents

Publication Publication Date Title
CN109302522A (en) Test method, device and computer system and medium
CN109992498B (en) Test case generation method and system and computer system
CN104423961B (en) A kind of method and system for generating test script
CN110750458A (en) Big data platform testing method and device, readable storage medium and electronic equipment
US10241902B2 (en) Systems and methods for benchmark based cross platform service demand prediction
CN117234916A (en) Workflow application testing method and device, electronic equipment and storage medium
CN114003451B (en) Interface testing method, device, system and medium
CN106095688A (en) A kind of software performance testing method and device
CN109657475A (en) Code vulnerabilities check method, apparatus, equipment and storage medium
CN112583944B (en) Processing method and device for updating domain name certificate
CN111984519B (en) Test method and device for service system
CN110334012B (en) Risk assessment method and device
CN107450909A (en) The treating method and apparatus of validity check is integrated for SDK
CN111158979A (en) Service dial testing method, system, device and storage medium
CN109656825A (en) The method and device of fine arts resource processing, electronic equipment, storage medium
CN105701002B (en) A kind of recording method and device of the execution route based on test
CN114490337A (en) Debugging method, debugging platform, equipment and storage medium
CN107807885A (en) Mission bit stream display methods and device
CN112286792A (en) Interface testing method, device, equipment and storage medium
CN113127362B (en) Object testing method, object testing device, electronic equipment and readable storage medium
CN113360380B (en) Method and device for generating data case based on flow chart
CN117555809B (en) Automatic testing method and related device based on flow replication playback
CN117762772B (en) Interface testing method, device, computer equipment, storage medium and product
CN115470076A (en) Code monitoring method and device, electronic equipment and computer storage medium
CN113127362A (en) Object testing method, object testing device, electronic device, and readable storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination