CN111679982A - Automatic testing method for REST API (representational State transfer) interface software - Google Patents

Automatic testing method for REST API (representational State transfer) interface software Download PDF

Info

Publication number
CN111679982A
CN111679982A CN202010509315.4A CN202010509315A CN111679982A CN 111679982 A CN111679982 A CN 111679982A CN 202010509315 A CN202010509315 A CN 202010509315A CN 111679982 A CN111679982 A CN 111679982A
Authority
CN
China
Prior art keywords
rest api
interface software
software
api interface
automatic
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
CN202010509315.4A
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.)
Guangdong Cyberway Information Technology Co ltd
Original Assignee
Guangdong Cyberway Information Technology Co 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 Guangdong Cyberway Information Technology Co ltd filed Critical Guangdong Cyberway Information Technology Co ltd
Priority to CN202010509315.4A priority Critical patent/CN111679982A/en
Publication of CN111679982A publication Critical patent/CN111679982A/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

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 relates to the technical field of automatic data processing, in particular to an automatic testing method for REST API (representational state transfer) interface software, which comprises the following steps: s1, establishing an REST API software automated testing general tool class library; s2, establishing an REST API (representational state transfer) interface software automation test case in an Excel format; s3, constructing an automatic test request of REST API (representational state transfer) interface software; and S4, constructing the automatic arrangement task by utilizing the integration tool. The invention solves the technical problems that in the prior art, the habits of a person who compiles a test case by using Postman manual test software are inconsistent with the habits of a tester when using the test case, the readability is poor, the non-automatic test efficiency is low, and the tester has higher conversion capability when using a compiling script to test the software.

Description

Automatic testing method for REST API (representational State transfer) interface software
Technical Field
The invention relates to the technical field of automatic data processing, in particular to an automatic testing method for REST API (representational state transfer) interface software.
Background
Software testing is an important part of the software lifecycle, with the goal of finding various defects in the software in a minimum of time and effort. At present, for some released software, after some new functions are added or some defects of the previous version are repaired, the new version needs to be released, and a new function test and an original function regression test also need to be performed. Because some software iteration cycles are short, testers need to complete the test of new functions in a short time to verify whether the new functions meet the standard requirements, and meanwhile, the original functions also need to be subjected to regression testing, so that the use of the original functions is not affected. Therefore, more time and energy are needed for testers to ensure the quality of the software system, the introduction of the automatic testing technology greatly shortens the software detection time, and the automatic detection software is particularly important in the field of software detection.
Traditional REST API interface testing typically employs Postman manual testing or automated testing by scripting. The Postman is adopted for testing, so that on one hand, the test case compiling mode is inconsistent with the test case compiling habit of testers by using Excel, and the readability is poor; on the other hand, the automatic execution can not be realized, and the efficiency is lower. The automatic test is carried out by writing the script, so that a tester is required to have higher software programming capability, and most software testers have low software programming capability and are difficult to implement.
Therefore, there is a need for improvement of the prior art to solve the above technical problems.
Disclosure of Invention
In view of this, the present invention provides an automatic testing method for REST API interface software, which solves the technical problems of low software testing efficiency and poor readability in the prior art. The method is realized by the following technical scheme:
the designed automatic testing method for the REST API interface software comprises the following steps:
s1, establishing a REST API software automatic test general tool class library and storing the REST API software automatic test general tool class library in a storage terminal I, wherein the general class library is a class library environment (programming environment and/or operating environment) supported by a specific programming language on various platforms;
s2, establishing an REST API (representational state transfer) interface software automatic test case in an Excel format and storing the REST API interface software automatic test case in a storage terminal II, wherein the storage terminal I and the storage terminal II can adopt cloud storage in a server in the prior art, and can also upload a REST API interface software automatic test general tool class library and the REST API interface software automatic test case to Github so as to record the Git warehouse;
s3, an automatic test request of REST API interface software is constructed and stored in a storage terminal III, the automatic test request of the REST API interface software can be created by Spring MVC and PHP in the prior art, and the API with the REST style is adopted, so that the method has the advantages that the portability of a user interface is improved by separating a Client-Server (Client-Server) Client Server, the scalability is improved by simplifying the Server, the visibility is improved by the stateless Server, the reliability and the expansibility are improved, and the like;
s4, constructing an automatic arranging task by using the integration tool, wherein the automatic arranging task comprises the following steps:
s41, automatically determining scheduling parameters, namely configuring the scheduling parameters, including system scheduling parameters and user-defined scheduling parameters;
s42, automatically acquiring a REST API interface software automation test general tool class library in the storage end I;
s43, automatically acquiring an automatic test case of REST API interface software in a storage terminal II and reading all data in the automatic test case, wherein the data comprises a case number, a case name, a request method, an interface address, a request parameter, an expected value and the like;
s44, automatically acquiring an automatic test request of the built REST API software in the storage end III;
s45, executing HTTP connection by utilizing an automatic test request of the REST API interface software, and automatically testing the test software, namely the REST API interface software according to the scheduling parameters and the read automatic test case data of the REST API interface software;
s46, automatically generating an actual value after testing the test software, comparing the expected value with the actual value, generating 'pass' information if the expected value is consistent with the actual value, and generating 'fail' information if the expected value is inconsistent with the actual value;
s47, generating an Excel test report containing all the pass information and the fail information, wherein the Excel test report containing the pass information or the fail information can be generated when one RESTAPI interface software automation test case is used, and a plurality of Excel test reports containing the pass information or the fail information can be generated when a plurality of REST API interface software automation test cases are used.
Furthermore, the integration tool is Jenkins which is a continuous integration tool developed based on Java and used for monitoring continuous and repeated work, an open and easy-to-use software platform can be provided, continuous integration of software becomes possible, Jenkins are easy to install and configure, generated test reports can be aggregated, test reports of all modules can be aggregated together, and results are clear at a glance.
Further, in the step S1, the language for establishing the REST API library for automated testing of the universal tool class software is Python, the Python language is simple and easy to learn, free from sources, high in expansibility, and has a rich third party library, so that the use is very convenient.
Further, the storage end I and the storage end II are both Git warehouses, and the Git warehouses are adopted, so that the RESTAPI interface software automated test case can be conveniently changed.
Further, step S47 includes generating an Excel test report, and then automatically sending the Excel test report to a receiving terminal, where the receiving terminal may be a mailbox of a tester, and the tester can conveniently obtain the test report and update and modify the test software according to the test report.
Furthermore, the automatic test cases of the REST API interface software include n, and under the normal condition that n is a natural number greater than 2, there is no only one automatic test case of the REST API interface software, and 2 or more automatic test cases of the REST API interface software are required in different modules and the same module to test the test cases, so that the possibility that the test software has problems is as low as possible, and the coverage of meeting the user requirements is as wide as possible.
Further, the step S43 specifically includes:
s431, automatically numbering n REST API (representational State transfer) interface software automatic test cases, wherein the numbered numbers are natural numbers, the numbered numbers of the REST API interface software automatic test cases are different, the minimum value of the numbered numbers is 1, and the maximum value is n, namely the n REST API interface software automatic test cases are numbered 1, 2 and 3 … … n;
s432, automatically acquiring a REST API (representational state transfer) interface software automation test case with the number of k in the storage terminal II and reading all data in the REST API interface software automation test case with the number of k, wherein the REST API interface software automation test case with the number of k is not read yet and the value of k in the number of the REST API interface software automation test case which is not read yet is minimum;
step S46 specifically includes:
s461, automatically generating an actual value after testing the test software after acquiring the automatic test case of the REST API software with the serial number k, comparing the expected value with the actual value, generating 'pass' information if the expected value is consistent with the actual value, and generating 'fail' information if the expected value is inconsistent with the actual value;
and S462, repeating the steps S41, S42, S43, S44, S45 and S46, when k = n in the step S461, carrying out the step S47 after the step S461 is carried out, testing the test software by each REST API software automated test case, generating an Excel test report containing all detection content 'pass' information or 'fail' information after all tests are finished, and sending the Excel test report to a tester.
Further, step S3 includes: the method comprises the steps of constructing a custom URL, a custom request head and a custom request body, and also can comprise the steps of constructing a public URL, a public request head, a public request body and the like.
Further, the REST API software automated testing general tool library supports read-write processing of Excel files, HTTP request processing, safety and authentication, JASON data processing and actual value and expected value comparison, and construction of the REST API software automated testing general tool library needs to support implementation of all functional steps of the invention.
The positive and beneficial technical effects of the invention comprise:
(1) during software testing, the automatic detection is realized without Postman manual test compiling or script compiling, the efficiency is improved, and testers can complete the software testing without high compiling capacity;
(2) jenkins are used for constructing an automatic arrangement task, are easy to install and configure, can also enable a plurality of computers to test together, can identify files generated by construction, can be expanded through a plug-in of a third party, can generate a Junit/TestNG test report, can well display various test results, and can generate a failure trend chart;
(3) the Python language is used, so that the learning is simple and easy, the functions are strong, and the expansibility is high;
(4) the invention constructs a universal tool library for the automatic test of the REST API interface software through Python language, automatically reads data of an automatic test case of the REST API interface software, constructs an automatic test request of the REST API interface software, automatically tests the REST API interface software by Jenkins, then obtains and compares results to generate an Excel test report, and solves the technical problems that in the prior art, habits of personnel writing the test case by utilizing a Postman manual test REST API interface are inconsistent with habits of testers when using the test case, readability is poor, non-automatic test efficiency is low, and the personnel needing higher conversion capability of the testers when writing the script to perform the RESTAPI interface test.
Other advantageous effects of the present invention will be further described with reference to the following specific examples.
Drawings
The invention is further described below with reference to the following figures and examples:
FIG. 1 is a flow chart of the present invention;
FIG. 2 is a flow chart of the software testing of the present invention;
FIG. 3 is an example of an automated test case for REST API interface software in the present invention.
Detailed Description
Example 1: an automatic testing method for REST API interface software, as shown in fig. 1-3, includes the following steps:
s1, establishing a REST API software automated testing universal tool class library by using Python language and uploading the library to a Git warehouse, wherein the Python language is simple and easy to learn, free to open sources and high in expansibility, but also has rich third-party libraries which are very convenient to use, and the general class library is a class library environment (programming environment and/or operating environment) which is supported by a specific programming language on various platforms, in particular to the invention, the method can adopt a java universal class library, the existing technology has the java universal class library which is suitable for the method, the REST API software automated testing universal tool class library can perform read-write processing, HTTP request processing, safety and authentication, JASON data processing and actual value and expected value comparison of Excel files, the construction of the REST API software automated testing universal tool class library needs to support the support of all functional steps of the method, and the specific parameters and the method can comprise the following steps:
(1) common: reading a test case, installing a req _ app component required by the test case, writing into excel, and writing into a json class;
(2) log: initializing a log;
(3) management: a command line management module and a general management module;
(4) mapping: a matching response result module;
(5) send _ mail: a mail sending module;
(6) base _ req: a request packet is processed based on a basis, wherein a Req class is a base class which is requested to process all projects, all newly-built projects need to be inherited to the class, and then the head and body methods in the newly-built projects are rewritten according to project requirements;
(7) result: defaulting to a directory for storing test results, and requiring a user to create a new directory;
(8) templates: storing a request html and a result display html file used by the flash;
(9) a back-end starting tool interface written by the app flash;
(10) run: command line start file, frame entry;
(11) a scheduler: overall scheduling logic;
(12) setting: setting the whole default;
s2, establishing an REST API (representational State environmental protection) interface software automatic test case in an Excel format, uploading the REST API interface software automatic test case to a gitubs warehouse, uploading the RESTAPI interface software automatic test general tool library and the REST API interface software automatic test case to Github, recording the Git warehouse with the REST API interface software automatic test case, and conveniently changing the REST API interface software automatic test case by adopting the Git warehouse;
s3, constructing an automatic test request of REST API interface software and storing the automatic test request in a storage end III, wherein the automatic test request comprises a user-defined URL, a user-defined request head and a user-defined request body, and further comprises a public URL, a public request head, a public request body and the like, the automatic test request of the REST API interface software can be created by Spring MVC and PHP in the prior art, and the REST-style API is adopted, so that the automatic test request has the advantages that the portability of a user interface is improved by separating a Client-Server Client Server, the scalability is improved by simplifying the Server, the visibility is improved by a Server in a stateless manner, the reliability and the expansibility are improved, and the like;
s4, constructing an automatic arranging task by Jenkins, wherein Jenkins is a continuous integration tool developed based on Java and used for monitoring continuous and repeated work, an open and easy-to-use software platform can be provided, the continuous integration of software becomes possible, Jenkins is easy to install and configure, generated test reports can be aggregated, the test reports of all modules can be aggregated together, and the result is clear at a glance, the automatic arranging task comprises the following steps:
s41, automatically determining scheduling parameters, namely configuring the scheduling parameters, including system scheduling parameters and user-defined scheduling parameters;
s42, automatically acquiring a REST API interface software automation test general tool class library in the storage end I;
s43, automatically acquiring an automatic test case of the REST API interface software in the storage terminal II and reading all data in the automatic test case, namely analyzing the automatic test case of the REST API interface software, wherein the automatic test case comprises data such as a case number, a case name, a request method, an interface address, a request parameter and an expected value;
s44, automatically acquiring an automatic test request of the built REST API software in the storage end III;
s45, performing HTTP connection by utilizing the automatic test request of the REST API interface software, automatically testing the test software according to the scheduling parameters and the read automatic test case data of the REST API interface software, and outputting a response result through case dependence, function call and the constructed automatic test request of the REST API interface software;
s46, automatically generating an actual value tested by testing software, namely REST API software, comparing the expected value with the actual value, generating 'pass' information if the expected value is consistent with the actual value, and generating 'fail' information if the expected value is inconsistent with the actual value;
s47, generating an Excel test report containing all 'pass' information and 'fail' information, automatically sending the Excel test report to a receiving terminal, wherein the receiving terminal can be a mailbox of a tester, the tester can conveniently obtain the test report, and update and modify test software according to the test report, namely REST API interface software, and can generate an Excel test report containing 'pass' information or 'fail' information when one REST API interface software automatic test case is used, and generate a plurality of Excel test reports containing 'pass' information or 'fail' information when a plurality of RESTAPI interface software automatic test cases are used.
Example 2: in S43 of embodiment 1, the REST API interface software automation test cases include n, where n is a natural number greater than 2, and in a normal case, there is no more than one REST API interface software automation test case, and 2 or more REST API interface software automation test cases may be required in different modules and the same module to test the test cases, so as to ensure that the possibility of the test software having problems is as low as possible and the coverage of meeting the user requirements is as wide as possible.
The step S43 specifically includes:
s431, automatically numbering n REST API (representational State transfer) interface software automatic test cases, wherein the numbered numbers are natural numbers, the numbered numbers of the REST API interface software automatic test cases are different, the minimum value of the numbered numbers is 1, and the maximum value is n, namely the n REST API interface software automatic test cases are numbered 1, 2 and 3 … … n;
s432, automatically acquiring a REST API (representational state transfer) interface software automation test case with the number of k in the storage terminal II and reading all data in the REST API interface software automation test case with the number of k, wherein the REST API interface software automation test case with the number of k is not read yet and the value of k in the number of the REST API interface software automation test case which is not read yet is minimum;
step S46 specifically includes:
s461, automatically generating an actual value after testing the test software after acquiring the automatic test case of the REST API software with the serial number k, comparing the expected value with the actual value, generating 'pass' information if the expected value is consistent with the actual value, and generating 'fail' information if the expected value is inconsistent with the actual value;
and S462, repeating the steps S41, S42, S43, S44, S45 and S46, when k = n in the step S461, carrying out the step S47 after the step S461 is carried out, testing the test software by each REST API software automated test case, generating an Excel test report containing all detection content 'pass' information or 'fail' information after all tests are finished, and sending the Excel test report to a tester.
Finally, the above embodiments are only for illustrating the technical solutions of the present invention and not for limiting, although the present invention has been described in detail with reference to the preferred embodiments, it should be understood by those skilled in the art that modifications or equivalent substitutions may be made to the technical solutions of the present invention without departing from the spirit and scope of the technical solutions of the present invention, and all of them should be covered in the claims of the present invention.

Claims (9)

1. An automatic testing method for REST API (representational State transfer) interface software is characterized by comprising the following steps of:
s1, establishing an REST API software automated testing general tool class library and storing the library in a storage end I;
s2, establishing an REST API interface software automation test case in an Excel format and storing the REST API interface software automation test case in a storage terminal II;
s3, constructing an automatic test request of REST API (representational state transfer) interface software and storing the automatic test request in a storage terminal III;
s4, constructing an automatic arranging task by using the integration tool, wherein the automatic arranging task comprises the following steps:
s41, automatically determining scheduling parameters;
s42, automatically acquiring a REST API interface software automation test general tool class library in the storage end I;
s43, automatically acquiring an REST API (representational state transfer) interface software automation test case in the storage terminal II and reading all data in the REST API interface software automation test case;
s44, automatically acquiring an automatic test request of the built REST API software in the storage end III;
s45, executing HTTP connection by utilizing the automatic test request of the REST API interface software, and automatically testing the REST API interface software according to the scheduling parameters and the read automatic test case data of the REST API interface software;
s46, automatically generating an actual value after testing REST API software, comparing the expected value with the actual value, generating 'pass' information if the expected value is consistent with the actual value, and generating 'fail' information if the expected value is inconsistent with the actual value;
and S47, generating an Excel test report containing all the 'pass' information and 'fail' information.
2. The REST API interface software automation test method of claim 1, wherein: the integrated tool is Jenkins.
3. The REST API interface software automation test method of claim 2, wherein: in step S1, the language of the REST API interface software automation test generic tool class library is set to Python language.
4. The REST API interface software automation test method of claim 3, wherein: and the storage end I and the storage end II are both Git warehouses.
5. The automated testing method for REST API software as claimed in claim 4, wherein the step S47 further comprises automatically sending the Excel test report to the receiving end after the Excel test report is generated.
6. The REST API interface software automation test method of claim 5, wherein: the automatic test case of the REST API software comprises n, wherein n is a natural number larger than 2.
7. The REST API interface software automation test method of claim 6, wherein:
the step S43 specifically includes:
s431, automatically numbering n REST API interface software automatic test cases, wherein the numbered numbers are natural numbers, the serial numbers of the REST API interface software automatic test cases are different, the minimum value of the serial numbers is 1, and the maximum value is n;
s432, automatically acquiring a REST API (representational state transfer) interface software automation test case with the number of k in the storage terminal II and reading all data in the REST API interface software automation test case with the number of k, wherein the REST API interface software automation test case with the number of k is not read yet and the value of k in the number of the REST API interface software automation test case which is not read yet is minimum;
step S46 specifically includes:
s461, automatically generating an actual value after testing the test software after acquiring the automatic test case of the REST API software with the serial number k, comparing the expected value with the actual value, generating 'pass' information if the expected value is consistent with the actual value, and generating 'fail' information if the expected value is inconsistent with the actual value;
s462, repeating steps S41, S42, S43, S44, S45, and S46, and when k = n in step S461, performing S461 and then performing step S47.
8. The REST API interface software automation test method of claim 7, wherein step S3 includes: and constructing a custom URL, a custom request header and a custom request body.
9. The REST API interface software automation test method of claim 8, wherein: the REST API software automated testing general tool class library supports read-write processing of Excel files, HTTP request processing, safety and authentication, JASON data processing and actual value and expected value comparison.
CN202010509315.4A 2020-06-08 2020-06-08 Automatic testing method for REST API (representational State transfer) interface software Pending CN111679982A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010509315.4A CN111679982A (en) 2020-06-08 2020-06-08 Automatic testing method for REST API (representational State transfer) interface software

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010509315.4A CN111679982A (en) 2020-06-08 2020-06-08 Automatic testing method for REST API (representational State transfer) interface software

Publications (1)

Publication Number Publication Date
CN111679982A true CN111679982A (en) 2020-09-18

Family

ID=72454366

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010509315.4A Pending CN111679982A (en) 2020-06-08 2020-06-08 Automatic testing method for REST API (representational State transfer) interface software

Country Status (1)

Country Link
CN (1) CN111679982A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112416763A (en) * 2020-11-17 2021-02-26 杭州安恒信息技术股份有限公司 Method, device and equipment for automatically testing interface and storage medium
CN112506807A (en) * 2021-02-07 2021-03-16 上海洋漪信息技术有限公司 Automatic test system for interface serving multiple systems
CN113411234A (en) * 2021-06-17 2021-09-17 杭州遥望网络科技有限公司 Interface testing method, system and computer readable storage medium
CN115017057A (en) * 2022-08-03 2022-09-06 北京一猫汽车科技有限公司 Automatic testing method and device for Api interface, computer equipment and storage medium

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20180095866A1 (en) * 2016-09-30 2018-04-05 Wipro Limited Method and system for automatically generating test data for testing applications
CN109189684A (en) * 2018-08-28 2019-01-11 四川长虹电器股份有限公司 Automatic interface testing method based on Python

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20180095866A1 (en) * 2016-09-30 2018-04-05 Wipro Limited Method and system for automatically generating test data for testing applications
CN109189684A (en) * 2018-08-28 2019-01-11 四川长虹电器股份有限公司 Automatic interface testing method based on Python

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
王娜: "基于python的接口自动化测试框架设计", 《电脑知识与技术》 *

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112416763A (en) * 2020-11-17 2021-02-26 杭州安恒信息技术股份有限公司 Method, device and equipment for automatically testing interface and storage medium
CN112506807A (en) * 2021-02-07 2021-03-16 上海洋漪信息技术有限公司 Automatic test system for interface serving multiple systems
CN113411234A (en) * 2021-06-17 2021-09-17 杭州遥望网络科技有限公司 Interface testing method, system and computer readable storage medium
CN113411234B (en) * 2021-06-17 2022-08-16 杭州遥望网络科技有限公司 Interface testing method, system and computer readable storage medium
CN115017057A (en) * 2022-08-03 2022-09-06 北京一猫汽车科技有限公司 Automatic testing method and device for Api interface, computer equipment and storage medium

Similar Documents

Publication Publication Date Title
CN111679982A (en) Automatic testing method for REST API (representational State transfer) interface software
CN109302522B (en) Test method, test device, computer system, and computer medium
CN111651366B (en) SDK test method, device, equipment and storage medium
US20190188119A1 (en) System and a method for providing automated performance detection of application programming interfaces
US9465718B2 (en) Filter generation for load testing managed environments
CN109408375B (en) Method and device for generating interface document
CN111124919A (en) User interface testing method, device, equipment and storage medium
CN111274154A (en) Automatic testing method, device, equipment and storage medium
CN108923997B (en) Cloud service node automatic testing method and device based on python
CN115080398A (en) Automatic interface test system and method
CN112241360A (en) Test case generation method, device, equipment and storage medium
CN115658529A (en) Automatic testing method for user page and related equipment
CN111708712A (en) User behavior test case generation method, flow playback method and electronic equipment
CN111400171B (en) Interface testing method, system and device and readable storage medium
CN117493188A (en) Interface testing method and device, electronic equipment and storage medium
CN113806209A (en) Interface testing method, frame, computer device and storage medium
CN116719736A (en) Test case generation method and device for testing software interface
CN115934503A (en) Program testing method, device, equipment and storage medium
CN115684882A (en) Test method, system, medium and computing device for system-on-chip
CN113986263A (en) Code automation test method, device, electronic equipment and storage medium
CN114546850A (en) Automatic testing method, system and device for embedded point and storage medium
CN115437903A (en) Interface test method, device, apparatus, storage medium, and program
CN112346994A (en) Test information correlation method and device, computer equipment and storage medium
CN113467761A (en) Interface test template generation method based on Java reflection principle
CN111813662A (en) User behavior driven sustainable integration test method, device and 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
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20200918

WD01 Invention patent application deemed withdrawn after publication