CN111143224A - Pile service implementation method, device, equipment and computer storage medium - Google Patents

Pile service implementation method, device, equipment and computer storage medium Download PDF

Info

Publication number
CN111143224A
CN111143224A CN201911399062.3A CN201911399062A CN111143224A CN 111143224 A CN111143224 A CN 111143224A CN 201911399062 A CN201911399062 A CN 201911399062A CN 111143224 A CN111143224 A CN 111143224A
Authority
CN
China
Prior art keywords
service module
service
tested
request
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.)
Pending
Application number
CN201911399062.3A
Other languages
Chinese (zh)
Inventor
陈鹏宇
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Guangzhou Kugou Computer Technology Co Ltd
Original Assignee
Guangzhou Kugou Computer 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 Guangzhou Kugou Computer Technology Co Ltd filed Critical Guangzhou Kugou Computer Technology Co Ltd
Priority to CN201911399062.3A priority Critical patent/CN111143224A/en
Publication of CN111143224A publication Critical patent/CN111143224A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/362Software debugging
    • 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
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/51Discovery or management thereof, e.g. service location protocol [SLP] or web services
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/08Protocols for interworking; Protocol conversion

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Computer Hardware Design (AREA)
  • Quality & Reliability (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Security & Cryptography (AREA)
  • Computer And Data Communications (AREA)

Abstract

The application discloses a method, a device and equipment for realizing stub service and a computer storage medium, and belongs to the technical field of computers. The method comprises the following steps: receiving a request of a service module to be tested; determining whether the request meets a target participation condition; when the request meets the target participation condition, packing a preset return result according to the requested transmission protocol; and sending the packaged preset return result to the service module to be tested. The method and the device package the preset return result according to the requested transmission protocol and send the packaged preset return result to the service module to be tested. The effect of returning the corresponding preset return result according to the requested transmission protocol is realized, and the method can be suitable for the requests of various transmission protocols. The problem of narrow applicability of the related technology is solved. The effect of improving the application range of pile service is achieved.

Description

Pile service implementation method, device, equipment and computer storage medium
Technical Field
The present application relates to the field of computer technologies, and in particular, to a method, an apparatus, a device, and a computer storage medium for implementing stub service.
Background
A stub service is a function that can be used to test a certain service module.
In the existing implementation method of stub service, an independent background is provided, and after receiving a request parameter of a service module to be tested, the background analyzes the request parameter of the service module to be tested, and then assembles a response in a specific protocol format and returns the response to the service module to be tested.
However, the above method is less applicable.
Disclosure of Invention
The embodiment of the application provides a method, a device and equipment for realizing stub service and a computer storage medium. The technical scheme is as follows:
according to a first aspect of the present application, there is provided a method for implementing stub service, the method including:
receiving a request of a service module to be tested;
determining whether the request satisfies a target participation condition;
when the request meets the target participation condition, packing a preset return result according to the transmission protocol of the request;
and sending the packaged preset return result to the service module to be tested.
Optionally, the method further comprises:
and when the request does not meet the target participation condition, sending the request to a downstream service module corresponding to the service module to be tested, and sending a result returned by the downstream service module to the service module to be tested.
Optionally, before the receiving the request of the service module to be tested, the method further includes:
acquiring a first protocol file;
and loading the service in the first protocol file by a hot loading technology.
Optionally, the obtaining the first protocol file includes:
receiving a second protocol compression packet;
decompressing the second protocol compressed packet;
and generating the first protocol file according to the decompressed second protocol.
Optionally, before the receiving the request of the service module to be tested, the method further includes:
and informing a service registration center, replacing the address of the downstream service module corresponding to the service module to be tested with the address of the home terminal, wherein the service registration center is used for informing the service module to be tested of the address of the corresponding downstream service module.
Optionally, before the receiving the request of the service module to be tested, the method further includes:
and constructing a web service module of the home terminal.
According to a second aspect of the present application, there is provided an implementation apparatus of a stub service, including:
the receiving module is used for receiving a request of the service module to be tested;
a determining module for determining whether the request satisfies a target participation condition;
the packaging module is used for packaging a preset return result according to the transmission protocol of the request when the request meets the target entry condition;
and the sending module is used for sending the packaged preset return result to the service module to be tested.
Optionally, the apparatus for implementing stub service further includes:
and the transfer module is used for sending the request to a downstream service module corresponding to the service module to be tested when the request does not meet the target participation condition, and sending a result returned by the downstream service module to the service module to be tested.
According to a third aspect of the present application, there is provided an implementation apparatus of a stub service, the implementation apparatus of the stub service includes a processor and a memory, where at least one instruction, at least one program, a code set, or a set of instructions is stored in the memory, and the at least one instruction, the at least one program, the code set, or the set of instructions is loaded and executed by the processor to implement the implementation method of the stub service according to the first aspect.
According to a fourth aspect of the present application, there is provided a computer storage medium having stored therein at least one instruction, at least one program, set of codes, or set of instructions, which is loaded and executed by a processor to implement a method of implementing a stub service as described in the first aspect.
The beneficial effects brought by the technical scheme provided by the embodiment of the application at least comprise:
the method comprises the steps of receiving a request of a service module to be tested, determining whether the request meets a target participation condition, packing a preset return result according to a transmission protocol of the request when the request meets the target participation condition, and sending the packed preset return result to the service module to be tested. The effect of returning the corresponding preset return result according to the requested transmission protocol is realized, and the method can be suitable for the requests of various transmission protocols. The problem of narrow applicability of the related technology is solved. The effect of improving the application range of pile service is achieved.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments of the present application, the drawings needed to be used in the description of the embodiments are briefly introduced below, and it is obvious that the drawings in the following description are only some embodiments of the present application, and it is obvious for those skilled in the art to obtain other drawings based on these drawings without creative efforts.
Fig. 1 is a schematic diagram of an implementation environment of an implementation method of a stub service provided by an embodiment of the present application;
fig. 2 is a flowchart illustrating an implementation method of stub service according to an embodiment of the present application;
fig. 3 is a flowchart illustrating another implementation method of stub service according to an embodiment of the present application;
FIG. 4 is a flow diagram of one embodiment of obtaining a first protocol file shown in FIG. 3;
fig. 5 is a block diagram of an implementation apparatus for stub service provided in an embodiment of the present application;
fig. 6 is a block diagram of an implementation apparatus of another stub service provided by an embodiment of the present application;
fig. 7 is a schematic structural diagram of an implementation apparatus for pile service according to an embodiment of the present application.
With the above figures, there are shown specific embodiments of the present application, which will be described in more detail below. These drawings and written description are not intended to limit the scope of the inventive concepts in any manner, but rather to illustrate the inventive concepts to those skilled in the art by reference to specific embodiments.
Detailed Description
To make the objects, technical solutions and advantages of the present application more clear, embodiments of the present application will be described in further detail below with reference to the accompanying drawings.
The pile (mock) service is a service that can test various service modules. At present, in some implementation schemes of stub services used in communication protocols, some independent backgrounds analyze caller request parameters, assemble responses in specific protocol formats, and return the responses.
However, the above scheme can only return a response in a specific protocol format, and thus the scheme is only suitable for a request in a specific protocol format, and has a large limitation and a narrow application range.
Fig. 1 is a schematic diagram of an implementation environment of an implementation method of stub service provided in an embodiment of the present application, where the implementation environment may include a service module to be tested 11, a web service module 12, and a downstream service module 13.
The service modules 11, the web service modules 12, and the downstream service modules 13 may each be a server or a cluster of servers. The service module 11 and the web service module 12 may establish a connection, and a connection may be established between the web service module 12 and the downstream service module 13.
Fig. 2 is a flowchart of an implementation method of a stub service shown in an embodiment of the present application, and this embodiment illustrates that the implementation method of the stub service is applied to the server shown in fig. 1. The implementation method of the pile service can comprise the following steps:
step 201, receiving a request of a service module to be tested.
Step 202, determining whether the request meets the target participation condition.
And 203, when the request meets the target participation condition, packing a preset return result according to the requested transmission protocol.
And step 204, sending the packaged preset return result to the service module to be tested.
In summary, the implementation method of the stub service provided in the embodiment of the present application determines whether the request meets the target entry condition by receiving the request of the service module to be tested, packages the preset return result according to the requested transmission protocol when the request meets the target entry condition, and sends the packaged preset return result to the service module to be tested. The effect of returning the corresponding preset return result according to the requested transmission protocol is realized, and the method can be suitable for the requests of various transmission protocols. The problem of narrow applicability of the related technology is solved. The effect of improving the application range of pile service is achieved.
Fig. 3 is a flowchart of another implementation method of stub service shown in this embodiment, and this embodiment illustrates that the implementation method of stub service is applied to the server shown in fig. 1. The implementation method of the pile service can comprise the following steps:
and 301, constructing a web service module of the home terminal.
When the implementation method of the stub service provided by the embodiment of the application is applied, a World Wide Web (Web) service module of the local terminal can be constructed.
Step 302, a first protocol file is obtained.
The extension of the web service module can be realized through the first protocol file. The first protocol may be a programming language protocol.
As shown in fig. 4, step 302 may include the following substeps:
and a substep 3021 of receiving a second protocol compression packet.
The second protocol compression packet may be uploaded by an operator. Wherein the second protocol may be a protocol used in remote procedure calls.
And a substep 3022 of decompressing the second protocol compressed packet.
After the second protocol compressed packet is obtained, the second protocol compressed packet may be decompressed to obtain a decompressed second protocol.
And a substep 3023 of generating a first protocol file according to the decompressed second protocol.
The web service module may generate the first protocol file according to the decompressed second protocol.
Through sub-step 3021 to step 3023, the first protocol file may be obtained.
Step 303, load the service in the first protocol file through a hot loading technique.
The hot loading can comprise hot loading, hot compiling, reflecting technology and the like, and the technologies can dynamically load or update the service in the first protocol file into the web service module, so that the extension of the web service module is realized, and the extension performance of the web service module is improved.
Steps 301 to 303 are processes for extending the web service module, and the processes may be performed at various times, which is not limited in this embodiment of the application.
And step 304, notifying a service registration center, replacing the address of the downstream service module corresponding to the service module to be tested with the address of the home terminal, wherein the service registration center is used for notifying the service module to be tested of the address of the corresponding downstream service module.
By means of informing the service registration center, the address of the downstream service module corresponding to the service module to be tested is replaced by the address of the home terminal, so that the service of the service module to be tested can smoothly distribute the request flow of the game service module to the web service module of the home terminal without modifying configuration or restarting.
The service registration center can replace the address of the downstream service module corresponding to the service module to be tested with the address of the home terminal, and the service registration center can inform the service module to be tested of the address of the corresponding downstream service module. In addition, the service registry may be other, which is not limited in this embodiment of the present application.
Thus, the service module to be tested can send the request to the web service module of the local terminal.
Step 305, receiving a request of a service module to be tested.
The web services module may accept requests of the services module to be tested, which may be requests of various protocols.
And step 306, judging whether the request meets the target participation condition. When the target entry condition is satisfied, step 307 is executed, and when the target entry condition is not satisfied, step 309 is executed.
After receiving the request of the service module to be tested, the web service module may determine whether the request satisfies the target participation condition. Wherein, the target entering condition is a condition preset by an operator.
Step 307, packing the preset return result according to the requested transmission protocol. Step 308 is performed.
When the request sent by the service module to be tested to the home terminal meets the target participation condition, the web service module can package a preset return result according to the transmission protocol of the request. The preset return result is also a result preset by an operator, and the web service module can package the result according to the requested transmission protocol to enable the result to correspond to the requested protocol, so that the web service module can be applied to requests of various protocols, and the application range is wide.
And 308, sending the packaged preset return result to the service module to be tested.
After the preset return result is packaged, the web service module can send the packaged preset return result to the service module to be tested.
Step 309, sending the request to the downstream service module corresponding to the service module to be tested. Step 310 is performed.
When the request sent by the service module to be tested to the home terminal does not meet the target participation condition, the web service module can send the request to the downstream service module corresponding to the service module to be tested. The downstream service module is a real downstream service module corresponding to the service module to be tested.
And 310, receiving a result returned by the downstream service module, and sending the result returned by the downstream service module to the service module to be tested.
The web service module can receive the result returned by the downstream service module according to the request and send the result returned by the downstream service module to the service module to be tested. That is, the web transparently transmits the result returned by the game service module according to the request to the service module to be tested.
In summary, the implementation method of the stub service provided in the embodiment of the present application determines whether the request meets the target entry condition by receiving the request of the service module to be tested, packages the preset return result according to the requested transmission protocol when the request meets the target entry condition, and sends the packaged preset return result to the service module to be tested. The effect of returning the corresponding preset return result according to the requested transmission protocol is realized, and the method can be suitable for the requests of various transmission protocols. The problem of narrow applicability of the related technology is solved. The effect of improving the application range of pile service is achieved.
Fig. 5 is a block diagram of an implementation apparatus of a stub service provided in an embodiment of the present application, where the implementation apparatus 500 of the stub service may include:
a receiving module 510, configured to receive a request of a service module to be tested.
A determination module 520, configured to determine whether the request satisfies the target participation condition.
And a wrapping module 530, configured to wrap the preset return result according to the requested transmission protocol when the request meets the target entry condition.
And the sending module 540 is configured to send the packaged preset return result to the service module to be tested.
Optionally, as shown in fig. 6, which is a block diagram of another apparatus for implementing a stub service provided in an embodiment of the present application, the apparatus 500 for implementing a stub service further includes:
the relay module 550 is configured to send the request to a downstream service module corresponding to the service module to be tested when the request does not satisfy the target participation condition, and send a result returned by the downstream service module to the service module to be tested
To sum up, the device for implementing stub service provided in the embodiment of the present application determines whether the request satisfies the target entry condition by receiving the request of the service module to be tested, packages the preset return result according to the requested transmission protocol when the request satisfies the target entry condition, and sends the packaged preset return result to the service module to be tested. The effect of returning the corresponding preset return result according to the requested transmission protocol is realized, and the method can be suitable for the requests of various transmission protocols. The problem of narrow applicability of the related technology is solved. The effect of improving the application range of pile service is achieved.
Referring to fig. 7, a schematic structural diagram of an implementation apparatus 700 for stub service provided in an embodiment of the present application is shown, where the implementation apparatus 700 for stub service may be a server. Illustratively, as shown in FIG. 7, the apparatus 700 includes a Central Processing Unit (CPU)701, a system memory 704 including a Random Access Memory (RAM)702 and a Read Only Memory (ROM)703, and a system bus 705 connecting the system memory 704 and the CPU 701. The apparatus 700 further includes a basic input/output system (I/O system) 706, which facilitates transfer of information between devices within the computer, and a mass storage device 707 for storing an operating system 713, application programs 714, and other program modules 715.
The basic input/output system 706 includes a display 708 for displaying information and an input device 709, such as a mouse, keyboard, etc., for a user to input information. Wherein the display 708 and the input device 709 are connected to the central processing unit 701 through an input output controller 710 connected to the system bus 705. The basic input/output system 706 may also include an input/output controller 710 for receiving and processing input from a number of other devices, such as a keyboard, mouse, or electronic stylus. Similarly, an input/output controller 710 may also provide output to a display screen, a printer, or other type of output device.
The mass storage device 707 is connected to the central processing unit 701 through a mass storage controller (not shown) connected to the system bus 705. The mass storage device 707 and its associated computer-readable media provide non-volatile storage for the apparatus 700. That is, the mass storage device 707 may include a computer-readable medium (not shown), such as a hard disk or CD-ROM drive.
Without loss of generality, computer-readable storage media may comprise computer storage media and communication media. Computer storage media includes volatile and nonvolatile, removable and non-removable media implemented in any method or technology for storage of information such as computer readable instructions, data structures, program modules or other data. Computer storage media includes RAM, ROM, EPROM, EEPROM, flash memory or other solid state memory technology, CD-ROM, DVD, or other optical storage, magnetic cassettes, magnetic tape, magnetic disk storage or other magnetic storage devices. Of course, those skilled in the art will appreciate that computer storage media is not limited to the foregoing. The system memory 704 and mass storage device 707 described above may be collectively referred to as memory.
According to various embodiments of the present application, the apparatus 700 may also operate as a remote computer connected to a network via a network, such as the Internet. That is, the apparatus 700 may be connected to the network 712 through the network interface unit 711 connected to the system bus 705, or may be connected to other types of networks or remote computer systems (not shown) using the network interface unit 711.
The memory further includes one or more programs, and the one or more programs are stored in the memory and configured to be executed by the CPU to implement the method provided by the embodiment of the present application.
The embodiment of the present application further provides an implementation apparatus of a stub service, where the implementation apparatus of the stub service includes a processor and a memory, where the memory stores at least one instruction, at least one program, a code set, or a set of instructions, and the at least one instruction, the at least one program, the code set, or the set of instructions is loaded and executed by the processor to implement the implementation method of any stub service provided in the foregoing embodiment.
The present application further provides a computer storage medium, where at least one instruction, at least one program, a code set, or an instruction set is stored in the computer storage medium, and the at least one instruction, the at least one program, the code set, or the instruction set is loaded and executed by a processor to implement the implementation method of any stub service provided in the foregoing embodiments.
In this application, the terms "first," "second," "third," and "fourth" are used for descriptive purposes only and are not to be construed as indicating or implying relative importance. The term "plurality" means two or more unless expressly limited otherwise.
In the several embodiments provided in the present application, it should be understood that the disclosed apparatus and method may be implemented in other ways. For example, the above-described apparatus embodiments are merely illustrative, and for example, the division of the units is only one logical division, and other divisions may be realized in practice, for example, a plurality of units or components may be combined or integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection through some interfaces, devices or units, and may be in an electrical, mechanical or other form.
The units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the units can be selected according to actual needs to achieve the purpose of the solution of the embodiment.
It will be understood by those skilled in the art that all or part of the steps for implementing the above embodiments may be implemented by hardware, or may be implemented by a program instructing relevant hardware, where the program may be stored in a computer-readable storage medium, and the above-mentioned storage medium may be a read-only memory, a magnetic disk or an optical disk, etc.
The above description is only exemplary of the present application and should not be taken as limiting, as any modification, equivalent replacement, or improvement made within the spirit and principle of the present application should be included in the protection scope of the present application.

Claims (10)

1. A method for implementing stub services, the method comprising:
receiving a request of a service module to be tested;
determining whether the request satisfies a target participation condition;
when the request meets the target participation condition, packing a preset return result according to the transmission protocol of the request;
and sending the packaged preset return result to the service module to be tested.
2. The method of claim 1, further comprising:
and when the request does not meet the target participation condition, sending the request to a downstream service module corresponding to the service module to be tested, and sending a result returned by the downstream service module to the service module to be tested.
3. The method of claim 1, wherein prior to receiving the request for the service module to be tested, the method further comprises:
acquiring a first protocol file;
and loading the service in the first protocol file by a hot loading technology.
4. The method of claim 3, wherein obtaining the first protocol file comprises:
receiving a second protocol compression packet;
decompressing the second protocol compressed packet;
and generating the first protocol file according to the decompressed second protocol.
5. The method according to any of claims 1-4, wherein before receiving the request of the service module to be tested, the method further comprises:
and informing a service registration center, replacing the address of the downstream service module corresponding to the service module to be tested with the address of the home terminal, wherein the service registration center is used for informing the service module to be tested of the address of the corresponding downstream service module.
6. The method according to any of claims 1-4, wherein before receiving the request of the service module to be tested, the method further comprises:
and constructing a local global area network web service module.
7. An apparatus for implementing a stub service, the apparatus comprising:
the receiving module is used for receiving a request of the service module to be tested;
a determining module for determining whether the request satisfies a target participation condition;
the packaging module is used for packaging a preset return result according to the transmission protocol of the request when the request meets the target entry condition;
and the sending module is used for sending the packaged preset return result to the service module to be tested.
8. The apparatus for implementing a post service according to claim 7, further comprising:
and the transfer module is used for sending the request to a downstream service module corresponding to the service module to be tested when the request does not meet the target participation condition, and sending a result returned by the downstream service module to the service module to be tested.
9. An implementation device of a stub service, characterized in that the implementation device of the stub service comprises a processor and a memory, wherein at least one instruction, at least one program, a set of codes, or a set of instructions is stored in the memory, and the at least one instruction, the at least one program, the set of codes, or the set of instructions is loaded and executed by the processor to implement the implementation method of the stub service according to any one of claims 1 to 6.
10. A computer storage medium having stored therein at least one instruction, at least one program, a set of codes, or a set of instructions, which is loaded and executed by a processor to implement a method of implementing a stub service according to any one of claims 1 to 6.
CN201911399062.3A 2019-12-30 2019-12-30 Pile service implementation method, device, equipment and computer storage medium Pending CN111143224A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911399062.3A CN111143224A (en) 2019-12-30 2019-12-30 Pile service implementation method, device, equipment and computer storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911399062.3A CN111143224A (en) 2019-12-30 2019-12-30 Pile service implementation method, device, equipment and computer storage medium

Publications (1)

Publication Number Publication Date
CN111143224A true CN111143224A (en) 2020-05-12

Family

ID=70522075

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911399062.3A Pending CN111143224A (en) 2019-12-30 2019-12-30 Pile service implementation method, device, equipment and computer storage medium

Country Status (1)

Country Link
CN (1) CN111143224A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112685317A (en) * 2021-01-05 2021-04-20 上海中通吉网络技术有限公司 Self-defined test method and device based on test pile

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103297475A (en) * 2012-03-01 2013-09-11 阿里巴巴集团控股有限公司 Mock service system and processing method of Mock service
CN105677415A (en) * 2016-01-06 2016-06-15 网易(杭州)网络有限公司 Hot updating method and device
CN106155729A (en) * 2015-04-21 2016-11-23 阿里巴巴集团控股有限公司 The hot update method of Lua script, Apparatus and system
CN108199921A (en) * 2017-12-29 2018-06-22 上海瑞家信息技术有限公司 The method, apparatus and storage medium of a kind of simulation test
CN108897691A (en) * 2018-06-29 2018-11-27 百度在线网络技术(北京)有限公司 Data processing method, device, server and medium based on interface analog service
CN109299010A (en) * 2018-09-25 2019-02-01 深圳壹账通智能科技有限公司 Mock 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
CN110309058A (en) * 2019-05-24 2019-10-08 平安银行股份有限公司 Business end test method, device, computer installation and computer storage medium

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103297475A (en) * 2012-03-01 2013-09-11 阿里巴巴集团控股有限公司 Mock service system and processing method of Mock service
CN106155729A (en) * 2015-04-21 2016-11-23 阿里巴巴集团控股有限公司 The hot update method of Lua script, Apparatus and system
CN105677415A (en) * 2016-01-06 2016-06-15 网易(杭州)网络有限公司 Hot updating method and device
CN108199921A (en) * 2017-12-29 2018-06-22 上海瑞家信息技术有限公司 The method, apparatus and storage medium of a kind of simulation test
CN108897691A (en) * 2018-06-29 2018-11-27 百度在线网络技术(北京)有限公司 Data processing method, device, server and medium based on interface analog service
CN109299010A (en) * 2018-09-25 2019-02-01 深圳壹账通智能科技有限公司 Mock 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
CN110309058A (en) * 2019-05-24 2019-10-08 平安银行股份有限公司 Business end test method, device, computer installation and computer storage medium

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112685317A (en) * 2021-01-05 2021-04-20 上海中通吉网络技术有限公司 Self-defined test method and device based on test pile
CN112685317B (en) * 2021-01-05 2024-04-09 上海中通吉网络技术有限公司 Custom test method and device based on test pile

Similar Documents

Publication Publication Date Title
CN108897691B (en) Data processing method, device, server and medium based on interface simulation service
CN109558290B (en) Server, interface automatic test method and storage medium
CN111309279B (en) Multi-screen interactive display method and device
CN110324405B (en) Message sending method, device, system and computer readable storage medium
CN111629240A (en) Multi-screen interactive display method and device
CN108255701B (en) Scene testing method and mobile terminal
CN106911502A (en) A kind of upgrade method and system of intelligent home gateway equipment
JP2023523242A (en) DATA PROCESSING METHOD, DATA PROCESSING APPARATUS, COMPUTER DEVICE, AND COMPUTER PROGRAM
CN112486620A (en) Cross-process off-screen rendering method and device, electronic equipment and storage medium
CN113645308B (en) Mobile terminal TCP communication, device, equipment and storage medium
CN111143224A (en) Pile service implementation method, device, equipment and computer storage medium
CN108345508B (en) Interface call testing method and device
CN107092494B (en) Method and device for accessing APK (android Package) resource
CN109656791B (en) gPC performance test method and device based on Jmeter
CN109787789A (en) Compatible management method, device and the equipment of software upgrading, storage medium
CN110825538A (en) MQ-based method for dynamically interacting data by self-defining data types
CN111159033A (en) Software testing method and device
CN111526028A (en) Data processing method, device and equipment
CN113472850B (en) Link data acquisition method, device, system, electronic equipment and storage medium
CN113746851A (en) Agent system and method for supporting real-time analysis of GRPC request
CN114576828B (en) Communication management method, bifurcation box, multi-split air conditioning system and storage medium
CN111107100B (en) Equipment for transmitting industrial protocol flow message
CN114579166A (en) Component module upgrading method, component module and financial robot
CN114064065A (en) Program upgrading method and program upgrading system
CN110213119B (en) Test pile generation method, test system, test method and test 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