CN112035363A - Automatic interface testing method and device - Google Patents

Automatic interface testing method and device Download PDF

Info

Publication number
CN112035363A
CN112035363A CN202010902680.1A CN202010902680A CN112035363A CN 112035363 A CN112035363 A CN 112035363A CN 202010902680 A CN202010902680 A CN 202010902680A CN 112035363 A CN112035363 A CN 112035363A
Authority
CN
China
Prior art keywords
test
interface
data
script
request data
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
CN202010902680.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 CN202010902680.1A priority Critical patent/CN112035363A/en
Publication of CN112035363A publication Critical patent/CN112035363A/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

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Quality & Reliability (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The invention discloses an automatic interface testing method and device, wherein the method comprises the following steps: acquiring request data and expected data of an interface from a business process model for developing a business system to be tested; generating an automatic test script by using the request data and the expected data of the interface, and acquiring the request data of the interface from the automatic test script; generating a request packet from the request data of the interface, and sending the request packet to a test server; and receiving a test result fed back by the test server. The invention can reduce the workload of manual maintenance of the test script, improve the test efficiency and reduce the maintenance cost of the test case and the automatic test script.

Description

Automatic interface testing method and device
Technical Field
The invention relates to the technical field of computers, in particular to an automatic interface testing method and device.
Background
The interface test is to test the interface between the system or the components, mainly to check the exchange of data, transfer and control management process, and mutual logic dependency relationship. With the popularization of agile development, the user needs to change more and more frequently, and the quality assurance needs to be carried out by continuously testing the interface.
In the prior art, when an interface is tested, a worker needs to manually create a test case and maintain an automatic test script, when the interface is changed, a large amount of automatic test scripts need to be synchronously adjusted, the test efficiency is low, the maintenance cost of the test case and the automatic test scripts is high, and test lag is often caused.
Disclosure of Invention
The embodiment of the invention provides an automatic interface test method, which is used for reducing the workload of manual maintenance of a test script, improving the test efficiency and reducing the maintenance cost of a test case and an automatic test script, and comprises the following steps:
acquiring request data and expected data of an interface from a business process model for developing a business system to be tested;
generating an automatic test script by using the request data and the expected data of the interface, and acquiring the request data of the interface from the automatic test script;
generating a request packet from the request data of the interface, and sending the request packet to a test server;
and receiving a test result fed back by the test server.
Optionally, the method further includes:
and verifying the test result fed back by the test server.
Optionally, verifying the test result fed back by the test server includes:
comparing the test result fed back by the test server with expected data in the automatic test script;
and judging whether the test result is successful according to the comparison result.
Optionally, the generating an automated test script by using the request data and the expected data of the interface includes:
and replacing the placeholders in the preset script file by using the request data and the expected data of the interface to generate the automatic test script.
The embodiment of the invention also provides an interface automatic testing device, which is used for reducing the workload of manual maintenance of the test script, improving the testing efficiency and reducing the maintenance cost of the test case and the automatic test script, and comprises the following components:
the data acquisition module is used for acquiring request data and expected data of an interface from a business process model for developing a business system to be tested;
the script generation module is used for generating an automatic test script by using the request data and the expected data of the interface and acquiring the request data of the interface from the automatic test script;
the data sending module is used for generating a request packet from the request data of the interface and sending the request packet to the test server;
and the test result feedback module is used for receiving the test result fed back by the test server.
Optionally, the apparatus further comprises:
and the verification module is used for verifying the test result fed back by the test server.
Optionally, the verification module is further configured to:
comparing the test result fed back by the test server with expected data in the automatic test script;
and judging whether the test result is successful according to the comparison result.
Optionally, the script generating module is further configured to:
and replacing the placeholders in the preset script file by using the request data and the expected data of the interface to generate the automatic test script.
The embodiment of the present invention further provides a computer device, which includes a memory, a processor, and a computer program stored in the memory and executable on the processor, and the processor implements the method when executing the computer program.
An embodiment of the present invention further provides a computer-readable storage medium, in which a computer program for executing the above method is stored.
In the embodiment of the invention, the request data and the expected data of the interface are obtained from the business process model for developing the business system to be tested, the request data and the expected data of the interface are utilized to generate the automatic test script, the request data of the interface are obtained from the automatic test script, the request data of the interface are generated into the request packet, the request packet is sent to the test server, the test result fed back by the test server is received, the automatic test of the interface can be completed, when the interface is changed, only the preset script file is adjusted according to the request data and the expected data of the interface, the workload of manual maintenance of the test script is reduced, the test efficiency is improved, and the maintenance cost of the test case and the automatic test script 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 description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts. In the drawings:
FIG. 1 is a flow chart of a method for automated interface testing according to an embodiment of the present invention;
FIG. 2 is a flowchart of an automated interface testing method according to an embodiment of the present invention;
FIG. 3 is a schematic structural diagram of an interface automatic test apparatus according to an embodiment of the present invention;
FIG. 4 is a schematic diagram of another exemplary embodiment of an interface automatic test apparatus;
FIG. 5 is a schematic diagram of a computer apparatus according to an embodiment of the present invention;
fig. 6 is a diagram illustrating an embodiment of a preset script file according to 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.
In the description of the present specification, the terms "comprising," "including," "having," "containing," and the like are used in an open-ended fashion, i.e., to mean including, but not limited to. Reference to the description of the terms "one embodiment," "a particular embodiment," "some embodiments," "for example," etc., means that a particular feature, structure, or characteristic described in connection with the embodiment or example is included in at least one embodiment or example of the application. In this specification, the schematic representations of the terms used above do not necessarily refer to the same embodiment or example. Furthermore, the particular features, structures, or characteristics described may be combined in any suitable manner in any one or more embodiments or examples. The sequence of steps involved in the embodiments is for illustrative purposes to illustrate the implementation of the present application, and the sequence of steps is not limited and can be adjusted as needed.
The interface test is to test the interface between the system or the components, mainly to check the exchange of data, transfer and control management process, and mutual logic dependency relationship. With the popularization of agile development, the user needs to change more and more frequently, and the quality assurance needs to be carried out by continuously testing the interface.
In the prior art, when an interface is tested, a worker needs to manually create a test case and maintain an automatic test script, when the interface is changed, a large amount of automatic test scripts need to be synchronously adjusted, the test efficiency is low, the maintenance cost of the test case and the automatic test scripts is high, and test lag is often caused. In order to solve the above problem, an embodiment of the present invention provides an interface automation test method.
Fig. 1 is a flowchart of an interface automation test method according to an embodiment of the present invention, and as shown in fig. 1, the method includes:
step 101, obtaining request data and expected data of an interface from a business process model for developing a business system to be tested.
In the embodiment, the business process model for developing the business system to be tested explains the meaning of the business in a structured and standardized mode, and the business process model comprises a product model, a process model and an entity model, and is refined layer by layer. Wherein, the product model is as follows: the categorized marketable products are presented and associated with customers and channels. In order to enable product innovation and rapid response to the market, base products, product components and product conditions are structurally defined. A flow model: the steps of business execution are shown, and the model is triggered by external client events or initiated by internal triggers, and comprises roles and responsibilities, policies, business rules, authorization information and the like. Solid model: and structural and standardized business information is shown, and all basic information involved in the process is included in the model.
Specifically, for example, as shown in fig. 6, the business process model is an enterprise-level business process model, and the finest level of the business process model is the business steps and business rules executed by the staff in daily operations, including the implementation elements of the business capabilities, such as roles, authorization information, policies, business rules, business information, business reference documents, and form reports.
And 102, generating an automatic test script by using the request data and the expected data of the interface, and acquiring the request data of the interface from the automatic test script.
In an embodiment, generating an automated test script using requested data and expected data of an interface includes:
and replacing the placeholders in the preset script file by using the request data and the expected data of the interface to generate the automatic test script.
In the embodiment, the preset script file is a text with a regular expression placeholder, and in specific implementation, the placeholder in the preset script file is replaced by the request data and the expected data of the interface, and the automatic test script which can be executed by Cucumber is generated in a circulating manner. Cucumber is a byproduct of an automated test of BDD (Behavior-driven development) and uses natural language to describe test scripts so that non-programmers can understand them as well. Gherkin is the syntax of such natural language test scripts, and Cucumber is the tool that can execute them. Cucumber essentially uses matching natural language according to regular expressions, and then sequentially executes corresponding methods to achieve the purpose of testing.
For example, the format of the preset script file is as follows:
function LSAC400
Background:
the CLRP-LSAC400-0001| interface test 1;
executing a public step of 'single customer interest account list inquiry';
and assigning the 'bank number' field as '003' _ public step;
then I execute the transaction and determine the transaction return code "R0000" _ common steps;
then i judge that the value of the "total recorded number" field is "5" _ common step.
Where @ When is used to set the request field, And When there are multiple request fields, the connection is annotated with @ And @ Then is used to fill in the test expected results, eventually composing a script of test cases.
Step 103, generating a request packet from the request data of the interface, and sending the request packet to the test server.
In specific implementation, after acquiring the request data of the interface from the automatic test script, analyzing the value of each field in the request data, reading an interface request template xml file, sequentially filling the request data into the corresponding fields to form a request packet, acquiring the IP address, the port, the public message header information and the like of the service system to be tested from the configuration file, and sending the IP address, the port, the public message header information and the like to the test server.
And step 104, receiving a test result fed back by the test server.
As can be seen from fig. 1, in the interface automated testing method provided in the embodiment of the present invention, request data and expected data of an interface are obtained from a business process model for developing a business system to be tested, an automated testing script is generated by using the request data and the expected data of the interface, the request data of the interface is obtained from the automated testing script, a request packet is generated from the request data of the interface, the request packet is sent to a testing server, and a testing result fed back by the testing server is received, so that an automated test of the interface can be completed.
Fig. 2 is another flowchart of the interface automation test method according to the embodiment of the present invention, and as shown in fig. 2, the method further includes:
step 201, verifying the test result fed back by the test server.
Specifically, step 201 includes:
comparing the test result fed back by the test server with expected data in the automatic test script;
and judging whether the test result is successful according to the comparison result.
In specific implementation, after receiving a test result fed back by the test server, the return package is analyzed according to the interface return template, the automatic test script is read, an expected field value is obtained, and each field request return actual value and expected data are sequentially compared, so that whether the test result is successful or not is judged.
Based on the same inventive concept, the embodiment of the present invention further provides an interface automation testing apparatus, as described in the following embodiments. Because the principle of the interface automatic testing device for solving the problems is similar to the interface automatic testing method, the implementation of the interface automatic testing device can refer to the implementation of the interface automatic testing method, and repeated parts are not described again. As used hereinafter, the term "unit" or "module" may be a combination of software and/or hardware that implements a predetermined function. Although the means described in the embodiments below are preferably implemented in software, an implementation in hardware, or a combination of software and hardware is also possible and contemplated.
Fig. 3 is a schematic structural diagram of an interface automation test apparatus according to an embodiment of the present invention, as shown in fig. 3, the apparatus includes:
the data obtaining module 301 is configured to obtain request data and expected data of an interface from a business process model used for developing a business system to be tested.
The script generating module 302 is configured to generate an automation test script by using the request data and the expected data of the interface, and obtain the request data of the interface from the automation test script.
The data sending module 303 is configured to generate a request packet from the request data of the interface, and send the request packet to the test server.
And a test result feedback module 304, configured to receive the test result fed back by the test server.
Fig. 4 is a schematic structural diagram of an interface automation test apparatus according to an embodiment of the present invention, and as shown in fig. 4, the apparatus further includes:
the verification module 401 is configured to verify a test result fed back by the test server.
In this embodiment of the present invention, the verification module 401 is further configured to:
comparing the test result fed back by the test server with expected data in the automatic test script;
and judging whether the test result is successful according to the comparison result.
In an embodiment of the present invention, the script generating module 302 is further configured to:
and replacing the placeholders in the preset script file by using the request data and the expected data of the interface to generate the automatic test script.
To achieve the above object, according to another aspect of the present application, there is also provided a computer apparatus. As shown in fig. 5, the computer device comprises a memory, a processor, a communication interface and a communication bus, wherein a computer program that can be run on the processor is stored in the memory, and the steps of the method of the above embodiment are realized when the processor executes the computer program.
The processor may be a Central Processing Unit (CPU). The Processor may also be other general purpose processors, Digital Signal Processors (DSPs), Application Specific Integrated Circuits (ASICs), Field Programmable Gate Arrays (FPGAs) or other Programmable logic devices, discrete Gate or transistor logic devices, discrete hardware components, or a combination thereof.
The memory, which is a non-transitory computer readable storage medium, may be used to store non-transitory software programs, non-transitory computer executable programs, and units, such as the corresponding program units in the above-described method embodiments of the present invention. The processor executes various functional applications of the processor and the processing of the work data by executing the non-transitory software programs, instructions and modules stored in the memory, that is, the method in the above method embodiment is realized.
The memory may include a storage program area and a storage data area, wherein the storage program area may store an operating system, an application program required for at least one function; the storage data area may store data created by the processor, and the like. Further, the memory may include high speed random access memory, and may also include non-transitory memory, such as at least one disk storage device, flash memory device, or other non-transitory solid state storage device. In some embodiments, the memory optionally includes memory located remotely from the processor, and such remote memory may be coupled to the processor via a network. Examples of such networks include, but are not limited to, the internet, intranets, local area networks, mobile communication networks, and combinations thereof.
The one or more units are stored in the memory and when executed by the processor perform the method of the above embodiments.
An embodiment of the present invention further provides a computer-readable storage medium, in which a computer program for executing the above method is stored.
The method comprises the steps of acquiring request data and expected data of an interface from a business process model for developing a business system to be tested, generating an automatic test script by utilizing the request data and the expected data of the interface, acquiring the request data of the interface from the automatic test script, generating a request packet by utilizing the request data of the interface, sending the request packet to a test server, receiving a test result fed back by the test server, and completing the automatic test of the interface.
Furthermore, based on the characteristics of structuralization and standardization of the service model, the invention writes the model text according to a fixed format during model refinement, converts the model text into a test case through a program analysis model, automatically generates an automatic test script conforming to Gherkin grammar, and finally triggers the automatic test execution by the cucumber. The full process automation from an enterprise-level business model to the automatic test is realized, and the cost of manually maintaining test cases and scripts 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 intended to illustrate the objects, technical solutions and advantages of the present invention in further detail, and it should be understood that the above-mentioned embodiments are only exemplary embodiments of the present invention, and are not intended to limit the scope of the present invention, and any modifications, equivalent substitutions, 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 (10)

1. An automated interface testing method, comprising:
acquiring request data and expected data of an interface from a business process model for developing a business system to be tested;
generating an automatic test script by using the request data and the expected data of the interface, and acquiring the request data of the interface from the automatic test script;
generating a request packet from the request data of the interface, and sending the request packet to a test server;
and receiving a test result fed back by the test server.
2. The method of claim 1, further comprising:
and verifying the test result fed back by the test server.
3. The method of claim 2, wherein verifying the test results fed back by the test server comprises:
comparing the test result fed back by the test server with expected data in the automatic test script;
and judging whether the test result is successful according to the comparison result.
4. The method of claim 1, wherein generating an automated test script using the requested data and the expected data of the interface comprises:
and replacing the placeholders in the preset script file by using the request data and the expected data of the interface to generate the automatic test script.
5. An automated interface testing device, comprising:
the data acquisition module is used for acquiring request data and expected data of an interface from a business process model for developing a business system to be tested;
the script generation module is used for generating an automatic test script by using the request data and the expected data of the interface and acquiring the request data of the interface from the automatic test script;
the data sending module is used for generating a request packet from the request data of the interface and sending the request packet to the test server;
and the test result feedback module is used for receiving the test result fed back by the test server.
6. The apparatus of claim 5, further comprising:
and the verification module is used for verifying the test result fed back by the test server.
7. The apparatus of claim 6, wherein the verification module is further to:
comparing the test result fed back by the test server with expected data in the automatic test script;
and judging whether the test result is successful according to the comparison result.
8. The apparatus of claim 5, wherein the script generation module is further to:
and replacing the placeholders in the preset script file by using the request data and the expected data of the interface to generate the automatic test script.
9. A computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, characterized in that 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 for executing the method of any one of claims 1 to 4.
CN202010902680.1A 2020-09-01 2020-09-01 Automatic interface testing method and device Pending CN112035363A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010902680.1A CN112035363A (en) 2020-09-01 2020-09-01 Automatic interface testing method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010902680.1A CN112035363A (en) 2020-09-01 2020-09-01 Automatic interface testing method and device

Publications (1)

Publication Number Publication Date
CN112035363A true CN112035363A (en) 2020-12-04

Family

ID=73586905

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010902680.1A Pending CN112035363A (en) 2020-09-01 2020-09-01 Automatic interface testing method and device

Country Status (1)

Country Link
CN (1) CN112035363A (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112783793A (en) * 2021-02-09 2021-05-11 中国工商银行股份有限公司 Automatic interface test system and method
CN112817851A (en) * 2021-01-29 2021-05-18 北京嘀嘀无限科技发展有限公司 Service testing method, device, equipment, medium and computer program product
CN112860584A (en) * 2021-03-31 2021-05-28 中国工商银行股份有限公司 Test method and device based on workflow model
CN112948610A (en) * 2021-02-25 2021-06-11 杭州欧若数网科技有限公司 Method and system for verifying result behavior of graph query language
CN113726779A (en) * 2021-08-31 2021-11-30 北京天融信网络安全技术有限公司 Rule false alarm test method and device, electronic equipment and computer storage medium
CN116340189A (en) * 2023-05-29 2023-06-27 天翼云科技有限公司 Automatic test method, device, equipment and storage medium for access business process

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102932205A (en) * 2012-11-19 2013-02-13 深圳市亚特尔科技有限公司 Automatic test method and test platform of network server-side interface
CN107368412A (en) * 2017-07-03 2017-11-21 上海前隆信息科技有限公司 Automated testing method/system, computer-readable recording medium and electronic equipment
CN108446190A (en) * 2017-02-16 2018-08-24 杭州海康威视数字技术股份有限公司 interface test method and device
CN109165170A (en) * 2018-10-16 2019-01-08 杭州安恒信息技术股份有限公司 A kind of method and system automating request for test

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102932205A (en) * 2012-11-19 2013-02-13 深圳市亚特尔科技有限公司 Automatic test method and test platform of network server-side interface
CN108446190A (en) * 2017-02-16 2018-08-24 杭州海康威视数字技术股份有限公司 interface test method and device
CN107368412A (en) * 2017-07-03 2017-11-21 上海前隆信息科技有限公司 Automated testing method/system, computer-readable recording medium and electronic equipment
CN109165170A (en) * 2018-10-16 2019-01-08 杭州安恒信息技术股份有限公司 A kind of method and system automating request for test

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112817851A (en) * 2021-01-29 2021-05-18 北京嘀嘀无限科技发展有限公司 Service testing method, device, equipment, medium and computer program product
CN112783793A (en) * 2021-02-09 2021-05-11 中国工商银行股份有限公司 Automatic interface test system and method
CN112783793B (en) * 2021-02-09 2024-02-02 中国工商银行股份有限公司 Automatic interface test system and method
CN112948610A (en) * 2021-02-25 2021-06-11 杭州欧若数网科技有限公司 Method and system for verifying result behavior of graph query language
CN112948610B (en) * 2021-02-25 2022-07-29 杭州欧若数网科技有限公司 Method and system for verifying result behaviors of graph query language
CN112860584A (en) * 2021-03-31 2021-05-28 中国工商银行股份有限公司 Test method and device based on workflow model
CN113726779A (en) * 2021-08-31 2021-11-30 北京天融信网络安全技术有限公司 Rule false alarm test method and device, electronic equipment and computer storage medium
CN113726779B (en) * 2021-08-31 2023-07-07 北京天融信网络安全技术有限公司 Rule false alarm testing method and device, electronic equipment and computer storage medium
CN116340189A (en) * 2023-05-29 2023-06-27 天翼云科技有限公司 Automatic test method, device, equipment and storage medium for access business process

Similar Documents

Publication Publication Date Title
CN112035363A (en) Automatic interface testing method and device
CN108415832B (en) Interface automation test method, device, equipment and storage medium
CN108319547B (en) Test case generation method, device and system
CN110309071B (en) Test code generation method and module, and test method and system
CN107122296B (en) Method and apparatus for data assertion for test interface
CN108628748B (en) Automatic test management method and automatic test management system
US10452522B1 (en) Synthetic data generation from a service description language model
CN110673839B (en) Distributed tool configuration construction generation method and system
CN111124871A (en) Interface test method and device
CN114398293A (en) Interface test case generation method, electronic device and storage medium
CN112650676A (en) Software testing method, device, equipment and storage medium
CN112445866A (en) Data processing method and device, computer readable medium and electronic equipment
CN111752820B (en) gRPC interface pressure test method, computer equipment and storage medium
CN111782207A (en) Method, device and equipment for generating task stream code and storage medium
CN111078573A (en) Test message generation method and device
US9164734B2 (en) Ontology-based user requirement decomposition for component selection for service provision
CN112433933A (en) Method and equipment for automatically testing interface
CN113032256B (en) Automated testing method, apparatus, computer system, and readable storage medium
CN112699042B (en) Unit test case generation method and device
CN111881025B (en) Automatic test task scheduling method, device and system
Bluemke et al. Tool for automatic testing of web services
US10453019B1 (en) Business activity resource modeling system and method
CN112363700A (en) Cooperative creation method and device of intelligent contract, computer equipment and storage medium
CN117493162B (en) Data verification method, system, equipment and storage medium for interface test
CN113742226B (en) Software performance test method and device, medium and electronic equipment

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