CN113342689A - Automatic testing method and device for interface, electronic equipment and storage medium - Google Patents
Automatic testing method and device for interface, electronic equipment and storage medium Download PDFInfo
- Publication number
- CN113342689A CN113342689A CN202110746419.1A CN202110746419A CN113342689A CN 113342689 A CN113342689 A CN 113342689A CN 202110746419 A CN202110746419 A CN 202110746419A CN 113342689 A CN113342689 A CN 113342689A
- Authority
- CN
- China
- Prior art keywords
- information
- test
- request
- interface
- test case
- 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
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/36—Preventing errors by testing or debugging software
- G06F11/3668—Software testing
- G06F11/3672—Test management
- G06F11/3684—Test management for test design, e.g. generating new test cases
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/36—Preventing errors by testing or debugging software
- G06F11/3668—Software testing
- G06F11/3672—Test management
- G06F11/3688—Test management for test execution, e.g. scheduling of test suites
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/46—Multiprogramming arrangements
- G06F9/50—Allocation of resources, e.g. of the central processing unit [CPU]
- G06F9/5005—Allocation of resources, e.g. of the central processing unit [CPU] to service a request
- G06F9/5027—Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resource being a machine, e.g. CPUs, Servers, Terminals
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F2209/00—Indexing scheme relating to G06F9/00
- G06F2209/50—Indexing scheme relating to G06F9/50
- G06F2209/5011—Pool
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Software Systems (AREA)
- Computer Hardware Design (AREA)
- Quality & Reliability (AREA)
- Debugging And Monitoring (AREA)
Abstract
The embodiment of the invention provides an automatic interface testing method, an automatic interface testing device, electronic equipment and a storage medium, which are applied to the technical field of information, and can capture test request information and corresponding response information of a target interface through a target packet capturing tool; adding the request information and the response information into a preset template to obtain a test case; and running the test case to test the target interface. Therefore, the test case can be automatically generated and tested through the target packet capturing tool, the generation efficiency and the test efficiency of the test case can be improved, and the labor cost required in the generation and test processes of the test case can be reduced.
Description
Technical Field
The present invention relates to the field of information technologies, and in particular, to an automated interface testing method and apparatus, an electronic device, and a storage medium.
Background
At present, the application of various test cases in the system maintenance process is becoming more and more extensive. A test case may be thought of as a set of test inputs, execution conditions, and expected results that are tailored to a specified goal. Whether the application under test meets a certain requirement can be verified through the test case.
However, in the process of generating the test case, the tester often adds the specified information on the test platform manually to generate the test case. The labor cost required in the generation and test processes of the test case by the method is higher.
Disclosure of Invention
The embodiment of the invention aims to provide an automatic interface testing method, an automatic interface testing device, electronic equipment and a storage medium, which are used for solving the problem of high labor cost required in the generation and testing processes of test cases. The specific technical scheme is as follows:
in a first aspect of the embodiments of the present application, a method for automatically testing an interface is provided, including:
capturing test request information and corresponding response information of a target interface through a target packet capturing tool;
adding the request information and the response information into a preset template to obtain a test case;
and running the test case to test the target interface.
Optionally, the capturing test request information and corresponding response information of the target interface by the target packet capturing tool includes:
filtering other information through the target packet capturing tool to obtain information corresponding to the target interface, wherein the other information comprises an HTTP request;
and capturing at least one of header information, a request method, a request parameter, a request URL (uniform resource locator) and a parameter type of a request of a test request of the target interface, and at least one of a corresponding response state code and response information according to the information corresponding to the target interface.
Optionally, the adding the request information and the response information to a preset template to obtain a test case includes:
acquiring information to be added according to the request information and the response information, wherein the information to be added comprises at least one of response time, a response status code and a status code of a service level;
and adding the information to be added into a preset template to obtain a test case.
Optionally, the running the test case to test the target interface includes:
and executing the test cases through a plurality of threads in a pre-created thread pool to test the target interface, wherein the number of the threads in the thread pool is related to the total number of the test cases and the configured queue length.
In a second aspect of the embodiments of the present application, there is provided an automatic testing apparatus for an interface, including:
the information acquisition module is used for capturing the test request information and the corresponding response information of the target interface through a target packet capturing tool;
the test case acquisition module is used for adding the request information and the response information into a preset template to obtain a test case;
and the test module is used for running the test case to test the target interface.
Optionally, the information obtaining module includes:
the information filtering submodule is used for filtering other information through the target packet capturing tool to obtain information corresponding to the target interface, wherein the other information comprises an HTTP request;
and the information capturing module is used for capturing at least one of header information, a request method, request parameters, a request URL (uniform resource locator) and parameter types of a request of a test request of the target interface and at least one of a corresponding response state code and response information according to the information corresponding to the target interface.
Optionally, the test case obtaining module includes:
the information to be added acquisition submodule is used for acquiring information to be added according to the request information and the response information, wherein the information to be added comprises at least one of response time, a response status code and a status code of a service level;
and the test case generation submodule is used for adding the information to be added into a preset template to obtain a test case.
Optionally, the test module includes:
and the interface testing submodule is used for executing the test cases through a plurality of threads in a pre-created thread pool to test the target interface, wherein the number of the threads in the thread pool is related to the total number of the test cases and the configured queue length.
In another aspect of the present invention, there is also provided an electronic device, including a processor, a communication interface, a memory and a communication bus, where the processor, the communication interface, and the memory complete communication with each other through the communication bus;
a memory for storing a computer program;
and the processor is used for realizing the steps of the automatic testing method of any interface when executing the program stored in the memory.
In yet another aspect of the present invention, there is also provided a computer-readable storage medium, in which a computer program is stored, and the computer program, when executed by a processor, implements the steps of the automated testing method of any one of the above interfaces.
In yet another aspect of the present invention, there is also provided a computer program product containing instructions which, when run on a computer, cause the computer to perform the steps of the automated testing method of any of the above interfaces.
The embodiment of the invention has the following beneficial effects:
according to the automatic testing method, the automatic testing device, the electronic equipment and the storage medium of the interface, provided by the embodiment of the invention, the test request information and the corresponding response information of the target interface can be captured by the target packet capturing tool; adding the request information and the response information into a preset template to obtain a test case; and running the test case to test the target interface. Therefore, the test case can be automatically generated and tested through the target packet capturing tool, the generation efficiency and the test efficiency of the test case can be improved, and the labor cost required in the generation and test processes of the test case can be reduced.
Of course, not all of the advantages described above need to be achieved at the same time in the practice of any one product or method of the invention.
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 it is obvious for those skilled in the art that other embodiments can be obtained by referring to these drawings.
Fig. 1 is a schematic flowchart of an automated testing method for an interface according to an embodiment of the present disclosure;
fig. 2 is a schematic flowchart of capturing information of a target interface according to an embodiment of the present disclosure;
FIG. 3 is a schematic flowchart of generating a test case according to an embodiment of the present disclosure;
fig. 4 is a schematic flowchart of testing a target interface according to an embodiment of the present application;
FIG. 5 is a schematic structural diagram of an apparatus for automatically testing an interface according to an embodiment of the present disclosure;
fig. 6 is a schematic flowchart of an electronic device according to an embodiment of the present application.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived from the embodiments given herein by one of ordinary skill in the art, are within the scope of the invention.
In order to solve the problem of high labor cost required in the generation and test processes of test cases, a first aspect of an embodiment of the present application first provides an automated test method for an interface, including:
capturing test request information and corresponding response information of a target interface through a target packet capturing tool;
adding the request information and the response information into a preset template to obtain a test case;
and running the test case to test the target interface.
Therefore, by the method of the embodiment of the application, the test request information and the corresponding response information of the target interface can be captured by the target packet capturing tool and added into the preset template to obtain the test case and test the test case. Therefore, the test case can be automatically generated and tested through the target packet capturing tool, the generation efficiency and the test efficiency of the test case can be improved, and the labor cost required in the generation and test processes of the test case can be reduced.
Specifically, referring to fig. 1, fig. 1 is a schematic flow chart of an automated testing method for an interface provided in the embodiment of the present application, including:
and step S11, capturing the test request information and the corresponding response information of the target interface through the target packet capturing tool.
The target packet capturing tool may be a packet capturing disclosure which is developed for the second time in advance, and the target packet capturing tool may filter a Hypertext Transfer Protocol (HTTP) request and record an interface of a designated server. The target interface may be a pre-specified interface that needs to be tested.
The method of the embodiment of the application is applied to the intelligent terminal, and the embodiment of the intelligent terminal can be used, and the specific intelligent terminal can be a server and the like which need to run a program for testing.
And step S12, adding the request information and the response information into a preset template to obtain a test case.
The preset template may be a created template for performing a specified function test, and the specified function of the program to be tested may be tested by adding the request information and the response information to the template. In actual use, different templates can be created for different test purposes. When the request information and the response information are added to the preset template, all the request information and the response information may be added, or part of the specifying information may be added or information calculated according to the request information and the response information.
And step S13, running the test case to test the target interface.
When the preset template is created for the specified function to be tested, the generated test case is operated, and the specified function to be tested can be tested, so that whether the specified function to be tested meets the functional requirement is judged.
Due to the existing interface automation framework, the maintainers of the test cases and the function testers of the interfaces are mostly separated, and the maintainers need to manually add on the test platform or add in the test case documents, if the participants relate to encrypted fields such as signatures, the calculation is more inconvenient, the check points of the interfaces are not correct in percentage, and the cases are inconvenient to maintain. By the method, the request sent by the usual function test can be recorded for the interface automatic test, and the use case is maintained more conveniently, quickly and accurately.
Therefore, by the method of the embodiment of the application, the test request information and the corresponding response information of the target interface can be captured by the target packet capturing tool and added into the preset template to obtain the test case and test the test case. Therefore, the test case can be automatically generated and tested through the target packet capturing tool, the generation efficiency and the test efficiency of the test case can be improved, and the labor cost required in the generation and test processes of the test case can be reduced.
Optionally, referring to fig. 2, in step S11, the capturing test request information and corresponding response information of the target interface by the target capture tool includes:
step S111, filtering other information through a target packet capturing tool to obtain information corresponding to a target interface, wherein the other information comprises an HTTP request;
step S112, capturing at least one of header information, request method, request parameter, Uniform Resource Locator (URL) and parameter type of the request of the test request of the target interface, and at least one of the corresponding response status code and response information according to the information corresponding to the target interface.
In the actual use process, the capture tool can filter http requests through secondary development, record interfaces of specified servers, and store header information, request methods, url of requests, request parameters, parameter types and the like of the requests, response state codes, specific information of responses and the like in documents.
Therefore, by the method of the embodiment of the application, other information can be filtered through the target packet capturing tool to obtain the information corresponding to the target interface, and the automatic capturing of the information of the target interface is realized, so that the test case is generated through the captured information.
Optionally, referring to fig. 3, step S12 adds the request information and the response information to a preset template to obtain a test case, which includes:
step S121, obtaining information to be added according to the request information and the response information, wherein the information to be added comprises at least one of response time, a response status code and a status code of a service level;
and S122, adding the information to be added into a preset template to obtain a test case.
In the actual use process, corresponding check points (response time, state codes, response texts, state codes of service levels and the like) can be added to the recorded interface requests, so that interface automation use cases are generated and applied to interface automation tests.
Therefore, by the method of the embodiment of the application, the information to be added can be obtained according to the request information and the response information, the information to be added is added into the preset template, the test case is obtained, and therefore automatic generation of the test case is achieved.
Optionally, referring to fig. 4, step S13 runs a test case to test the target interface, including:
step S131, a plurality of threads in the pre-created thread pool execute the test case to test the target interface.
The number of threads in the thread pool is related to the total number of test cases and the configured queue length. In an actual use process, the number of threads in the thread pool may be determined according to the total number of test cases and the configured queue length, for example, the greater the total number of test cases, the greater the number of threads, or the longer the configured queue length, the smaller the number of threads.
In the actual use process, a plurality of functions of a plurality of interfaces are often tested at the same time, so that a plurality of test cases are often generated, all the test cases can be executed by the previous single thread through multithreading, the test cases are optimized into a plurality of threads, the test cases are executed at the same time, and the test efficiency is improved.
In a second aspect of the embodiments of the present application, there is provided an automated testing apparatus for an interface, referring to fig. 5, including:
an information obtaining module 501, configured to capture test request information and corresponding response information of a target interface through a target packet capturing tool;
a test case obtaining module 502, configured to add the request information and the response information to a preset template to obtain a test case;
the test module 503 is configured to run a test case to test the target interface.
Optionally, the information obtaining module 501 includes:
the information filtering submodule is used for filtering other information through a target packet capturing tool to obtain information corresponding to a target interface, wherein the other information comprises an HTTP request;
and the information capturing module is used for capturing at least one of header information, a request method, a request parameter, a request URL (uniform resource locator) and a parameter type of a request of a test request of the target interface and at least one of a corresponding response state code and response information according to the information corresponding to the target interface.
Optionally, the test case obtaining module 502 includes:
the information to be added acquisition submodule is used for acquiring information to be added according to the request information and the response information, wherein the information to be added comprises at least one of response time, a response state code and a state code of a service level;
and the test case generation submodule is used for adding the information to be added into the preset template to obtain the test case.
Optionally, the testing module 503 includes:
and the interface testing submodule is used for testing the target interface by executing the test case through a plurality of threads in the pre-established thread pool.
The number of threads in the thread pool is related to the total number of test cases and the configured queue length.
Therefore, by the method of the embodiment of the application, the test request information and the corresponding response information of the target interface can be captured by the target packet capturing tool and added into the preset template to obtain the test case and test the test case. Therefore, the test case can be automatically generated and tested through the target packet capturing tool, the generation efficiency and the test efficiency of the test case can be improved, and the labor cost required in the generation and test processes of the test case can be reduced.
An embodiment of the present invention further provides an electronic device, as shown in fig. 6, including a processor 601, a communication interface 602, a memory 603, and a communication bus 604, where the processor 601, the communication interface 602, and the memory 603 complete mutual communication through the communication bus 604,
a memory 603 for storing a computer program;
the processor 601 is configured to implement the following steps when executing the program stored in the memory 603:
capturing test request information and corresponding response information of a target interface through a target packet capturing tool;
adding the request information and the response information into a preset template to obtain a test case;
and running the test case to test the target interface.
The communication bus mentioned in the electronic device may be a Peripheral Component Interconnect (PCI) bus, an Extended Industry Standard Architecture (EISA) bus, or the like. The communication bus may be divided into an address bus, a data bus, a control bus, etc. For ease of illustration, only one thick line is shown, but this does not mean that there is only one bus or one type of bus.
The communication interface is used for communication between the electronic equipment and other equipment.
The Memory may include a Random Access Memory (RAM) or a Non-Volatile Memory (NVM), such as at least one disk Memory. Optionally, the memory may also be at least one memory device located remotely from the processor.
The Processor may be a general-purpose Processor, including a Central Processing Unit (CPU), a Network Processor (NP), and the like; but also 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.
In yet another embodiment of the present invention, a computer-readable storage medium is further provided, in which a computer program is stored, and the computer program, when executed by a processor, implements the steps of the automated testing method for any one of the interfaces.
In yet another embodiment, a computer program product containing instructions is provided, which when run on a computer causes the computer to perform the automated testing method of any of the above embodiments.
In the above embodiments, the implementation may be wholly or partially realized by software, hardware, firmware, or any combination thereof. When implemented in software, may be implemented in whole or in part in the form of a computer program product. The computer program product includes one or more computer instructions. When loaded and executed on a computer, cause the processes or functions described in accordance with the embodiments of the invention to occur, in whole or in part. The computer may be a general purpose computer, a special purpose computer, a network of computers, or other programmable device. The computer instructions may be stored in a computer readable storage medium or transmitted from one computer readable storage medium to another, for example, from one website site, computer, server, or data center to another website site, computer, server, or data center via wired (e.g., coaxial cable, fiber optic, Digital Subscriber Line (DSL)) or wireless (e.g., infrared, wireless, microwave, etc.). The computer-readable storage medium can be any available medium that can be accessed by a computer or a data storage device, such as a server, a data center, etc., that incorporates one or more of the available media. The usable medium may be a magnetic medium (e.g., floppy Disk, hard Disk, magnetic tape), an optical medium (e.g., DVD), or a semiconductor medium (e.g., Solid State Disk (SSD)), among others.
It is noted that, herein, relational terms such as first and second, and the like may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, 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 an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.
All the embodiments in the present specification are described in a related manner, and the same and similar parts among the embodiments may be referred to each other, and each embodiment focuses on the differences from the other embodiments. In particular, for the apparatus, the electronic device, the storage medium and the computer program product embodiment, since they are substantially similar to the method embodiment, the description is relatively simple, and for the relevant points, reference may be made to the partial description of the method embodiment.
The above description is only for the preferred embodiment of the present invention, and is not intended to limit the scope of the present invention. Any modification, equivalent replacement, or improvement made within the spirit and principle of the present invention shall fall within the protection scope of the present invention.
Claims (10)
1. An automated testing method for an interface, comprising:
capturing test request information and corresponding response information of a target interface through a target packet capturing tool;
adding the request information and the response information into a preset template to obtain a test case;
and running the test case to test the target interface.
2. The method of claim 1, wherein the capturing test request information and corresponding response information of the target interface by the target capture tool comprises:
filtering other information through the target packet capturing tool to obtain information corresponding to the target interface, wherein the other information comprises a hypertext transfer protocol (HTTP) request;
and capturing at least one of header information, a request method, a request parameter, a Uniform Resource Locator (URL) and a parameter type of a request of a test request of the target interface, and at least one of a corresponding response state code and response information according to the information corresponding to the target interface.
3. The method according to claim 2, wherein the adding the request information and the response information to a preset template to obtain a test case comprises:
acquiring information to be added according to the request information and the response information, wherein the information to be added comprises at least one of response time, a response status code and a status code of a service level;
and adding the information to be added into a preset template to obtain a test case.
4. The method of claim 1, wherein the running the test case to test the target interface comprises:
and executing the test cases through a plurality of threads in a pre-created thread pool to test the target interface, wherein the number of the threads in the thread pool is related to the total number of the test cases and the configured queue length.
5. An automated interface testing apparatus, comprising:
the information acquisition module is used for capturing the test request information and the corresponding response information of the target interface through a target packet capturing tool;
the test case acquisition module is used for adding the request information and the response information into a preset template to obtain a test case;
and the test module is used for running the test case to test the target interface.
6. The apparatus of claim 5, wherein the information obtaining module comprises:
the information filtering submodule is used for filtering other information through the target packet capturing tool to obtain information corresponding to the target interface, wherein the other information comprises an HTTP request;
and the information capturing module is used for capturing at least one of header information, a request method, request parameters, a request URL (uniform resource locator) and parameter types of a request of a test request of the target interface and at least one of a corresponding response state code and response information according to the information corresponding to the target interface.
7. The apparatus of claim 6, wherein the test case obtaining module comprises:
the information to be added acquisition submodule is used for acquiring information to be added according to the request information and the response information, wherein the information to be added comprises at least one of response time, a response status code and a status code of a service level;
and the test case generation submodule is used for adding the information to be added into a preset template to obtain a test case.
8. The apparatus of claim 5, wherein the test module comprises:
and the interface testing submodule is used for executing the test cases through a plurality of threads in a pre-created thread pool to test the target interface, wherein the number of the threads in the thread pool is related to the total number of the test cases and the configured queue length.
9. An electronic device is characterized by comprising a processor, a communication interface, a memory and a communication bus, wherein the processor and the communication interface are used for realizing mutual communication by the memory through the communication bus;
a memory for storing a computer program;
a processor for implementing the method steps of any of claims 1 to 4 when executing a program stored in the memory.
10. A computer-readable storage medium, characterized in that a computer program is stored in the computer-readable storage medium, which computer program, when being executed by a processor, carries out the method steps of any one of claims 1 to 4.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202110746419.1A CN113342689A (en) | 2021-07-01 | 2021-07-01 | Automatic testing method and device for interface, electronic equipment and storage medium |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202110746419.1A CN113342689A (en) | 2021-07-01 | 2021-07-01 | Automatic testing method and device for interface, electronic equipment and storage medium |
Publications (1)
Publication Number | Publication Date |
---|---|
CN113342689A true CN113342689A (en) | 2021-09-03 |
Family
ID=77482151
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN202110746419.1A Pending CN113342689A (en) | 2021-07-01 | 2021-07-01 | Automatic testing method and device for interface, electronic equipment and storage medium |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN113342689A (en) |
Cited By (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN114356676A (en) * | 2022-01-07 | 2022-04-15 | 国泰君安证券股份有限公司 | System, method, device, processor and storage medium for realizing automatic contrast analysis by calling interface for mobile phone application terminal |
CN114500348A (en) * | 2021-12-22 | 2022-05-13 | 天翼云科技有限公司 | CDN gateway test method and system |
CN115203061A (en) * | 2022-09-14 | 2022-10-18 | 广东美的暖通设备有限公司 | Interface automation test method and device, electronic equipment and storage medium |
CN115858395A (en) * | 2023-01-28 | 2023-03-28 | 北京蓝色星际科技股份有限公司 | Password function testing method and device, electronic equipment and storage medium |
CN116016239A (en) * | 2023-01-03 | 2023-04-25 | 重庆长安汽车股份有限公司 | Service interface testing method, device, equipment and storage medium |
CN117421204A (en) * | 2023-10-09 | 2024-01-19 | 中科驭数(北京)科技有限公司 | Operator automatic test method, device, equipment and medium |
Citations (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN107766190A (en) * | 2017-10-31 | 2018-03-06 | 平安科技(深圳)有限公司 | Interface test method, device, computer equipment and storage medium |
CN107861870A (en) * | 2017-11-02 | 2018-03-30 | 平安科技(深圳)有限公司 | Interface testing and test data generating method, device, terminal and storage medium |
CN109308266A (en) * | 2018-11-30 | 2019-02-05 | 北京微播视界科技有限公司 | Construction method, test method, device, equipment and the medium of test case |
CN109474603A (en) * | 2018-11-27 | 2019-03-15 | 平安科技(深圳)有限公司 | Data packet capturing processing method and terminal device |
CN110532169A (en) * | 2019-07-08 | 2019-12-03 | 平安科技(深圳)有限公司 | Interface testing case generation method, device, computer equipment and storage medium |
CN111290941A (en) * | 2018-12-10 | 2020-06-16 | 北京京东尚科信息技术有限公司 | Method and device for testing multiple interfaces, computing equipment and medium |
CN112162923A (en) * | 2020-09-25 | 2021-01-01 | 中诚信征信有限公司 | Interface testing method and device |
-
2021
- 2021-07-01 CN CN202110746419.1A patent/CN113342689A/en active Pending
Patent Citations (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN107766190A (en) * | 2017-10-31 | 2018-03-06 | 平安科技(深圳)有限公司 | Interface test method, device, computer equipment and storage medium |
CN107861870A (en) * | 2017-11-02 | 2018-03-30 | 平安科技(深圳)有限公司 | Interface testing and test data generating method, device, terminal and storage medium |
CN109474603A (en) * | 2018-11-27 | 2019-03-15 | 平安科技(深圳)有限公司 | Data packet capturing processing method and terminal device |
CN109308266A (en) * | 2018-11-30 | 2019-02-05 | 北京微播视界科技有限公司 | Construction method, test method, device, equipment and the medium of test case |
CN111290941A (en) * | 2018-12-10 | 2020-06-16 | 北京京东尚科信息技术有限公司 | Method and device for testing multiple interfaces, computing equipment and medium |
CN110532169A (en) * | 2019-07-08 | 2019-12-03 | 平安科技(深圳)有限公司 | Interface testing case generation method, device, computer equipment and storage medium |
CN112162923A (en) * | 2020-09-25 | 2021-01-01 | 中诚信征信有限公司 | Interface testing method and device |
Cited By (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN114500348A (en) * | 2021-12-22 | 2022-05-13 | 天翼云科技有限公司 | CDN gateway test method and system |
CN114500348B (en) * | 2021-12-22 | 2023-06-23 | 天翼云科技有限公司 | CDN gateway testing method and system |
CN114356676A (en) * | 2022-01-07 | 2022-04-15 | 国泰君安证券股份有限公司 | System, method, device, processor and storage medium for realizing automatic contrast analysis by calling interface for mobile phone application terminal |
CN115203061A (en) * | 2022-09-14 | 2022-10-18 | 广东美的暖通设备有限公司 | Interface automation test method and device, electronic equipment and storage medium |
CN116016239A (en) * | 2023-01-03 | 2023-04-25 | 重庆长安汽车股份有限公司 | Service interface testing method, device, equipment and storage medium |
CN115858395A (en) * | 2023-01-28 | 2023-03-28 | 北京蓝色星际科技股份有限公司 | Password function testing method and device, electronic equipment and storage medium |
CN117421204A (en) * | 2023-10-09 | 2024-01-19 | 中科驭数(北京)科技有限公司 | Operator automatic test method, device, equipment and medium |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN113342689A (en) | Automatic testing method and device for interface, electronic equipment and storage medium | |
CN109062809B (en) | Online test case generation method and device and electronic equipment | |
CN111221743B (en) | Automatic test method and system | |
CN108628748B (en) | Automatic test management method and automatic test management system | |
CN111309539A (en) | Abnormity monitoring method and device and electronic equipment | |
CN109254864A (en) | A kind of application failure restorative procedure, device and electronic equipment | |
CN109995612B (en) | Service inspection method and device and electronic equipment | |
CN111309635B (en) | Test case generation method, device, server and storage medium | |
CN110879781B (en) | Program debugging method, device, electronic equipment and computer readable storage medium | |
CN111552632B (en) | Interface testing method and device | |
CN113591068B (en) | Online login device management method and device and electronic device | |
CN110430070B (en) | Service state analysis method, device, server, data analysis equipment and medium | |
CN108650123B (en) | Fault information recording method, device, equipment and storage medium | |
CN114528201A (en) | Abnormal code positioning method, device, equipment and medium | |
CN113849330A (en) | Method, equipment and storage medium for monitoring and analyzing application fault reasons | |
CN113656247A (en) | Service monitoring method and device, electronic equipment and readable storage medium | |
US11119763B2 (en) | Cognitive selection of software developer for software engineering task | |
CN108829590B (en) | Software testing method, device and system | |
CN113472583B (en) | Fault cause identification method, device and system | |
CN113282496B (en) | Automatic interface testing method, device, equipment and storage medium | |
CN111198798B (en) | Service stability measuring method and device | |
CN107896232A (en) | A kind of IP address appraisal procedure and device | |
CN109165127B (en) | Problem interface positioning method and device and electronic equipment | |
CN110442370B (en) | Test case query method and device | |
CN111651356A (en) | Application program testing method, device and system |
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 |