CN111078562A - Interface test method, terminal device and computer readable storage medium - Google Patents

Interface test method, terminal device and computer readable storage medium Download PDF

Info

Publication number
CN111078562A
CN111078562A CN201911315038.7A CN201911315038A CN111078562A CN 111078562 A CN111078562 A CN 111078562A CN 201911315038 A CN201911315038 A CN 201911315038A CN 111078562 A CN111078562 A CN 111078562A
Authority
CN
China
Prior art keywords
interface
target
test
interface data
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.)
Granted
Application number
CN201911315038.7A
Other languages
Chinese (zh)
Other versions
CN111078562B (en
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.)
Guangzhou Pinwei Software Co Ltd
Original Assignee
Guangzhou Weipinhui Research Institute 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 Guangzhou Weipinhui Research Institute Co ltd filed Critical Guangzhou Weipinhui Research Institute Co ltd
Priority to CN201911315038.7A priority Critical patent/CN111078562B/en
Publication of CN111078562A publication Critical patent/CN111078562A/en
Application granted granted Critical
Publication of CN111078562B publication Critical patent/CN111078562B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • G06F11/3672Test management
    • G06F11/3684Test management for test design, e.g. generating new test cases
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • G06F11/3672Test management
    • G06F11/3688Test management for test execution, e.g. scheduling of test suites
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

  • 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 provides an interface testing method, terminal equipment and a computer readable storage medium. The interface test method provided by the invention comprises the following steps: after receiving a test instruction, acquiring a target test case corresponding to the test instruction; searching target interface data corresponding to the target test case in a preset mapping relation; when the target interface data is not found, sending the target test case to a preset test tool, and returning interface data; and outputting the received interface data. After the system acquires the test case, the corresponding target interface data is searched according to the preset mapping relation, and when the corresponding target interface data is not searched, the test case is sent to the corresponding test tool to be tested to acquire the interface data.

Description

Interface test method, terminal device and computer readable storage medium
Technical Field
The present invention relates to the field of internet technologies, and in particular, to an interface testing method, a terminal device, and a computer-readable storage medium.
Background
An Application Programming Interface (API) is a window between a User Interface (UI) and a server, with the rapid development of the Internet and the industry, the division of labor is more and more detailed, the separation of a front end and a back end is realized, data interaction is carried out through the API provided by a server, and the independent test of the API is generated before the test. Over the years, API testing has evolved from traditional testing through browser invocation interfaces to existing API testing tools in combination with Mock tools. The existing API testing tool and the existing Mock tool are independent, and during testing, a tester needs to compile a test case in the API testing tool each time, compile corresponding Mock data by using the Mock tool and write rules of API hitting Mock so as to form a mapping relation between the test case and the corresponding Mock data. However, when the requirement changes, the tester needs to change the test case based on the original mapping relationship and regenerate the corresponding Mock data, so that the tester often generates repeated writing, and the working efficiency is seriously affected.
Disclosure of Invention
The invention mainly aims to provide an interface testing method, terminal equipment and a computer readable storage medium, and aims to solve the technical problems of repeated writing and low testing efficiency caused by continuously modifying the mapping relation between a test case and corresponding Mock data in the current interface testing process.
In order to achieve the above object, the present invention provides an interface testing method, which includes the following steps:
after receiving a test instruction, acquiring a target test case corresponding to the test instruction;
searching target interface data corresponding to the target test case in a preset mapping relation, wherein the preset mapping relation is a corresponding relation between the test case and the interface data, and the interface data is test data corresponding to interface testing by the test case;
when the target interface data is not found, sending the target test case to a preset test tool so that the preset test tool runs the target test case to test an interface, and returning interface data;
outputting the received interface data;
and outputting the target interface data when the target interface data is found.
Optionally, after the step of outputting the received interface data, the interface testing method further includes:
and generating and storing the mapping relation between the target test case and the received interface data.
Optionally, after the step of outputting the received interface data, the interface testing method further includes:
and after receiving a storage instruction of the interface data, executing the step of generating and storing the mapping relation between the target test case and the received interface data.
Optionally, between the step of obtaining the target test case corresponding to the test request and the step of searching for the target interface data corresponding to the target test case in the preset mapping relationship, the interface test method further includes:
and acquiring a preset access path, and acquiring a preset mapping relation according to the access path.
Optionally, the step of obtaining a preset mapping relationship according to the access path includes:
accessing an interface data storage tool for storing the target interface data according to the access path;
and acquiring the mapping relation in the interface data storage tool.
Optionally, the step of outputting the target interface data includes:
displaying the target interface data;
or sending the target interface data to a preset terminal so that the preset terminal can display the target interface data.
Optionally, after the step of searching for the target interface data corresponding to the target test case in the preset mapping relationship, the interface testing method further includes:
when the target interface data is found, a shielding instruction is detected;
when the shielding instruction is received within a preset time interval, the step of sending the target test case to a preset test tool so that the preset test tool can run the target test case to test an interface is executed;
and when the shielding instruction is not received within a preset time interval, executing the step of outputting the target interface data.
Optionally, before the step of obtaining the target test case corresponding to the test instruction, the interface test method further includes:
acquiring the preset mapping relation;
and displaying the preset mapping relation and the test case and the interface data in the preset mapping relation on a user interface.
In order to achieve the above object, the present invention further provides a terminal device, where the terminal device includes a memory, a processor, and a control program of an interface testing method stored in the memory and executable on the processor, and the control program of the interface testing method implements the steps of the interface testing method as described above when executed by the processor.
To achieve the above object, the present invention further provides a computer-readable storage medium, on which a control program of an interface testing method is stored, and the control program of the interface testing method, when executed by a processor, implements the steps of the interface testing method as described above.
According to the technical scheme, after a test instruction is received, a target test case corresponding to the test instruction is obtained; searching target interface data corresponding to the target test case in a preset mapping relation; when the target interface data is not found, sending the target test case to a preset test tool so that the preset test tool runs the target test case to test an interface, and returning interface data; outputting the received interface data; and outputting the target interface data when the target interface data is found. After the system acquires the test case, the corresponding target interface data is searched according to the preset mapping relation, and when the corresponding target interface data is not searched, the test case is sent to the corresponding test tool to be tested to acquire the interface data.
Drawings
Fig. 1 is a schematic terminal structure diagram of a hardware operating environment according to an embodiment of the present invention;
FIG. 2 is a flowchart illustrating a first embodiment of an interface testing method according to the present invention;
FIG. 3 is a flowchart illustrating a second embodiment of an interface testing method according to the present invention;
FIG. 4 is a flowchart illustrating a third embodiment of an interface testing method according to the present invention;
FIG. 5 is a flowchart illustrating a fourth embodiment of an interface testing method according to the present invention;
FIG. 6 is a flowchart illustrating a fifth exemplary embodiment of an interface testing method according to the present invention;
FIG. 7 is a flowchart illustrating a sixth embodiment of an interface testing method according to the present invention;
FIG. 8 is a flowchart illustrating a seventh exemplary embodiment of an interface testing method according to the present invention;
fig. 9 is a flowchart illustrating an interface testing method according to an eighth embodiment of the present invention.
The implementation, functional features and advantages of the objects of the present invention will be further explained with reference to the accompanying drawings.
Detailed Description
The technical solutions in the embodiments of the present invention will be described clearly and completely with reference to the accompanying 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 by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
It should be noted that, if directional indications (such as up, down, left, right, front, and back) are involved in the embodiment of the present invention, the directional indications are only used for explaining the relative positional relationship, the motion situation, and the like between the components in a certain posture, and if the certain posture is changed, the directional indications are changed accordingly.
In addition, technical solutions between various embodiments may be combined with each other, but must be realized by a person skilled in the art, and when the technical solutions are contradictory or cannot be realized, such a combination should not be considered to exist, and is not within the protection scope of the present invention.
It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
The main solution of the embodiment of the invention is as follows: after receiving a test instruction, acquiring a target test case corresponding to the test instruction; searching target interface data corresponding to the target test case in a preset mapping relation, wherein the preset mapping relation is a corresponding relation between the test case and the interface data, and the interface data is test data corresponding to interface testing by the test case; when the target interface data is not found, sending the target test case to a preset test tool so that the preset test tool runs the target test case to test an interface, and returning interface data; outputting the received interface data; and outputting the target interface data when the target interface data is found.
In the prior art, in the process of performing interface test again, a tester needs to continuously modify the mapping relation between the test case and the corresponding Mock data, so that repeated writing is caused, and the test efficiency is low.
The invention provides an interface test method, which comprises the steps of obtaining a target test case corresponding to a test instruction after receiving the test instruction; searching target interface data corresponding to the target test case in a preset mapping relation, wherein the preset mapping relation is a corresponding relation between the test case and the interface data, and the interface data is test data corresponding to interface testing by the test case; when the target interface data is not found, sending the target test case to a preset test tool so that the preset test tool runs the target test case to test an interface, and returning interface data; outputting the received interface data; and outputting the target interface data when the target interface data is found. The method solves the technical problems that the mapping relation between the test cases and the corresponding Mock data is continuously modified in the existing interface test process, so that repeated writing is caused, and the test efficiency is low.
As shown in fig. 1, fig. 1 is a schematic terminal structure diagram of a hardware operating environment according to an embodiment of the present invention.
The terminal of the embodiment of the invention can be a server or terminal equipment with an interface test function.
As shown in fig. 1, the terminal may include: a processor 1001, such as a CPU, a network interface 1004, a user interface 1003, a memory 1005, a communication bus 1002. Wherein a communication bus 1002 is used to enable connective communication between these components. The user interface 1003 may include a Display screen (Display), an input unit such as a Keyboard (Keyboard), and the optional user interface 1003 may also include a standard wired interface, a wireless interface. The network interface 1004 may optionally include a standard priority interface, a wireless interface (e.g., a WiFi interface). The memory 1005 may be a high-speed RAM memory, or may be an NVM (non-volatile memory), such as a disk memory. The memory 1005 may alternatively be a storage device separate from the processor 1001.
Those skilled in the art will appreciate that the terminal structure shown in fig. 1 is not intended to be limiting and may include more or fewer components than those shown, or some components may be combined, or a different arrangement of components.
As shown in fig. 1, a memory 1005, which is a kind of computer-readable storage medium, may include therein a control program of an operating system, a network communication module, and an interface test method.
In the terminal shown in fig. 1, the network interface 1004 is mainly used for connecting to a backend server and performing data communication with the backend server; the user interface 1003 is mainly used for connecting a client (user side) and performing data communication with the client; and the processor 1001 may be configured to call a control program of the interface test method stored in the memory 1005, and perform the following operations:
after receiving a test instruction, acquiring a target test case corresponding to the test instruction;
searching target interface data corresponding to the target test case in a preset mapping relation, wherein the preset mapping relation is a corresponding relation between the test case and the interface data, and the interface data is test data corresponding to interface testing by the test case;
when the target interface data is not found, sending the target test case to a preset test tool so that the preset test tool runs the target test case to test an interface, and returning interface data;
outputting the received interface data;
and outputting the target interface data when the target interface data is found.
Further, the processor 1001 may call the control program of the interface test method stored in the memory 1005, and also perform the following operations:
and generating and storing the mapping relation between the target test case and the received interface data.
Further, the processor 1001 may call the control program of the interface test method stored in the memory 1005, and also perform the following operations:
and after receiving a storage instruction of the interface data, executing the step of generating and storing the mapping relation between the target test case and the received interface data.
Further, the processor 1001 may call the control program of the interface test method stored in the memory 1005, and also perform the following operations:
and acquiring a preset access path, and acquiring a preset mapping relation according to the access path.
Further, the processor 1001 may call the control program of the interface test method stored in the memory 1005, and also perform the following operations:
accessing an interface data storage tool for storing the target interface data according to the access path;
and acquiring the mapping relation in the interface data storage tool.
Further, the processor 1001 may call the control program of the interface test method stored in the memory 1005, and also perform the following operations:
displaying the target interface data;
or sending the target interface data to a preset terminal so that the preset terminal can display the target interface data.
Further, the processor 1001 may call the control program of the interface test method stored in the memory 1005, and also perform the following operations:
when the target interface data is found, a shielding instruction is detected;
when the shielding instruction is received within a preset time interval, the step of sending the target test case to a preset test tool so that the preset test tool can run the target test case to test an interface is executed;
and when the shielding instruction is not received within a preset time interval, executing the step of outputting the target interface data.
Further, the processor 1001 may call the control program of the interface test method stored in the memory 1005, and also perform the following operations:
acquiring the preset mapping relation;
and displaying the preset mapping relation and the test case and the interface data in the preset mapping relation on a user interface.
Based on the hardware architecture, the embodiment of the interface testing method is provided.
Referring to fig. 2, fig. 2 is a first embodiment of the interface testing method of the present invention, which includes the following steps:
step S10, after receiving a test instruction, acquiring a target test case corresponding to the test instruction;
step S20, searching target interface data corresponding to the target test case in a preset mapping relation, wherein the preset mapping relation is a corresponding relation between the test case and the interface data, and the interface data is test data corresponding to the test case to interface test;
step S30, when the target interface data is not found, sending the target test case to a preset test tool, so that the preset test tool runs the target test case to test an interface, and returning interface data;
step S40, outputting the received interface data;
and step S50, outputting the target interface data when the target interface data is found.
In this embodiment, the target test case is an API interface test case, and the target interface data is mock data. The server comprises a tested system, a mock tool and the preset test tool, wherein the tested system is used for receiving the test instruction and generating a corresponding target test case according to the test instruction; the mock tool is used for providing mock data, the preset test tool is used for generating the interface data according to the target test case, the preset test tool can be a tool with an interface data test function, such as an API test tool, and the API test tool is referred to as the preset test tool for convenience of description. The server provides a connecting channel for the tested system, the mock tool and the API testing tool, specifically, the tested system is directly connected with the mock tool, and the API testing tool is connected with the tested system through the mock tool.
In this embodiment, the preset mapping relationship is a corresponding relationship between a test case and interface data, after a target test case is generated by a system under test, the target test case is sent to a mock tool, mock data corresponding to the target test case is searched according to the mapping relationship, and if the corresponding mock data is searched, the mock data is output; and if the mock data is not found in the mock tool, sending the target test case from the current mock tool to the API test tool, after receiving the target test case, the API test tool generates interface data according to the target test case and outputs the interface data.
In the embodiment, after the system acquires the test case, the corresponding target interface data is searched according to the preset mapping relation, and when the corresponding target interface data is not searched, the test case is issued to the corresponding test tool for testing to acquire the interface data.
Referring to fig. 3, fig. 3 is a second embodiment of the interface testing method according to the present invention, and based on the first embodiment, after step S40, the method further includes:
step S60, generating and storing a mapping relationship between the target test case and the received interface data.
In this embodiment, after the API test tool generates interface data according to the target test case, the user may select to store the interface data and the target test case, and the server automatically establishes a mapping relationship between the interface data and the target test case according to the interface data and the target test case.
Referring to fig. 4, fig. 4 is a third embodiment of the interface testing method according to the present invention, and based on the first or second embodiment, after step S40, the method further includes:
step S70, after receiving the storage instruction of the interface data, executing the step of generating and storing the mapping relationship between the target test case and the received interface data.
In this embodiment, after receiving the storage instruction of the interface data, the server establishes a mapping relationship between the target test case and the interface data, and after the mapping relationship is established, the interface data is transferred to a mock tool for storage, so that the interface data is automatically converted into mock data. And after the tested system produces the target test case again, the mock data converted from the interface data can be directly called in the mock tool.
Referring to fig. 5, fig. 5 is a fourth embodiment of the interface testing method according to the present invention, and based on any one of the first to third embodiments, between step S10 and step S20, the method further includes:
and step S80, acquiring a preset access path, and acquiring a preset mapping relation according to the access path.
In this embodiment, the access path is a connection path between the system under test and the mock tool, and after the system under test generates a corresponding target test case according to the received test instruction, the system under test sends the target test case to the mock tool, and then searches for corresponding mock data according to a preset mapping relationship.
Referring to fig. 6, fig. 6 is a fifth embodiment of the interface testing method according to the present invention, and based on the fourth embodiment, step S80 includes:
step S81, accessing an interface data storage tool for storing the target interface data according to the access path;
step S82, obtaining the mapping relationship in the interface data storage tool.
In this embodiment, the interface data storage tool is a mock tool, and mock data, test cases, and mapping relationships between the mock data and the test cases are stored in the mock tool. Therefore, after the tested system generates the target test case, if the corresponding mock data is found in the mock tool, the target test case does not need to be tested to generate the interface data, the storage function of the mock tool enables the server not to repeatedly test the same test case, and the efficiency of the interface test is improved.
Referring to fig. 7, fig. 7 is a sixth embodiment of the interface testing method according to the present invention, and based on any one of the first to fifth embodiments, step S50 includes:
step S51, displaying the target interface data; or sending the target interface data to a preset terminal so that the preset terminal can display the target interface data.
In this embodiment, the target interface data is mock data stored in a mock tool, and after the server finds the corresponding mock data according to the target test case, the mock data can be directly displayed at the local end of the server, and also can be sent to other display terminals for visual display of the mock data.
Referring to fig. 8, fig. 8 is a seventh embodiment of the interface testing method according to the present invention, and based on any one of the first to sixth embodiments, after step S20, the method further includes:
and step S90, when the target interface data is found, detecting a shielding instruction.
In this embodiment, after the server finds the mock data in the mock tool according to the target test case, the user can also select whether to use the mock data, when the user does not use the mock data, a shielding instruction is issued within a preset time interval, and the server sends the target test case to the API test tool for testing to obtain interface data; and when the user does not issue the shielding instruction within a preset time interval, directly outputting the inquired mock data.
Referring to fig. 9, fig. 9 is a diagram of an eighth embodiment of the interface testing method according to the present invention, and based on any one of the first to seventh embodiments, before step S10, the method further includes:
step S100, acquiring the preset mapping relation;
step S110, displaying the preset mapping relationship and the test case and the interface data in the preset mapping relationship on a user interface.
In this embodiment, the server provides the display service of the mapping relationship, that is, the server can visually display the mock data, the test case, and the mapping relationship between the mock data and the test case stored in the mock tool, so that a user can query the existing test case and the mock data corresponding to the test case at any time.
The above-mentioned serial numbers of the embodiments of the present invention are merely for description and do not represent the merits of the embodiments.
Through the above description of the embodiments, those skilled in the art will clearly understand that the method of the above embodiments can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware, but in many cases, the former is a better implementation manner. Based on such understanding, the technical solution of the present invention may be embodied in the form of a software product, which is stored in a storage medium (e.g., ROM/RAM, magnetic disk, optical disk) as described above and includes instructions for enabling a terminal device (e.g., a mobile phone, a computer, a server, an air conditioner, or a network device) to execute the method according to the embodiments of the present invention.
The above description is only a preferred embodiment of the present invention, and is not intended to limit the scope of the present invention, and all modifications and equivalents of the present invention, which are made by the contents of the present specification and the accompanying drawings, or directly/indirectly applied to other related technical fields, are included in the scope of the present invention.

Claims (10)

1. An interface test method, characterized in that the interface test method comprises the following steps:
after receiving a test instruction, acquiring a target test case corresponding to the test instruction;
searching target interface data corresponding to the target test case in a preset mapping relation, wherein the preset mapping relation is a corresponding relation between the test case and the interface data, and the interface data is test data corresponding to interface testing by the test case;
when the target interface data is not found, sending the target test case to a preset test tool so that the preset test tool runs the target test case to test an interface, and returning interface data;
outputting the received interface data;
and outputting the target interface data when the target interface data is found.
2. The interface test method according to claim 1, wherein, after the step of outputting the received interface data, the interface test method further comprises:
and generating and storing the mapping relation between the target test case and the received interface data.
3. The interface testing method of claim 2, wherein after the step of outputting the received interface data, the interface testing method further comprises:
and after receiving a storage instruction of the interface data, executing the step of generating and storing the mapping relation between the target test case and the received interface data.
4. The interface testing method according to claim 1, wherein between the step of obtaining the target test case corresponding to the test request and the step of searching for the target interface data corresponding to the target test case in the preset mapping relationship, the interface testing method further comprises:
and acquiring a preset access path, and acquiring a preset mapping relation according to the access path.
5. The interface testing method according to claim 4, wherein the step of obtaining the preset mapping relationship according to the access path comprises:
accessing an interface data storage tool for storing the target interface data according to the access path;
and acquiring the mapping relation in the interface data storage tool.
6. The interface test method of claim 5, wherein the step of outputting the target interface data comprises:
displaying the target interface data;
or sending the target interface data to a preset terminal so that the preset terminal can display the target interface data.
7. The interface testing method according to claim 1, wherein after the step of searching for the target interface data corresponding to the target test case in the preset mapping relationship, the interface testing method further comprises:
when the target interface data is found, a shielding instruction is detected;
when the shielding instruction is received within a preset time interval, the step of sending the target test case to a preset test tool so that the preset test tool can run the target test case to test an interface is executed;
and when the shielding instruction is not received within a preset time interval, executing the step of outputting the target interface data.
8. The interface testing method according to claim 1, wherein before the step of obtaining the target test case corresponding to the test instruction, the interface testing method further comprises:
acquiring the preset mapping relation;
and displaying the preset mapping relation and the test case and the interface data in the preset mapping relation on a user interface.
9. A terminal device, characterized in that the terminal device comprises a memory, a processor, and a control program of an interface test method stored on the memory and executable on the processor, the control program of the interface test method realizing the steps of the interface test method according to any one of claims 1 to 8 when executed by the processor.
10. A computer-readable storage medium, characterized in that a control program of an interface test method is stored on the computer-readable storage medium, which when executed by a processor implements the steps of the interface test method according to any one of claims 1 to 8.
CN201911315038.7A 2019-12-18 2019-12-18 Interface test method, terminal device and computer readable storage medium Active CN111078562B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911315038.7A CN111078562B (en) 2019-12-18 2019-12-18 Interface test method, terminal device and computer readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911315038.7A CN111078562B (en) 2019-12-18 2019-12-18 Interface test method, terminal device and computer readable storage medium

Publications (2)

Publication Number Publication Date
CN111078562A true CN111078562A (en) 2020-04-28
CN111078562B CN111078562B (en) 2024-01-16

Family

ID=70315571

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911315038.7A Active CN111078562B (en) 2019-12-18 2019-12-18 Interface test method, terminal device and computer readable storage medium

Country Status (1)

Country Link
CN (1) CN111078562B (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111581098A (en) * 2020-05-09 2020-08-25 深圳市朱墨科技有限公司 Interface data transfer storage method, device, server and storage medium
CN116627851A (en) * 2023-07-24 2023-08-22 恒生电子股份有限公司 Interface testing method and device

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070277158A1 (en) * 2006-02-24 2007-11-29 International Business Machines Corporation Method and apparatus for testing of business processes for Web services
US20090007073A1 (en) * 2007-04-09 2009-01-01 International Business Machines Corporation Service testing method and service testing system
CN102739470A (en) * 2012-05-29 2012-10-17 百度在线网络技术(北京)有限公司 Method and device for realizing Hadoop system testing
CN104375933A (en) * 2014-09-18 2015-02-25 广州华多网络科技有限公司 Unit testing method and device
CN107395420A (en) * 2017-07-26 2017-11-24 携程计算机技术(上海)有限公司 Service end performance test methods, system, electronic installation and storage medium
CN109446063A (en) * 2018-09-18 2019-03-08 深圳壹账通智能科技有限公司 Interface test method, device, computer equipment and storage medium
CN109522218A (en) * 2018-10-19 2019-03-26 平安科技(深圳)有限公司 Interface test method, device, computer equipment and storage medium
CN110083533A (en) * 2019-04-16 2019-08-02 贝壳技术有限公司 Data processing method and device based on Mock service

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070277158A1 (en) * 2006-02-24 2007-11-29 International Business Machines Corporation Method and apparatus for testing of business processes for Web services
US20090007073A1 (en) * 2007-04-09 2009-01-01 International Business Machines Corporation Service testing method and service testing system
CN102739470A (en) * 2012-05-29 2012-10-17 百度在线网络技术(北京)有限公司 Method and device for realizing Hadoop system testing
CN104375933A (en) * 2014-09-18 2015-02-25 广州华多网络科技有限公司 Unit testing method and device
CN107395420A (en) * 2017-07-26 2017-11-24 携程计算机技术(上海)有限公司 Service end performance test methods, system, electronic installation and storage medium
CN109446063A (en) * 2018-09-18 2019-03-08 深圳壹账通智能科技有限公司 Interface test method, device, computer equipment and storage medium
CN109522218A (en) * 2018-10-19 2019-03-26 平安科技(深圳)有限公司 Interface test method, device, computer equipment and storage medium
CN110083533A (en) * 2019-04-16 2019-08-02 贝壳技术有限公司 Data processing method and device based on Mock service

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111581098A (en) * 2020-05-09 2020-08-25 深圳市朱墨科技有限公司 Interface data transfer storage method, device, server and storage medium
CN111581098B (en) * 2020-05-09 2024-02-23 深圳市朱墨科技有限公司 Method, device, server and storage medium for transferring and storing interface data
CN116627851A (en) * 2023-07-24 2023-08-22 恒生电子股份有限公司 Interface testing method and device
CN116627851B (en) * 2023-07-24 2023-10-20 恒生电子股份有限公司 Interface testing method and device

Also Published As

Publication number Publication date
CN111078562B (en) 2024-01-16

Similar Documents

Publication Publication Date Title
US8843895B2 (en) Debugger connection
CN111026645B (en) User interface automatic test method and device, storage medium and electronic equipment
US9280451B2 (en) Testing device
CN105302710A (en) Method and apparatus for determining test case in need of regression testing
CN108197024B (en) Embedded browser debugging method, debugging terminal and computer readable storage medium
CN111752843B (en) Method, apparatus, electronic device and readable storage medium for determining influence surface
CN111125555B (en) Enterprise information acquisition method and device
CN110221899B (en) User interface adjusting method, device and system
CN107807841B (en) Server simulation method, device, equipment and readable storage medium
CN111858296B (en) Interface testing method, device, equipment and storage medium
CN111078562B (en) Interface test method, terminal device and computer readable storage medium
CN110737711A (en) Report exporting method and device, computer equipment and storage medium
CN113282488A (en) Terminal test method and device, storage medium and terminal
CN111045848B (en) Log analysis method, terminal device and computer readable storage medium
CN108023905B (en) Internet of things application system and method
CN111078563A (en) Coverage rate data processing method, terminal device and computer readable storage medium
CN109032911B (en) Frame rate detection method and device for mobile device and electronic device
CN111191087B (en) Character matching method, terminal device and computer readable storage medium
CN110850136A (en) Oscilloscope test method, terminal equipment and computer readable storage medium
CN111008143A (en) Coverage rate scheduling test method, terminal device and computer readable storage medium
CN111026669A (en) Test log management method, test log management device, and storage medium
CN110865943A (en) Interface testing method and device, computer equipment and storage medium
CN111104323A (en) Function test method, system, proxy server and storage medium of application program
CN111078518B (en) Data acquisition method, terminal device and computer readable storage medium
CN114741275A (en) Equipment debugging 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
TA01 Transfer of patent application right

Effective date of registration: 20230105

Address after: 510000 building 6, No. 20, Huahai street, Fangcun, Liwan District, Guangzhou City, Guangdong Province (office only)

Applicant after: GUANGZHOU PINWEI SOFTWARE Co.,Ltd.

Address before: 510000 room 01, No.314, Fangcun Avenue middle, Liwan District, Guangzhou City, Guangdong Province

Applicant before: GUANGZHOU WEIPINHUI RESEARCH INSTITUTE CO.,LTD.

TA01 Transfer of patent application right
GR01 Patent grant
GR01 Patent grant