CN111124908A - Interface testing method and device and computer readable storage medium - Google Patents

Interface testing method and device and computer readable storage medium Download PDF

Info

Publication number
CN111124908A
CN111124908A CN201911321425.1A CN201911321425A CN111124908A CN 111124908 A CN111124908 A CN 111124908A CN 201911321425 A CN201911321425 A CN 201911321425A CN 111124908 A CN111124908 A CN 111124908A
Authority
CN
China
Prior art keywords
interface
user information
testing
simulation
test
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
CN201911321425.1A
Other languages
Chinese (zh)
Other versions
CN111124908B (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 Pinwei Software 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 Pinwei Software Co Ltd filed Critical Guangzhou Pinwei Software Co Ltd
Priority to CN201911321425.1A priority Critical patent/CN111124908B/en
Publication of CN111124908A publication Critical patent/CN111124908A/en
Application granted granted Critical
Publication of CN111124908B publication Critical patent/CN111124908B/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
    • 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 discloses a method for testing an interface, which comprises the following steps: when an interface request sent by a test end is received, terminal information of the test end is obtained; acquiring user information related to the terminal information; acquiring a simulation rule set corresponding to the user information; and generating response data corresponding to the interface request according to the simulation rule set so as to send the response data to the test end. The invention also discloses a testing device of the interface and a computer readable storage medium, by acquiring the user information associated with the testing end, acquiring the simulation rule set corresponding to the user information and completing the simulation test, the confusion between different testing requirements of different testers and different testing terminals is avoided, so that a plurality of testers can simultaneously test through the same simulation server, and the testing cost is reduced.

Description

Interface testing method and device and computer readable storage medium
Technical Field
The present invention relates to the field of interface testing technologies, and in particular, to a method and an apparatus for testing an interface, and a computer-readable storage medium.
Background
When testing an interface, due to the loss of some special data in a test environment or inconsistency of development schedules of a front end and a back end, a simulation (mock) service is generally needed to be used to simulate the interface to return a specific response so as to meet the test requirement.
If a plurality of testers in a testing team use the mock service at the same time, a mock server needs to be independently built for each tester so as to meet different testing requirements of different testers. And due to the construction and maintenance of a plurality of mock servers, the test cost is high.
The above is only for the purpose of assisting understanding of the technical aspects of the present invention, and does not represent an admission that the above is prior art.
Disclosure of Invention
The invention mainly aims to provide a method and a device for testing an interface and a computer readable storage medium, aiming at supporting a plurality of testers to test simultaneously by a simulation server through the association of test end information, user information and a simulation rule set, thereby reducing the test cost.
In order to achieve the above object, the present invention provides a method for testing an interface, which comprises the following steps:
when an interface request sent by a test end is received, terminal information of the test end is obtained;
acquiring user information related to the terminal information;
acquiring a simulation rule set corresponding to the user information;
and generating response data corresponding to the interface request according to the simulation rule set so as to send the response data to the test end.
Optionally, the step of generating response data corresponding to the interface request according to the simulation rule set includes:
acquiring an interface corresponding to the interface request;
acquiring a simulation rule corresponding to the interface in the simulation rule set;
and generating response data corresponding to the interface request according to the simulation rule.
Optionally, before the step of generating response data corresponding to the interface request according to the simulation rule, the interface testing method further includes:
acquiring the state of the simulation rule;
and when the state of the simulation rule is the starting state, executing the step of generating response data corresponding to the interface request according to the simulation rule.
Optionally, the method for testing the interface further includes:
and when the state of the simulation rule is a non-enabled state, feeding back prompt information of response failure to the test end.
Optionally, the method for testing the interface further includes:
when a multiplexing instruction sent by a user side is received, a target simulation rule set and target user information corresponding to the multiplexing instruction are obtained;
and storing the target simulation rule set and the target user information in an associated manner.
Optionally, before the step of receiving the multiplexing instruction sent by the user side, the method further includes:
and when receiving a query instruction sent by the user side, sending a plurality of simulation rule sets corresponding to the user information and the user information to the user side so that a user of the user side triggers the multiplexing instruction through the plurality of simulation rule sets corresponding to the user information and the user information.
Optionally, after the step of obtaining the terminal information of the test end, the method for testing the interface further includes:
detecting whether user information related to the terminal information exists in the simulation server or not;
when the user information associated with the terminal information exists, executing the step of acquiring the user information associated with the terminal information;
and when the user information related to the terminal information does not exist, feeding back prompt information of response failure to the test end.
Optionally, the method for testing the interface further includes:
when receiving a correlation instruction sent by a user side, acquiring target terminal information and target user information corresponding to the correlation instruction;
detecting whether user information related to the target terminal information exists in the simulation server or not;
the user information related to the target terminal information does not exist, and the target terminal information and the target user information are stored in a related mode;
and when the user information associated with the terminal information exists, feeding back prompt information of association failure to the user side.
In addition, to achieve the above object, the present invention provides an interface testing apparatus, including: memory, a processor and a test program of an interface stored on the memory and executable on the processor, the test program of the interface implementing the steps of the method of testing an interface as described in any one of the above when executed by the processor.
In addition, to achieve the above object, the present invention further provides a computer readable storage medium having stored thereon a test program of an interface, which when executed by a processor, implements the steps of the method for testing an interface according to any one of the above.
According to the interface testing method, device and computer readable storage medium provided by the embodiment of the invention, when an interface request sent by a testing end is received, terminal information of the testing end is obtained, user information associated with the terminal information is obtained, a simulation rule set corresponding to the user information is obtained, and response data corresponding to the interface request is generated according to the simulation rule set so as to send the response data to the testing end. According to the invention, by acquiring the user information associated with the test terminal, acquiring the simulation rule set corresponding to the user information and completing the simulation test, the confusion between different test requirements of different testers and different test terminals is avoided, so that a plurality of testers can simultaneously test through the same simulation server, and the test cost is reduced.
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 testing method of an interface according to a first embodiment of the present invention;
FIG. 3 is a flowchart illustrating a testing method of an interface according to a second embodiment of the present invention;
fig. 4 is a flowchart illustrating a testing method of an interface according to a third 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
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 invention provides a solution, which avoids confusion between different test requirements of different testers and different test terminals by acquiring the user information associated with the test terminal, acquiring the simulation rule set corresponding to the user information and completing the simulation test, so that a plurality of testers can simultaneously test through the same simulation server, and the test cost is reduced.
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 in the embodiment of the invention is a testing device of an interface.
As shown in fig. 1, the terminal may include: a processor 1001, such as a CPU, a communication bus 1002, a memory 1003, and a network interface 1004. Wherein a communication bus 1002 is used to enable connective communication between these components. The network interface 1004 may optionally include a standard wired interface, a wireless interface (e.g., WI-FI interface). The memory 1003 may be a high-speed RAM memory or a non-volatile memory (e.g., a disk memory). The memory 1003 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 1003 as a computer-readable storage medium may include therein a test program of a network communication module and an interface.
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; and the processor 1001 may be configured to call a test program of an interface stored in the memory 1003, and perform the following operations:
when an interface request sent by a test end is received, terminal information of the test end is obtained;
acquiring user information related to the terminal information;
acquiring a simulation rule set corresponding to the user information;
and generating response data corresponding to the interface request according to the simulation rule set so as to send the response data to the test end.
Further, the processor 1001 may call the test program of the interface stored in the memory 1003, and also perform the following operations:
acquiring an interface corresponding to the interface request;
acquiring a simulation rule corresponding to the interface in the simulation rule set;
and generating response data corresponding to the interface request according to the simulation rule.
Further, the processor 1001 may call the test program of the interface stored in the memory 1003, and also perform the following operations:
acquiring the state of the simulation rule;
and when the state of the simulation rule is the starting state, executing the step of generating response data corresponding to the interface request according to the simulation rule.
Further, the processor 1001 may call the test program of the interface stored in the memory 1003, and also perform the following operations:
and when the state of the simulation rule is a non-enabled state, feeding back prompt information of response failure to the test end.
Further, the processor 1001 may call the test program of the interface stored in the memory 1003, and also perform the following operations:
when a multiplexing instruction sent by a user side is received, a target simulation rule set and target user information corresponding to the multiplexing instruction are obtained;
and storing the target simulation rule set and the target user information in an associated manner.
Further, the processor 1001 may call the test program of the interface stored in the memory 1003, and also perform the following operations:
and when receiving a query instruction sent by the user side, sending a plurality of simulation rule sets corresponding to the user information and the user information to the user side so that a user of the user side triggers the multiplexing instruction through the plurality of simulation rule sets corresponding to the user information and the user information.
Further, the processor 1001 may call the test program of the interface stored in the memory 1003, and also perform the following operations:
detecting whether user information related to the terminal information exists in the simulation server or not;
when the user information associated with the terminal information exists, executing the step of acquiring the user information associated with the terminal information;
and when the user information related to the terminal information does not exist, feeding back prompt information of response failure to the test end.
Further, the processor 1001 may call the test program of the interface stored in the memory 1003, and also perform the following operations:
when receiving a correlation instruction sent by a user side, acquiring target terminal information and target user information corresponding to the correlation instruction;
detecting whether user information related to the target terminal information exists in the simulation server or not;
the user information related to the target terminal information does not exist, and the target terminal information and the target user information are stored in a related mode;
and when the user information associated with the terminal information exists, feeding back prompt information of association failure to the user side.
Referring to fig. 2, in an embodiment, the method for testing the interface includes the following steps:
step S10, when receiving an interface request sent by a test end, acquiring terminal information of the test end;
step S20, acquiring user information associated with the terminal information;
in this embodiment, the interface test apparatus is described by taking an analog (mock) server as an example. The mock server stores a plurality of pieces of preset terminal information, and each piece of preset terminal information can be bound with the user information so as to realize the association between the terminal information and the user information.
When a tester tests, if the mock server receives an interface request sent by a testing end, terminal information of the testing end sending the interface request is obtained. The terminal information may be any mark information for distinguishing different test terminals, for example, the terminal information may be a network address, a name, a custom symbol, and the like of the test terminal. After the terminal information of the testing terminal sending the interface request is obtained, according to a plurality of preset terminal information stored by the mock server, user information related to the preset terminal information which is the same as the terminal information is obtained and is used as the user information related to the terminal information. The user information may be any flag information for distinguishing different users.
Optionally, after the simulation server obtains the terminal information of the test terminal, it may further detect whether the user information associated with the terminal information exists in the simulation server, and if the user information associated with the terminal information exists, it indicates that there is a test person using the test terminal and the test terminal is bound, so that the step of obtaining the user information associated with the terminal information may be performed. If no user information related to the terminal information exists, the test end is not bound, if response data are fed back to the test end, a tester using the test end cannot be distinguished, crosstalk between the test end and a simulation rule set is caused, and simulation test is disordered, so that prompt information of response failure can be fed back to the test end to prompt the tester of the test end that the test end is not bound.
Optionally, the user may bind the terminal information and the user information to avoid crosstalk between the test end and the simulation rule set, which may cause confusion of the simulation test. Specifically, when receiving a correlation instruction sent by a user side, the simulation server obtains target terminal information and target user information corresponding to the correlation instruction, and detects whether user information related to the target terminal information exists in the simulation server. If the user information associated with the terminal information exists, the test end corresponding to the target terminal information is bound by other testers, and cannot be bound again, so that prompt information of association failure can be fed back to the user side to prompt the user that the test end is bound. If the user information related to the target terminal information does not exist, the testing end corresponding to the target terminal information is in an idle state at present and can be bound and used, so that the target terminal information and the target user information can be stored in a related mode, and the user information related to the terminal information can be acquired in the subsequent testing process. It should be noted that the same user information can bind multiple pieces of terminal information, and the same terminal information can only bind one piece of user information, so that a tester can perform simulation tests on multiple test terminals. And the crosstalk of the test end and the chaos of the simulation test are avoided by binding the terminal information and the user information.
Step S30, acquiring a simulation rule set corresponding to the user information;
step S40, generating response data corresponding to the interface request according to the simulation rule set, so as to send the response data to the test end.
In this embodiment, the mock server stores a plurality of pieces of preset user information, and each piece of user information may correspond to the simulation rule set. After the user information associated with the terminal information is obtained, a simulation rule set corresponding to the user information is obtained according to a plurality of preset user information stored by the mock server. The simulation rule set comprises a plurality of simulation rules, each simulation rule corresponds to one mock object, and the mock server can feed back response data to the test terminal according to the mock object so as to realize simulation test. Therefore, after the mock server obtains the simulation rule set, response data corresponding to the interface request is generated according to the simulation rule set, so that the response data are sent to the test end, and the simulation test of the interface is realized.
In the technical scheme disclosed in this embodiment, by acquiring the user information associated with the test terminal, and then acquiring the simulation rule set corresponding to the user information and completing the simulation test, confusion between different test requirements of different testers and different test terminals is avoided, so that a plurality of testers can simultaneously test through the same simulation server, and the test cost is reduced.
In another embodiment, as shown in fig. 3, on the basis of the embodiment shown in fig. 2, the step S40 includes:
step S41, acquiring an interface corresponding to the interface request;
step S42, acquiring the simulation rule corresponding to the interface in the simulation rule set;
in this embodiment, when an interface request sent by a test end is received, an interface corresponding to the interface request is obtained. After acquiring the simulation rule set corresponding to the user information associated with the terminal information, acquiring the simulation rule corresponding to the interface in the simulation rule set, namely the mock object corresponding to the interface.
And step S43, generating response data corresponding to the interface request according to the simulation rule.
In this embodiment, after the simulation rule corresponding to the interface is obtained, response data corresponding to the interface request is generated according to the simulation rule. Specifically, the simulation rule includes a plurality of different simulation scenarios, so as to determine a scenario to be simulated according to the interface request, and use data corresponding to the scenario to be simulated as response data.
Optionally, before the step of generating the response data corresponding to the interface request according to the simulation rule, the state of the simulation rule may be further obtained, if the state of the simulation rule is an enabled state, the simulation rule is available, and the step of generating the response data corresponding to the interface request according to the simulation rule may be executed, if the state of the simulation rule is an disabled state, the simulation rule is unavailable, and a prompt message indicating that the response fails is fed back to the test end, so that a tester at the test end knows that the simulation rule is unavailable. Moreover, the tester can modify the state of the simulation rule stored in the simulation server through the user end, so that the tester can manage a plurality of test rules, and the test efficiency is improved.
In the technical scheme disclosed in this embodiment, a simulation rule corresponding to an interface request is obtained, and response data corresponding to the interface request is generated according to the simulation rule, so as to implement a simulation test of the interface.
In yet another embodiment, as shown in fig. 4, on the basis of any one of the embodiments shown in fig. 2 to 3, the method for testing the interface further includes:
step S01, when receiving a multiplexing instruction sent by a user terminal, acquiring a target simulation rule set and target user information corresponding to the multiplexing instruction;
in this embodiment, the test system of the interface includes the simulation server, the user side, and the test side, where the test side performs data interaction with the simulation server for simulation test of the interface, and the user side performs data interaction with the simulation server for management of the terminal information, the user information, and the simulation rule set stored in the simulation server side.
And when receiving the multiplexing instruction sent by the user side, the simulation server acquires a target simulation rule set and target user information corresponding to the multiplexing instruction so as to multiplex the target simulation rule set to the user corresponding to the target user information.
Optionally, before receiving the multiplexing instruction sent by the user side, the tester may also access at least one of the terminal information, the user information, the simulation rule set, and the corresponding relationship thereof stored on the simulation server through the user side, so that the user of the user side may trigger the multiplexing instruction through the plurality of user information, the simulation rule set corresponding to the user information, and the like. For example, when receiving a query instruction sent by a user, the simulation server sends a plurality of user information and simulation rule sets corresponding to the user information to the user, so that the user can view, manage, trigger a multiplexing instruction, and the like.
And step S02, storing the target simulation rule set in association with the target user information.
In this embodiment, after acquiring the target simulation rule set and the target user information, the simulation server copies the target simulation rule set, and stores the copied target simulation rule set in association with the target user information, thereby completing the multiplexing process. Therefore, during subsequent testing, the target simulation rule set corresponding to the target user information can be directly obtained, and testers do not need to recreate the simulation rule set, so that the testing efficiency is improved.
In the technical scheme disclosed in this embodiment, when a multiplexing instruction sent by a user side is received, a target simulation rule set and target user information corresponding to the multiplexing instruction are obtained, and the target simulation rule set and the target user information are stored in an associated manner, so that the simulation rule set can be multiplexed from one user to another user without rewriting a simulation rule by the user, and the test efficiency is improved.
In addition, an embodiment of the present invention further provides a device for testing an interface, where the device for testing an interface includes: the test program of the interface is stored on the memory and can be operated on the processor, and when being executed by the processor, the test program of the interface realizes the steps of the test method of the interface according to the above embodiments.
In addition, an embodiment of the present invention further provides a computer-readable storage medium, where a test program of an interface is stored on the computer-readable storage medium, and the test program of the interface implements the steps of the interface test method according to the above embodiments when executed by a processor.
It should be noted that, in this document, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or system 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 system. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other like elements in a process, method, article, or system that comprises the element.
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 not intended to limit the scope of the present invention, and all modifications of equivalent structures and equivalent processes, which are made by using the contents of the present specification and the accompanying drawings, or directly or indirectly applied to other related technical fields, are included in the scope of the present invention.

Claims (10)

1. A method for testing an interface is characterized by comprising the following steps:
when an interface request sent by a test end is received, terminal information of the test end is obtained;
acquiring user information related to the terminal information;
acquiring a simulation rule set corresponding to the user information;
and generating response data corresponding to the interface request according to the simulation rule set so as to send the response data to the test end.
2. The method for testing an interface of claim 1, wherein the step of generating response data corresponding to the interface request according to the simulation rule set comprises:
acquiring an interface corresponding to the interface request;
acquiring a simulation rule corresponding to the interface in the simulation rule set;
and generating response data corresponding to the interface request according to the simulation rule.
3. The method for testing an interface of claim 2, wherein before the step of generating the response data corresponding to the interface request according to the simulation rule, the method for testing an interface further comprises:
acquiring the state of the simulation rule;
and when the state of the simulation rule is the starting state, executing the step of generating response data corresponding to the interface request according to the simulation rule.
4. The method for testing an interface of claim 3, further comprising:
and when the state of the simulation rule is a non-enabled state, feeding back prompt information of response failure to the test end.
5. The method for testing an interface of claim 1, further comprising:
when a multiplexing instruction sent by a user side is received, a target simulation rule set and target user information corresponding to the multiplexing instruction are obtained;
and storing the target simulation rule set and the target user information in an associated manner.
6. The method for testing an interface of claim 5, wherein the step of receiving the multiplexing command sent by the user side further comprises:
and when receiving a query instruction sent by the user side, sending a plurality of simulation rule sets corresponding to the user information and the user information to the user side so that a user of the user side triggers the multiplexing instruction through the plurality of simulation rule sets corresponding to the user information and the user information.
7. The method for testing an interface according to claim 1, wherein after the step of obtaining the terminal information of the test terminal, the method for testing an interface further comprises:
detecting whether user information related to the terminal information exists in the simulation server or not;
when the user information associated with the terminal information exists, executing the step of acquiring the user information associated with the terminal information;
and when the user information related to the terminal information does not exist, feeding back prompt information of response failure to the test end.
8. The method for testing an interface of claim 1, further comprising:
when receiving a correlation instruction sent by a user side, acquiring target terminal information and target user information corresponding to the correlation instruction;
detecting whether user information related to the target terminal information exists in the simulation server or not;
the user information related to the target terminal information does not exist, and the target terminal information and the target user information are stored in a related mode;
and when the user information associated with the terminal information exists, feeding back prompt information of association failure to the user side.
9. An apparatus for testing an interface, the apparatus comprising: memory, a processor and a test program of an interface stored on the memory and executable on the processor, the test program of the interface implementing the steps of the test method of an interface according to any one of claims 1 to 8 when executed by the processor.
10. A computer-readable storage medium, characterized in that the computer-readable storage medium has stored thereon a test program of an interface, which when executed by a processor implements the steps of the method of testing an interface according to any one of claims 1 to 8.
CN201911321425.1A 2019-12-19 2019-12-19 Interface testing method and device and computer readable storage medium Active CN111124908B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911321425.1A CN111124908B (en) 2019-12-19 2019-12-19 Interface testing method and device and computer readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911321425.1A CN111124908B (en) 2019-12-19 2019-12-19 Interface testing method and device and computer readable storage medium

Publications (2)

Publication Number Publication Date
CN111124908A true CN111124908A (en) 2020-05-08
CN111124908B CN111124908B (en) 2023-05-16

Family

ID=70500441

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911321425.1A Active CN111124908B (en) 2019-12-19 2019-12-19 Interface testing method and device and computer readable storage medium

Country Status (1)

Country Link
CN (1) CN111124908B (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113760703A (en) * 2020-09-07 2021-12-07 北京沃东天骏信息技术有限公司 Method, device and equipment for generating Mock data and storage medium
CN114696894A (en) * 2022-05-31 2022-07-01 深圳市华迅光通信有限公司 Testing method and device of passive optical network equipment and readable storage medium

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070171834A1 (en) * 2006-01-24 2007-07-26 Cisco Technology, Inc. Method and system for testing provisioned services in a network
WO2016201849A1 (en) * 2015-06-16 2016-12-22 中兴通讯股份有限公司 Simulation test method and device, service simulator and storage medium
CN108268372A (en) * 2017-07-24 2018-07-10 深圳壹账通智能科技有限公司 Mock test processing methods, device, storage medium and computer equipment
CN110309058A (en) * 2019-05-24 2019-10-08 平安银行股份有限公司 Business end test method, device, computer installation and computer storage medium

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070171834A1 (en) * 2006-01-24 2007-07-26 Cisco Technology, Inc. Method and system for testing provisioned services in a network
WO2016201849A1 (en) * 2015-06-16 2016-12-22 中兴通讯股份有限公司 Simulation test method and device, service simulator and storage medium
CN108268372A (en) * 2017-07-24 2018-07-10 深圳壹账通智能科技有限公司 Mock test processing methods, device, storage medium and computer equipment
CN110309058A (en) * 2019-05-24 2019-10-08 平安银行股份有限公司 Business end test method, device, computer installation and computer storage medium

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
梁晟,李明树,梁金能,陈振冲: "一种模拟驱动的Web应用程序性能测试方法", 计算机研究与发展 *

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113760703A (en) * 2020-09-07 2021-12-07 北京沃东天骏信息技术有限公司 Method, device and equipment for generating Mock data and storage medium
CN114696894A (en) * 2022-05-31 2022-07-01 深圳市华迅光通信有限公司 Testing method and device of passive optical network equipment and readable storage medium
CN114696894B (en) * 2022-05-31 2022-11-08 深圳市华迅光通信有限公司 Testing method and device of passive optical network equipment and readable storage medium

Also Published As

Publication number Publication date
CN111124908B (en) 2023-05-16

Similar Documents

Publication Publication Date Title
CN108039969B (en) Network automatic configuration method, device, system, storage medium and target computer
CN109558320B (en) System testing method, device, system, equipment and computer readable storage medium
CN107241315B (en) Access method and device of bank gateway interface and computer readable storage medium
CN111124908A (en) Interface testing method and device and computer readable storage medium
CN108683556B (en) Method and device for detecting functional state of network card and computer storage medium
CN105389263A (en) Method, system and equipment for monitoring application software permissions
CN110659206A (en) Simulation architecture establishing method, device, medium and electronic equipment based on microservice
CN109165017A (en) Data verification method, device and computer storage medium
CN111026672A (en) Test method, terminal equipment and mock server
US11914505B2 (en) API adapter test system, API adapter test assistance device, API adapter test assistance method, and API adapter test assistance program
CN109587351B (en) Call testing method, device, equipment and storage medium
CN112114826A (en) Burning management method, device, platform and storage medium
CN108345508B (en) Interface call testing method and device
CN109951549B (en) Network page access method and device and computer readable storage medium
CN112698930A (en) Method, device, equipment and medium for obtaining server identification
CN105119944B (en) Application starting method and related device
CN110597520A (en) Server, deployment method thereof and computer-readable storage medium
CN110704307A (en) Application product testing method and device, user equipment and computer storage medium
CN111159048A (en) Application program testing method and device and computer readable storage medium
CN113992515B (en) System configuration method, device, equipment and storage medium
CN110225097B (en) Information processing method, device and storage medium
CN108306937A (en) Sending method, acquisition methods, server and the storage medium of short message verification code
CN111176591B (en) Print auditing method, device, equipment and medium based on CUPS system
CN111078571B (en) Test method for analog response, terminal equipment and computer readable storage medium
CN114356346A (en) Application program deployment method, device, storage medium and electronic equipment

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant