CN115185825A - Interface test scheduling method and device - Google Patents

Interface test scheduling method and device Download PDF

Info

Publication number
CN115185825A
CN115185825A CN202210717027.7A CN202210717027A CN115185825A CN 115185825 A CN115185825 A CN 115185825A CN 202210717027 A CN202210717027 A CN 202210717027A CN 115185825 A CN115185825 A CN 115185825A
Authority
CN
China
Prior art keywords
interface
test
data
interface test
task
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
CN202210717027.7A
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 CN202210717027.7A priority Critical patent/CN115185825A/en
Publication of CN115185825A publication Critical patent/CN115185825A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • G06F11/3672Test management
    • G06F11/3684Test management for test design, e.g. generating new test cases
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • G06F11/3672Test management
    • G06F11/3688Test management for test execution, e.g. scheduling of test suites
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • G06F11/3672Test management
    • G06F11/3692Test management for test results analysis

Abstract

The invention discloses a scheduling method and a device for interface test, which can be used in the field of finance, wherein the method comprises the following steps: initiating an interface test task, wherein the interface test task comprises interface information data; acquiring corresponding interface test case data and interface test script data from a pre-established test asset library according to the interface information data; executing an interface test task according to the interface test case data, the interface test script data and the machine state information; and generating an interface test report according to the execution result of the interface test task. The invention can dispatch the interface test, improve the test efficiency, improve the reusability of test assets and reduce the test development cost.

Description

Interface test scheduling method and device
Technical Field
The invention relates to the field of finance, in particular to a scheduling method and device for interface testing. It should be noted that the scheduling method and apparatus for interface test of the present invention can be used in the financial field, and can also be used in any field except the financial field.
Background
This section is intended to provide a background or context to the embodiments of the invention that are recited in the claims. The description herein is not admitted to be prior art by inclusion in this section.
In the actual interface test process, due to technical differences and the like between different products and between different testers in the same product, script and data sharing is difficult to realize, phenomena of repeated development of scripts, repeated writing of use cases, repeated maintenance of information and the like exist, and unified scheduling and management of interface scripts, test use cases and test execution are lacked.
Therefore, there is a need for a scheduling scheme for interface testing that can overcome the above-mentioned problems.
Disclosure of Invention
The embodiment of the invention provides a scheduling method of an interface test, which is used for scheduling the interface test, improving the test efficiency, improving the reusability of test assets and reducing the test development cost, and comprises the following steps:
initiating an interface test task, wherein the interface test task comprises interface information data;
acquiring corresponding interface test case data and interface test script data from a pre-established test asset library according to the interface information data;
executing an interface test task according to the interface test case data, the interface test script data and the machine state information;
and generating an interface test report according to the execution result of the interface test task.
The embodiment of the invention provides a scheduling device for interface test, which is used for scheduling the interface test, improving the test efficiency, improving the reusability of test assets and reducing the test development cost, and comprises the following components:
the test task initiating module is used for initiating an interface test task, and the interface test task comprises interface information data;
the test data acquisition module is used for acquiring corresponding interface test case data and interface test script data from a pre-established test asset library according to the interface information data;
the test task execution module is used for executing an interface test task according to the interface test case data, the interface test script data and the machine state information;
and the test report generation module is used for generating an interface test report according to the execution result of the interface test task.
The embodiment of the invention also provides computer equipment which comprises a memory, a processor and a computer program which is stored on the memory and can run on the processor, wherein the processor realizes the scheduling method of the interface test when executing the computer program.
The embodiment of the invention also provides a computer readable storage medium, which stores a computer program, and the computer program is executed by a processor to realize the scheduling method of the interface test.
An embodiment of the present invention further provides a computer program product, where the computer program product includes a computer program, and when the computer program is executed by a processor, the computer program implements the scheduling method for the interface test.
The embodiment of the invention initiates an interface test task, wherein the interface test task comprises interface information data; acquiring corresponding interface test case data and interface test script data from a pre-established test asset library according to the interface information data; executing an interface test task according to the interface test case data, the interface test script data and the machine state information; and generating an interface test report according to the execution result of the interface test task. The embodiment of the invention establishes the test asset library in advance to flexibly manage the test script and the test case, and is beneficial to script data sharing among different testers, so that the existing interface, case and script information can be reused according to the actual test requirements in the actual interface test process, the test efficiency is effectively improved, the test asset reusability is improved, and the test development cost is reduced.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the embodiments or the prior art descriptions will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present invention, and other drawings can be obtained by those skilled in the art without creative efforts. In the drawings:
FIG. 1 is a schematic diagram illustrating a scheduling method of interface testing according to an embodiment of the present invention;
FIG. 2 is a schematic diagram illustrating another scheduling method for interface testing according to an embodiment of the present invention;
FIG. 3 is a schematic diagram illustrating another scheduling method for interface testing according to an embodiment of the present invention;
FIG. 4 is a flow chart illustrating the scheduling of interface testing in an embodiment of the present invention;
FIG. 5 is a diagram illustrating a structure of a dispatching device for interface testing according to an embodiment of the present invention;
fig. 6 is a schematic structural diagram of a computer device according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present invention more apparent, the embodiments of the present invention are further described in detail below with reference to the accompanying drawings. The exemplary embodiments and descriptions of the present invention are provided to explain the present invention, but not to limit the present invention.
First, technical terms in the embodiments of the present invention are introduced:
interface testing: the interface test is a test for testing interfaces between components of the system, and is mainly used for testing interfaces between the system and other external systems and interfaces between submodules in the system. The key points of the test are to check the correctness of the interface parameter transmission, the correctness of the interface function realization, the correctness of the output result, and the integrity and the rationality of the fault-tolerant processing of various abnormal conditions.
As mentioned previously, there is typically a lack in the prior art of uniform scheduling and management of interface scripts, test cases, and test execution. In the actual interface testing process, the situations of repeated script development, repeated case compiling, repeated data preparation, repeated information maintenance and the like exist among different products and different testers.
In order to schedule an interface test, improve test efficiency, improve test asset reusability, and reduce test development cost, an embodiment of the present invention provides a scheduling method for an interface test, where as shown in fig. 1, the method may include:
101, initiating an interface test task, wherein the interface test task comprises interface information data;
102, acquiring corresponding interface test case data and interface test script data from a pre-established test asset library according to the interface information data;
103, executing an interface test task according to the interface test case data, the interface test script data and the machine state information;
and step 104, generating an interface test report according to the execution result of the interface test task.
As shown in fig. 1, it can be known that, in the embodiment of the present invention, an interface test task is initiated, where the interface test task includes interface information data; acquiring corresponding interface test case data and interface test script data from a pre-established test asset library according to the interface information data; executing an interface test task according to the interface test case data, the interface test script data and the machine state information; and generating an interface test report according to the execution result of the interface test task. The embodiment of the invention establishes the test asset library in advance to flexibly manage the test scripts and the test cases, and is beneficial to script data sharing among different testers, so that the existing interface, case and script information can be reused according to the actual test requirements in the actual interface test process, the test efficiency is effectively improved, the test asset reusability is improved, and the test development cost is reduced.
Each step is analyzed in detail below.
In step 101, an interface test task is initiated, where the interface test task includes interface information data.
In one embodiment, the interface information data includes: interface name information data, interface type information data, interface request address information data and interface message format information data or any combination thereof.
In step 102, according to the interface information data, corresponding interface test case data and interface test script data are obtained from a pre-established test asset library.
In one embodiment, as shown in FIG. 2, a library of test assets is pre-established as follows:
step 201, creating interface information data in a file uploading mode or an online filling mode;
202, aiming at each interface, creating interface test case data corresponding to interface information data in an online writing mode or a case importing mode;
and 203, aiming at each interface, creating interface test script data corresponding to the interface information data in an online writing mode, a script importing mode or a script configuring mode.
In specific implementation, the interface detailed information can be registered in a file uploading or online filling mode. The interface information comprises an interface name, an interface type, an interface request address, an interface service name, an interface request and a fixed format of a return message and the like. And selecting a specified interface to import the test case and the associated data information. The test case can be compiled online, and the uploading data is organized based on the existing interface information; or the written test cases and data can be imported, and the system is responsible for analyzing and associating with the specified interface. In addition, the tester can mark and grade the test cases according to the actual test requirements. Then, a test script is written for the specified interface. The test script writing mode can be divided into three types: firstly, if the interface has a test script in the system, the test script can be selected to be directly used, and the test writing process is omitted. And secondly, the test script of the local interface can be uploaded and imported, and the test script can be edited for the second time in the system or can be directly used. And thirdly, a configured script development workbench is provided, and testers can rapidly configure and complete the development of the interface test scripts according to actual test requirements.
In step 103, an interface test task is executed according to the interface test case data, the interface test script data and the machine state information.
In one embodiment, as shown in fig. 3, executing an interface test task according to the interface test case data, the interface test script data and the machine state information includes:
301, obtaining test execution machine information selected by a user;
step 302, if the user selects to execute the test on the local machine, executing an interface test task on the local machine according to the interface test case data and the interface test script data;
step 303, if the user chooses not to execute the test on the local computer, determining an idle machine according to the machine state information and executing an interface test task on the idle machine according to the interface test case data and the interface test script data.
And when the method is specifically implemented, a test execution task is initiated. And distributing test execution machines according to the requirements of testers and the state of idle machines in the system to finish test execution tasks.
In step 104, an interface test report is generated according to the execution result of the interface test task.
And when the specific implementation is carried out, the execution result of the test task is analyzed and an interface test report is generated. And collecting test execution results and generating an interface test task execution report.
A specific embodiment is given below to illustrate a specific application of the scheduling of the interface test in the embodiment of the present invention. As shown in fig. 4, in this embodiment, the interface test is scheduled according to the following steps:
step 1: interface information is created. Interface detailed information can be registered in a file uploading or online filling mode. The interface information comprises an interface name, an interface type, an interface request address, an interface service name, an interface request, a fixed format of a return message and the like.
And 2, step: and selecting a specified interface to import the test case and the associated data information. The test case can be compiled online, and the uploading data is organized based on the existing interface information; or the written test cases and data can be imported, and the system is responsible for analyzing and associating with the specified interface. In addition, the testing personnel can mark and grade the test cases according to the actual test requirements.
And 3, step 3: and writing a test script for the specified interface. The test script writing mode can be divided into three types: firstly, if the interface has a test script in the system, the test script can be selected to be directly used, and the test writing process is omitted. And secondly, the test script of the local interface can be uploaded and imported, and the test script can be edited for the second time in the system or can be directly used. And thirdly, a configured script development workbench is provided, and testers can rapidly configure and complete the development of the interface test scripts according to actual test requirements.
And 4, step 4: and initiating a test execution task. And initiating a test execution task through the scheduling execution module. And distributing test execution machines according to the requirements of testers and the idle machine state in the system to complete test execution tasks.
And 5: and analyzing the execution result of the test task and generating an interface test report. And collecting test execution results and generating an interface test task execution report.
In this embodiment, the following processing is also required:
1) And constructing a system page. And a simple and easy-to-use page is provided for a tester.
2) And storing and backing up data. The method comprises the steps of storing data such as system data, user operation records and test execution records, establishing a backup mechanism, and recovering corresponding data which are not stored due to unexpected quits and other conditions.
3) And (5) maintaining and managing the test assets. And storing and maintaining the interface information, the case data and the test scripts, and establishing the association relationship among the interfaces, the cases, the scripts and the cases.
4) And dispatching a test execution machine in the system and collecting a test result. And monitoring the machine state in the system in real time, distributing tasks to each execution machine, and collecting execution results of each machine to uniformly gather to generate an interface test report.
In this embodiment, various types of information of the interface are managed in a unified manner. Including the type of interface, the request address of the interface, the message format of the interface, etc. Interfaces have been classified according to different products and different interface types. And constructing a uniform test case library to realize flexible management of the interface test cases. The test case grading function is provided, different cases can be distinguished according to the importance levels of the cases, and case regression execution is selectively carried out. Meanwhile, certain cases can be selected and executed based on user definition, and a flexible case management mode is provided. The script management comprises the management of the existing test scripts and the configuration development of the newly added test scripts. And providing a configured script development workbench to assist testers in completing script development. Meanwhile, the tester can also upload the existing interface test script to perform secondary development and unified management. In addition, the configured interface script can be downloaded, and the situation that the same interface script is repeatedly developed is avoided. And when scheduling execution, initiating a test execution task. When a tester uses the interface test system, the operating system and test tool information of the tester are registered by default, and when a test execution task is initiated, the tester can select to execute on own machine or other idle machines on the system. In addition, for a large-scale regression testing task, the regression testing task can be initiated in idle time, executed by different machines distributed on the system at the same time, and the execution results of the machines are collected to generate a final test execution report. And collecting the interface test execution result, analyzing the execution result and generating an interface test report. Meanwhile, the storage interface sends and returns data to generate an execution record file (an execution process picture process file and the like) for a specific case.
According to the embodiment of the invention, a test asset library is established from dimensions such as an interface, a test case, a test script and the like. In the process of actually carrying out the interface test, the existing interface, use case and script information can be reused according to the actual test requirements, and the interface test cost is reduced. Secondly, the system schedules and executes the interface test tasks, and test execution efficiency is improved. The unified interface test management mode breaks through barriers among different products and different testers, the sharing of product test assets is realized, the reusability of the test assets is improved, the interface test development cost is reduced, and the interface test efficiency is improved.
Based on the same inventive concept, the embodiment of the present invention further provides a scheduling apparatus for interface testing, as described in the following embodiments. Because the principle of solving the problems is similar to the scheduling method of the interface test, the implementation of the scheduling device of the interface test can refer to the implementation of the method, and repeated parts are not described again.
Fig. 5 is a structural diagram of a scheduling apparatus for interface test according to an embodiment of the present invention, and as shown in fig. 5, the scheduling apparatus for interface test includes:
a test task initiating module 501, configured to initiate an interface test task, where the interface test task includes interface information data;
a test data obtaining module 502, configured to obtain, according to the interface information data, corresponding interface test case data and interface test script data from a pre-established test asset library;
the test task execution module 503 is configured to execute an interface test task according to the interface test case data, the interface test script data, and the machine state information;
the test report generating module 504 is configured to generate an interface test report according to an execution result of the interface test task.
In one embodiment, the interface information data includes: interface name information data, interface type information data, interface request address information data and interface message format information data or any combination thereof.
In one embodiment, a library of test assets is pre-established as follows:
creating interface information data in a file uploading mode or an online filling mode;
for each interface, creating interface test case data corresponding to the interface information data in an online writing mode or a case importing mode;
and aiming at each interface, creating interface test script data corresponding to the interface information data in an online writing mode, a script importing mode or a script configuring mode.
In one embodiment, the test task execution module 503 is further configured to:
obtaining test execution machine information selected by a user;
if the user selects to execute the test on the local machine, executing an interface test task on the local machine according to the interface test case data and the interface test script data;
and if the user chooses not to execute the test on the local machine, determining an idle machine according to the machine state information and executing an interface test task on the idle machine according to the interface test case data and the interface test script data.
Based on the aforementioned inventive concept, as shown in fig. 6, an embodiment of the present invention further provides a computer apparatus 600, which includes a memory 610, a processor 620, and a computer program 630 stored in the memory 610 and capable of running on the processor 620, where when the processor 620 executes the computer program 630, the scheduling method for the interface test is implemented.
Based on the foregoing inventive concept, an embodiment of the present invention further provides a computer-readable storage medium, where a computer program is stored, and when the computer program is executed by a processor, the scheduling method for the interface test is implemented.
An embodiment of the present invention further provides a computer program product, where the computer program product includes a computer program, and when the computer program is executed by a processor, the computer program implements the scheduling method for the interface test.
The embodiment of the invention initiates an interface test task, wherein the interface test task comprises interface information data; acquiring corresponding interface test case data and interface test script data from a pre-established test asset library according to the interface information data; executing an interface test task according to the interface test case data, the interface test script data and the machine state information; and generating an interface test report according to the execution result of the interface test task. The embodiment of the invention establishes the test asset library in advance to flexibly manage the test script and the test case, and is beneficial to script data sharing among different testers, so that the existing interface, case and script information can be reused according to the actual test requirements in the actual interface test process, the test efficiency is effectively improved, the test asset reusability is improved, and the test development cost is reduced.
As will be appreciated by one skilled in the art, embodiments of the present invention may be provided as a method, system, or computer program product. Accordingly, the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present invention may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present invention is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the invention. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams 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.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
The above-mentioned embodiments are provided to further explain the objects, technical solutions and advantages of the present invention in detail, and it should be understood that the above-mentioned embodiments are only examples of the present invention and should not be used to limit the scope of the present invention, and any modifications, equivalents, improvements and the like made within the spirit and principle of the present invention should be included in the scope of the present invention.

Claims (11)

1. A scheduling method for interface testing is characterized by comprising the following steps:
initiating an interface test task, wherein the interface test task comprises interface information data;
acquiring corresponding interface test case data and interface test script data from a pre-established test asset library according to the interface information data;
executing an interface test task according to the interface test case data, the interface test script data and the machine state information;
and generating an interface test report according to the execution result of the interface test task.
2. The method for scheduling an interface test of claim 1, wherein the interface information data comprises: interface name information data, interface type information data, interface request address information data and interface message format information data or any combination thereof.
3. The method for scheduling an interface test of claim 1, wherein the test asset library is pre-established as follows:
creating interface information data in a file uploading mode or an online filling mode;
for each interface, creating interface test case data corresponding to the interface information data in an online writing mode or a case importing mode;
and aiming at each interface, creating interface test script data corresponding to the interface information data in an online writing mode, a script importing mode or a script configuring mode.
4. The method for scheduling interface test according to claim 1, wherein executing an interface test task according to the interface test case data, the interface test script data, and the machine state information comprises:
obtaining test execution machine information selected by a user;
if the user selects to execute the test on the local machine, executing an interface test task on the local machine according to the interface test case data and the interface test script data;
if the user chooses not to execute the test on the local machine, determining an idle machine according to the machine state information and executing an interface test task on the idle machine according to the interface test case data and the interface test script data.
5. An interface test scheduling apparatus, comprising:
the test task initiating module is used for initiating an interface test task, and the interface test task comprises interface information data;
the test data acquisition module is used for acquiring corresponding interface test case data and interface test script data from a pre-established test asset library according to the interface information data;
the test task execution module is used for executing the interface test task according to the interface test case data, the interface test script data and the machine state information;
and the test report generation module is used for generating an interface test report according to the execution result of the interface test task.
6. The scheduling apparatus of interface test of claim 5, wherein the interface information data comprises: interface name information data, interface type information data, interface request address information data and interface message format information data or any combination thereof.
7. The interface test scheduler of claim 5, wherein a test asset library is pre-established as follows:
creating interface information data in a file uploading mode or an online filling mode;
for each interface, creating interface test case data corresponding to the interface information data in an online writing mode or a case importing mode;
and aiming at each interface, creating interface test script data corresponding to the interface information data in an online writing mode, a script importing mode or a script configuring mode.
8. The apparatus for scheduling interface testing of claim 5, wherein the test task execution module is further configured to:
obtaining test execution machine information selected by a user;
if the user selects to execute the test on the local machine, executing an interface test task on the local machine according to the interface test case data and the interface test script data;
and if the user chooses not to execute the test on the local machine, determining an idle machine according to the machine state information and executing an interface test task on the idle machine according to the interface test case data and the interface test script data.
9. A computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, wherein the processor implements the method of any of claims 1 to 4 when executing the computer program.
10. A computer-readable storage medium, characterized in that the computer-readable storage medium stores a computer program which, when executed by a processor, implements the method of any of claims 1 to 4.
11. A computer program product, characterized in that the computer program product comprises a computer program which, when being executed by a processor, carries out the method of any one of claims 1 to 4.
CN202210717027.7A 2022-06-23 2022-06-23 Interface test scheduling method and device Pending CN115185825A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210717027.7A CN115185825A (en) 2022-06-23 2022-06-23 Interface test scheduling method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210717027.7A CN115185825A (en) 2022-06-23 2022-06-23 Interface test scheduling method and device

Publications (1)

Publication Number Publication Date
CN115185825A true CN115185825A (en) 2022-10-14

Family

ID=83516075

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210717027.7A Pending CN115185825A (en) 2022-06-23 2022-06-23 Interface test scheduling method and device

Country Status (1)

Country Link
CN (1) CN115185825A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117112391A (en) * 2022-11-15 2023-11-24 领悦数字信息技术有限公司 Method and system for functional testing

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117112391A (en) * 2022-11-15 2023-11-24 领悦数字信息技术有限公司 Method and system for functional testing

Similar Documents

Publication Publication Date Title
CN103150249B (en) A kind of method and system of automatic test
US8479164B2 (en) Automated test execution plan generation
US8538797B2 (en) Systems and methods for integrating business processes
CN111813661B (en) Global service data drive automatic test method, device, equipment and medium
CN106933729A (en) A kind of method of testing and system based on cloud platform
US9170821B1 (en) Automating workflow validation
CN110659018B (en) Method and device for realizing flow engine
CN106227654B (en) A kind of test platform
JP2012123789A (en) Parallel work load simulation for application performance test
CN111190814B (en) Method and device for generating software test case, storage medium and terminal
CN115860143A (en) Operator model generation method, device and equipment
CN115185825A (en) Interface test scheduling method and device
US8271407B2 (en) Method and monitoring system for the rule-based monitoring of a service-oriented architecture
EP2913757A1 (en) Method, system, and computer software product for test automation
US20100122258A1 (en) Versioning and effectivity dates for orchestration business process design
CN116400987B (en) Continuous integration method, device, electronic equipment and storage medium
CN112435072A (en) Model creating method and device, electronic equipment and storage medium
CN112527312A (en) Test method and test device for embedded system
CN111767205A (en) Online detection method and system supporting task splitting
CN116627609A (en) Hive batch processing-based scheduling method and device
CN112130962B (en) Continuous delivery platform and method for deploying application system by using same
CN108776618A (en) Distributed workflow management method and device
Lübke Extracting and conserving production data as test cases in executable business process architectures
CN113535575A (en) Benchmark testing method and device for basic environment of software and hardware product
CN112884455A (en) Task plan processing system, method and device

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