CN109117290B - Interface simulation method and device - Google Patents

Interface simulation method and device Download PDF

Info

Publication number
CN109117290B
CN109117290B CN201810945099.0A CN201810945099A CN109117290B CN 109117290 B CN109117290 B CN 109117290B CN 201810945099 A CN201810945099 A CN 201810945099A CN 109117290 B CN109117290 B CN 109117290B
Authority
CN
China
Prior art keywords
interface
operating system
request
hardware
module
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.)
Active
Application number
CN201810945099.0A
Other languages
Chinese (zh)
Other versions
CN109117290A (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.)
Zhengzhou Yunhai Information Technology Co Ltd
Original Assignee
Zhengzhou Yunhai 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 Zhengzhou Yunhai Information Technology Co Ltd filed Critical Zhengzhou Yunhai Information Technology Co Ltd
Priority to CN201810945099.0A priority Critical patent/CN109117290B/en
Publication of CN109117290A publication Critical patent/CN109117290A/en
Application granted granted Critical
Publication of CN109117290B publication Critical patent/CN109117290B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/547Remote procedure calls [RPC]; Web services
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/362Software debugging

Landscapes

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

Abstract

The invention discloses an interface simulation method and device. The method comprises the following steps: calling an operating system to respectively execute all operation modes by adopting a software interface of the operating system and a hardware interface request of hardware equipment where the operating system is located; recording initial information of each interface, all operation modes requested to be executed by each interface and return results corresponding to each operation mode respectively; when receiving an interface acquisition request sent by a demand side of an interface, sending all recorded operation modes executed by each interface request to the demand side of the interface; and sending the corresponding return result to the interface requiring party according to the interface and the operation mode of the interface, which are included in the simulation operation request sent by the interface requiring party. Through the steps, the user at the demand end of the interface can simulate and request to carry out various operations through the interface, and obtains the return result corresponding to the executed operation, without actually accessing the interface or spending time on debugging the interface.

Description

Interface simulation method and device
Technical Field
The invention relates to the field of computer software and hardware research and development, in particular to an interface simulation method and device.
Background
The interface is a bridge for directly integrating different systems in the software and hardware development process. In the current development process, different development teams mainly communicate by providing interface documents. However, communication in a document manner is often not intuitive, which is reflected in that a developer cannot actually access an interface in a development process (unless extra effort is consumed to write a set of program to access the interface), which brings risks to subsequent system integration steps, and often requires that the developer consumes a lot of time to debug the interface during system integration.
Disclosure of Invention
In order to solve the above technical problem, the present invention provides an interface simulation method and apparatus, which can record the operation mode requested to be executed and the corresponding return result.
In order to achieve the object of the present invention, the present invention provides an interface simulation method, including the steps of:
calling an operating system to respectively execute all operation modes by adopting a software interface of the operating system and a hardware interface request of hardware equipment where the operating system is located;
when an operating system requests to execute all operations by adopting a software interface and a hardware interface, recording initial information of each interface, all operation modes requested to be executed by each interface and return results corresponding to the operation modes according to the interfaces and the operation modes thereof;
when receiving an interface acquisition request sent by a demand side of an interface, sending all recorded operation modes executed by each interface request to the demand side of the interface;
and sending the corresponding return result to the interface requiring party according to the interface and the operation mode of the interface in the simulation operation request sent by the interface requiring party.
Further, in an optional embodiment, the initial information of the interface includes:
the protocol used by the interface and the incoming parameters of the interface.
Further, in an optional embodiment, before the step of calling the operating system to use its software interface and the hardware interface of the hardware device where the operating system is located to request to execute all operations, the method further includes:
inquiring whether the operating system adopts a software interface of the operating system and a hardware interface of a hardware device where the operating system is located to request to execute all operations:
if not, executing a step of calling the operating system to adopt the software interface of the operating system and a hardware interface of the hardware equipment where the operating system is located to request to execute all operations;
if so, inquiring whether the software interface of the operating system or the hardware interface of the hardware device where the operating system is located is changed after requesting to execute all operations, and if so, executing the step of calling the software interface of the operating system and the hardware interface of the hardware device where the operating system is located to request to execute all operation modes by using the changed interface.
Further, in an optional embodiment, after the step of sending the corresponding return result to the demander of the interface, the method further includes:
inquiring whether a return result is modified or not from a demand side of the interface;
and if the return result is modified, acquiring the modified return result for backup.
Further, in an optional embodiment, the step of recording initial information of each interface, all operation modes requested to be executed by each interface, and return results corresponding to each operation mode according to the interfaces and the operation modes thereof includes:
judging whether the interface is an interface called by external or a local;
if the interface is called by the outside, when the operation requested to be executed by the demand side of the interface is received and the corresponding return result is generated, the transmitted data packet is filtered to capture and record the initial information of each interface, all the operation modes requested to be executed by each interface and the return result corresponding to each operation mode.
On the other hand, the embodiment of the invention provides an interface simulation device, which comprises a request operation module, a recording module, a request sending module and a return result sending module; wherein the content of the first and second substances,
the request operation module is used for calling the software interface of the operating system and the hardware interface request of the hardware equipment where the operating system is located to respectively execute all operation modes;
the recording module is used for: when an operating system requests to execute all operations by adopting a software interface and a hardware interface, recording initial information of each interface, all operation modes requested to be executed by each interface and return results corresponding to the operation modes according to the interfaces and the operation modes thereof;
the request sending module is used for: when receiving an interface acquisition request sent by a demand side of an interface, sending all recorded operation modes executed by each interface request to the demand side of the interface; and is
The return result sending module is used for: and sending the corresponding return result to the interface requiring party according to the interface and the operation mode of the interface in the simulation operation request sent by the interface requiring party.
Further, in an optional embodiment, the initial information of the interface includes:
the protocol used by the interface and the incoming parameters of the interface.
Further, in an optional embodiment, the apparatus further comprises an inquiry module and a change interface recording module; wherein the content of the first and second substances,
the query module is used for: before the request operation module calls the operation system to adopt the software interface of the operation system and the hardware interface request of the hardware equipment where the operation system is located to respectively execute all operation modes, inquiring whether the operation system adopts the software interface of the operation system and the hardware interface request of the hardware equipment where the operation system is located to execute all operations;
the request operation module is used for: if the query module queries that the operating system does not adopt the software interface of the operating system and the hardware interface of the hardware equipment where the operating system is located to request to execute all operations, the step of calling the operating system to adopt the software interface of the operating system and the hardware interface of the hardware equipment where the operating system is located to request to execute all operations is executed;
the query module is further to: if the software interface of the operating system and the hardware interface of the hardware equipment where the operating system is located are inquired to request to execute all operations, whether the software interface of the operating system or the hardware interface of the hardware equipment where the operating system is located is changed after all operations are requested to be executed is inquired;
the change interface recording module is used for: and if the query interface queries that the interface is changed after all operations are requested to be executed, executing the step of calling the operating system to use the software interface of the operating system and the hardware interface of the hardware device where the operating system is located to request to execute all operation modes by using the changed interface.
Further, in an optional embodiment, the apparatus further includes a modification query module and a modification backup module:
the modification query module is to: inquiring whether a return result is modified or not from a demand side of the interface;
the modified backup module is to: and if the modification query module queries that the return result is modified, acquiring the modified return result for backup.
Further, in an optional embodiment, the recording module is configured to:
judging whether the interface is an interface called by external or a local;
if the interface is called by the outside, when the operation requested to be executed by the demand side of the interface is received and the corresponding return result is generated, the transmitted data packet is filtered to capture and record the initial information of each interface, all the operation modes requested to be executed by each interface and the return result corresponding to each operation mode.
The method and the device have the advantages that through the steps, all operation data of all the interfaces can be recorded in advance, the operation data are sent to the demand end of the interfaces, a user of the demand end of the interfaces can simulate and request to carry out various operations through the interfaces, return results corresponding to the executed operations are obtained, the interfaces do not need to be accessed actually, and time does not need to be spent on debugging the interfaces.
Additional features and advantages of the invention will be set forth in the description which follows, and in part will be obvious from the description, or may be learned by practice of the invention. The objectives and other advantages of the invention will be realized and attained by the structure particularly pointed out in the written description and claims hereof as well as the appended drawings.
Drawings
The accompanying drawings are included to provide a further understanding of the invention and are incorporated in and constitute a part of this specification, illustrate embodiments of the invention and together with the example serve to explain the principles of the invention and not to limit the invention.
Fig. 1 is a flowchart of a simulation method of an interface according to an embodiment of the present invention;
fig. 2 is a block diagram of an analog device of an interface according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, embodiments of the present invention will be described in detail below with reference to the accompanying drawings. It should be noted that the embodiments and features of the embodiments in the present application may be arbitrarily combined with each other without conflict.
The steps illustrated in the flow charts of the figures may be performed in a computer system such as a set of computer-executable instructions. Also, while a logical order is shown in the flow diagrams, in some cases, the steps shown or described may be performed in an order different than here.
In one aspect, an embodiment of the present invention provides a method for simulating an interface, as shown in fig. 1, the method includes steps S101 to S107.
Step S101, calling the operating system to adopt the software interface of the operating system and the hardware interface request of the hardware equipment where the operating system is located to respectively execute all the operating modes.
In a practical application environment, it can be determined that a developer of an interface definitely owns a complete experimental environment, and such an experimental environment is often not owned by the outside, so that in order to enable the outside (or a demander of the interface) to use the interface without consuming a large amount of time to debug the interface, the developer of the interface needs to completely request each interface through step S101 of the method, so as to record an access manner and a return result of each interface in detail, and then the developer of the interface can provide the interface data to the demander of the interface.
On the other hand, the interface demander often does not have a complete experimental environment (for example, a large-scale cluster server system) in the opening process, and at this time, the interface demander can simulate the interface service only by adopting the interface data provided by the interface developer in the method, so that the interface service can be developed more conveniently. The operation modes include GET, POST, PUT, Delete, HEAD and Options.
Step S103, when the operating system requests to execute all operations by adopting the software interface and the hardware interface, the initial information of each interface, all operation modes requested to be executed by each interface and the corresponding return results of each operation mode are recorded according to the interfaces and the operation modes thereof.
Step S105, when receiving the interface acquisition request sent by the interface demander, sends all the recorded operation modes executed by each interface request to the interface demander.
The interface acquisition request is sent by a demand side with an interface and is used for enabling the demand side with the interface to acquire all operation modes of each interface.
Step S107, according to the interface and the operation mode of the interface in the simulation operation request sent by the interface demander, sending the corresponding return result to the interface demander.
The method and the device have the advantages that through the steps, all operation data of all the interfaces can be recorded in advance, the operation data are sent to the demand end of the interfaces, a user of the demand end of the interfaces can simulate and request to carry out various operations through the interfaces, return results corresponding to the executed operations are obtained, the interfaces do not need to be accessed actually, and time does not need to be spent on debugging the interfaces.
Further, in an optional embodiment, the initial information of the interface includes: the protocol used by the interface and the incoming parameters of the interface. However, the initial information of the interface is not limited to the protocol and the incoming parameters.
Further, in an optional embodiment, before step S101, the method further includes:
inquiring whether the operating system adopts a software interface of the operating system and a hardware interface of a hardware device where the operating system is located to request to execute all operations:
if the software interface of the operating system and the hardware interface of the hardware equipment where the operating system is located are not adopted to request to execute all operations, executing a step of calling the operating system to adopt the software interface of the operating system and the hardware interface of the hardware equipment where the operating system is located to request to execute all operations;
if the software interface of the operating system and the hardware interface of the hardware device where the operating system is located are adopted to request to execute all operations, whether the software interface of the operating system or the hardware interface of the hardware device where the operating system is located is changed after the software interface of the operating system or the hardware interface of the hardware device where the operating system is located is requested to execute all operations is inquired, and if the software interface of the operating system or the hardware interface of the hardware device where the operating system is located is changed, the changed interface is adopted to execute a step of calling the software interface of the operating system and the hardware interface of the hardware device where the operating system is located to request to execute all operation modes.
By the above mode, for the interface which has recorded the interface data, the workload of recording the data of the interface can be reduced; in the case where the interface data has been recorded and there is a change in the interface, the recording work can be performed only for the changed interface, and the amount of work for recording the data of the interface can also be reduced.
Further, in an optional embodiment, after step S107, the method further includes: inquiring whether a return result is modified or not from a demand side of the interface;
and if the return result is modified, acquiring the modified return result for backup.
Since the interface demander can adjust the interface according to the requirement of the interface, the return result is modified to a certain extent, so that the modified return result is obtained here, and the modified return data is backed up, so that the modified return data or the initial return data can be returned when the interface is applied in the future.
Further, in an optional embodiment, step S103 includes:
judging whether the interface is an interface called by external or a local;
if the interface is called by the outside, when the operation requested to be executed by the demand side of the interface is received and the corresponding return result is generated, the transmitted data packet is filtered to capture and record the initial information of each interface, all the operation modes requested to be executed by each interface and the return result corresponding to each operation mode.
Here, the interface called externally may be, for example, an HTTP interface, and since the process of the HTTP request includes the sub-steps of domain name resolution, initiating a 3-way handshake of TCP, initiating the HTTP request after establishing a TCP connection, and responding to the HTTP request by the server, when the execution main body of the present invention performs HTTP communication with the requesting party of the interface, not all the contents in the data packet are the initial information of the interface required by the simulation interface, the operation mode of the interface request execution, and the corresponding return result; therefore, the transmitted data packets need to be filtered to capture and record the initial information of each interface, all operation modes requested to be executed by each interface, and the return results corresponding to each operation mode. When receiving the simulation operation request sent by the interface demander, the interface demander is provided with HTTP service, and the initial information of each interface which is captured and recorded, all operation modes requested to be executed by each interface and the return results corresponding to each operation mode are returned, at this time, the execution main body of the invention is an independent HTTP server.
The interface may also be an interface that is called locally, for example, it may be a system-called interface or a command line interface (a command line interface is a user-provided interface that may be prompted by an operating system or an application program, and a user may use several ports of the command line to enter a command in a particular line to obtain a return result). For the locally invoked interface, the process similar to the HTTP request does not exist, including the sub-steps of domain name resolution, initiating 3-way handshake of TCP, initiating the HTTP request after establishing the TCP connection, and responding to the HTTP request by the server, so that only the initial information of each interface, all the operation modes executed by each interface request, and the return results corresponding to each operation mode need to be directly recorded during recording.
On the other hand, the embodiment of the present invention provides a simulation apparatus of an interface, as shown in fig. 2, the apparatus includes a request operation module 201, a recording module 203, a request sending module 205, and a return result sending module 207.
The request operation module 201 is configured to call the operating system to use its software interface and a hardware interface request of a hardware device where the operating system is located to respectively execute all operation modes;
the recording module 203 is configured to: when an operating system requests to execute all operations by adopting a software interface and a hardware interface, recording initial information of each interface, all operation modes requested to be executed by each interface and return results corresponding to the operation modes according to the interfaces and the operation modes thereof;
the request sending module 205 is configured to: when receiving an interface acquisition request sent by a demand side of an interface, sending all recorded operation modes executed by each interface request to the demand side of the interface; and is
The returned result sending module 207 is configured to: and sending the corresponding return result to the interface requiring party according to the interface and the operation mode of the interface in the simulation operation request sent by the interface requiring party.
The method and the device have the advantages that through the steps, all operation data of all the interfaces can be recorded in advance, the operation data are sent to the demand end of the interfaces, a user of the demand end of the interfaces can simulate and request to carry out various operations through the interfaces, return results corresponding to the executed operations are obtained, the interfaces do not need to be accessed actually, and time does not need to be spent on debugging the interfaces.
Further, in an optional embodiment, the initial information of the interface includes:
the protocol used by the interface and the incoming parameters of the interface.
Further, in an optional embodiment, the apparatus further comprises an inquiry module and a change interface recording module; wherein the content of the first and second substances,
the query module is used for: before the request operation module 201 calls the operating system to use the software interface of the operating system and the hardware interface request of the hardware device where the operating system is located to respectively execute all operation modes, whether the operating system already uses the software interface of the operating system and the hardware interface request of the hardware device where the operating system is located to execute all operations is inquired;
the request operation module is used for: if the query module queries that the operating system does not adopt the software interface of the operating system and the hardware interface of the hardware equipment where the operating system is located to request to execute all operations, the step of calling the operating system to adopt the software interface of the operating system and the hardware interface of the hardware equipment where the operating system is located to request to execute all operations is executed;
the query module is further to: if the software interface of the operating system and the hardware interface of the hardware equipment where the operating system is located are inquired to request to execute all operations, whether the software interface of the operating system or the hardware interface of the hardware equipment where the operating system is located is changed after all operations are requested to be executed is inquired;
the change interface recording module is used for: and if the query interface queries that the interface is changed after all operations are requested to be executed, executing the step of calling the operating system to use the software interface of the operating system and the hardware interface of the hardware device where the operating system is located to request to execute all operation modes by using the changed interface.
Further, in an optional embodiment, the apparatus further includes a modification query module and a modification backup module:
the modification query module is to: inquiring whether a return result is modified or not from a demand side of the interface;
the modified backup module is to: and if the modification query module queries that the return result is modified, acquiring the modified return result for backup.
Further, in an optional embodiment, the recording module 203 is configured to:
judging whether the interface is an interface called by external or a local;
if the interface is called by the outside, when the operation requested to be executed by the demand side of the interface is received and the corresponding return result is generated, the transmitted data packet is filtered to capture and record the initial information of each interface, all the operation modes requested to be executed by each interface and the return result corresponding to each operation mode.
Although the embodiments of the present invention have been described above, the above description is only for the convenience of understanding the present invention, and is not intended to limit the present invention. It will be understood by those skilled in the art that various changes in form and details may be made therein without departing from the spirit and scope of the invention as defined by the appended claims.

Claims (8)

1. A method for simulating an interface, comprising the steps of:
calling an operating system to respectively execute all operating modes by adopting a software interface of the operating system and a hardware interface request of hardware equipment where the operating system is located;
when the operating system adopts the software interface and the hardware interface to request to execute all operations, judging whether the interface is an interface called by the outside or an interface called by the local; if the interface is called by the outside, when receiving the operation requested to be executed by the demander of the interface and generating a corresponding return result, filtering the transmitted data packet to capture and record the initial information of each interface, all operation modes requested to be executed by each interface and the return result corresponding to each operation mode; if the interface is the interface which is called locally, directly recording the initial information of each interface, all operation modes which are requested to be executed by each interface and return results which respectively correspond to each operation mode;
when receiving an interface acquisition request sent by a demand side of an interface, sending all recorded operation modes executed by each interface request to the demand side of the interface;
and sending the corresponding return result to the interface demand side according to the interface indicated in the simulation operation request sent by the interface demand side and the operation mode of the interface.
2. The method of claim 1, wherein the initial information of the interface comprises:
the protocol used by the interface and the incoming parameters of the interface.
3. The method of claim 1, wherein before the step of calling the operating system to request to perform all operations using its software interface and the hardware interface of the hardware device where the operating system is located, the method further comprises:
inquiring whether the operating system adopts a software interface of the operating system and a hardware interface of the hardware equipment where the operating system is located to request to execute all operations:
if not, executing the step that the calling operating system adopts the software interface of the calling operating system and the hardware interface of the hardware equipment where the operating system is located to request to execute all operations;
if so, inquiring whether the software interface of the operating system or the hardware interface of the hardware equipment where the operating system is located is changed after all operations are requested to be executed, and if so, executing the step of calling the software interface of the operating system and the hardware interface of the hardware equipment where the operating system is located to request to execute all operation modes by using the changed interface.
4. The method of claim 1, wherein after the step of sending the corresponding returned result to the requestor of the interface, the method further comprises:
inquiring whether the returned result is modified or not from the demander of the interface;
and if the return result is modified, acquiring the modified return result for backup.
5. The interface simulation device is characterized by comprising a request operation module, a recording module, a request sending module and a return result sending module; wherein the content of the first and second substances,
the request operation module is used for calling the software interface of the operating system and the hardware interface of the hardware equipment where the operating system is located to request to respectively execute all operation modes;
the recording module is used for: when the operating system adopts the software interface and the hardware interface to request to execute all operations, judging whether the interface is an interface called by the outside or an interface called by the local; if the interface is called by the outside, when receiving the operation requested to be executed by the demander of the interface and generating a corresponding return result, filtering the transmitted data packet to capture and record the initial information of each interface, all operation modes requested to be executed by each interface and the return result corresponding to each operation mode; if the interface is the interface which is called locally, directly recording the initial information of each interface, all operation modes which are requested to be executed by each interface and return results which respectively correspond to each operation mode;
the request sending module is used for: when receiving an interface acquisition request sent by a demand side of an interface, sending all recorded operation modes executed by each interface request to the demand side of the interface;
the return result sending module is used for: and sending the corresponding return result to the interface demand side according to the interface indicated in the simulation operation request sent by the interface demand side and the operation mode of the interface.
6. The apparatus of claim 5, wherein the initial information of the interface comprises:
the protocol used by the interface and the incoming parameters of the interface.
7. The apparatus of claim 5, further comprising a query module and a change interface recording module; wherein the content of the first and second substances,
the query module is configured to: before the request operation module calls an operation system to adopt a software interface of the operation system and a hardware interface request of hardware equipment where the operation system is located to respectively execute all operation modes, inquiring whether the operation system adopts the software interface of the operation system and the hardware interface request of the hardware equipment where the operation system is located to execute all operations;
the request operation module is used for: if the query module queries that the operating system does not adopt the software interface of the operating system and the hardware interface of the hardware equipment where the operating system is located to request to execute all operations, executing the step that the calling operating system adopts the software interface of the calling operating system and the hardware interface of the hardware equipment where the operating system is located to request to execute all operations;
the query module is further configured to: if the software interface of the operating system and the hardware interface of the hardware equipment where the operating system is located are inquired to request to execute all operations, whether the software interface of the operating system or the hardware interface of the hardware equipment where the operating system is located is changed after all operations are requested to be executed is inquired;
the change interface recording module is used for: and if the inquiry interface inquires that the interface is changed after all operations are requested to be executed, executing the step of calling the operating system to request to execute all operation modes by adopting the software interface of the operating system and the hardware interface of the hardware equipment where the operating system is located by adopting the changed interface.
8. The apparatus of claim 5, further comprising a modification query module and a modification backup module:
the modification query module is configured to: inquiring whether the returned result is modified or not from the demander of the interface;
the modified backup module is configured to: and if the modification query module queries that the return result is modified, acquiring the modified return result for backup.
CN201810945099.0A 2018-08-20 2018-08-20 Interface simulation method and device Active CN109117290B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201810945099.0A CN109117290B (en) 2018-08-20 2018-08-20 Interface simulation method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810945099.0A CN109117290B (en) 2018-08-20 2018-08-20 Interface simulation method and device

Publications (2)

Publication Number Publication Date
CN109117290A CN109117290A (en) 2019-01-01
CN109117290B true CN109117290B (en) 2021-10-01

Family

ID=64853519

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810945099.0A Active CN109117290B (en) 2018-08-20 2018-08-20 Interface simulation method and device

Country Status (1)

Country Link
CN (1) CN109117290B (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101576843A (en) * 2008-05-07 2009-11-11 阿里巴巴集团控股有限公司 Method and device for testing application program interface
CN106484421A (en) * 2016-10-11 2017-03-08 武汉斗鱼网络科技有限公司 A kind of method and system quickly generating api interface
CN107577590A (en) * 2016-07-04 2018-01-12 北京奇虎科技有限公司 Method and device based on database service real-time calling virtual interface
CN107748717A (en) * 2017-09-26 2018-03-02 深圳市牛鼎丰科技有限公司 Automatic interface testing method, device, storage medium and computer equipment
CN107797911A (en) * 2016-09-02 2018-03-13 北京京东尚科信息技术有限公司 Method and apparatus for testing HTTP interface

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101576843A (en) * 2008-05-07 2009-11-11 阿里巴巴集团控股有限公司 Method and device for testing application program interface
CN107577590A (en) * 2016-07-04 2018-01-12 北京奇虎科技有限公司 Method and device based on database service real-time calling virtual interface
CN107797911A (en) * 2016-09-02 2018-03-13 北京京东尚科信息技术有限公司 Method and apparatus for testing HTTP interface
CN106484421A (en) * 2016-10-11 2017-03-08 武汉斗鱼网络科技有限公司 A kind of method and system quickly generating api interface
CN107748717A (en) * 2017-09-26 2018-03-02 深圳市牛鼎丰科技有限公司 Automatic interface testing method, device, storage medium and computer equipment

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
《HTTP接口自动化测试方法研究》;杨清玉 等;《微型机与应用》;20160930;第35卷(第18期);第22-25页 *

Also Published As

Publication number Publication date
CN109117290A (en) 2019-01-01

Similar Documents

Publication Publication Date Title
US6832238B1 (en) Local transaction management
US7770154B2 (en) Lightweight highly available infrastructure to trace program execution
US9632913B2 (en) Remote debug service in a cloud environment
WO2021082675A1 (en) Database information backup method and recovery method, electronic device, and computer readable storage medium
CA2442796A1 (en) Binding a workflow engine to a data model
CN101727475B (en) Method, device and system for acquiring database access process
US8849947B1 (en) IT discovery of virtualized environments by scanning VM files and images
CN106909325B (en) Log printing method and device and log printing system
CN110933075B (en) Service calling method and device, electronic equipment and storage medium
WO2021128889A1 (en) Distributed block storage service command processing method, apparatus and device, and medium
CN102169447B (en) Method and corresponding system for registering and deregistering self-defined Shell
CN111371809A (en) Server based on reverse proxy architecture and GIS service access control method
US9128886B2 (en) Computer implemented method, computer system, electronic interface, mobile computing device and computer readable medium
CN111294377B (en) Dependency network request sending method, terminal device and storage medium
AU2003214947B2 (en) System and method for policy-enabled, contract-based management of network operational support systems
WO2022217759A1 (en) Esim code-number management method and apparatus
CN109117290B (en) Interface simulation method and device
WO2023246486A1 (en) Method and apparatus for creating connector
WO2021093671A1 (en) Task processing method, system, apparatus and device, and computer readable storage medium
CN110781058A (en) Method, device, equipment and medium for acquiring application performance data of mobile terminal
CN107357853B (en) Method and device for operating REDIS console and computer system
CN115344541A (en) File storage method, device, equipment and storage medium
CN113190367B (en) Cross-system data interaction method and device based on browser and electronic equipment
CN113741912A (en) Model management system, method, device and equipment
JPH11345179A (en) Method and system for managing data, constituent apparatus and recording media

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