CN111522727B - Simulation object test method, device and system - Google Patents

Simulation object test method, device and system Download PDF

Info

Publication number
CN111522727B
CN111522727B CN201910105292.8A CN201910105292A CN111522727B CN 111522727 B CN111522727 B CN 111522727B CN 201910105292 A CN201910105292 A CN 201910105292A CN 111522727 B CN111522727 B CN 111522727B
Authority
CN
China
Prior art keywords
information
message
user terminal
interface
response
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
CN201910105292.8A
Other languages
Chinese (zh)
Other versions
CN111522727A (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.)
Alibaba Group Holding Ltd
Original Assignee
Alibaba Group Holding 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 Alibaba Group Holding Ltd filed Critical Alibaba Group Holding Ltd
Priority to CN201910105292.8A priority Critical patent/CN111522727B/en
Publication of CN111522727A publication Critical patent/CN111522727A/en
Application granted granted Critical
Publication of CN111522727B publication Critical patent/CN111522727B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • G06F11/3672Test management
    • G06F11/3684Test management for test design, e.g. generating new test cases
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • G06F11/3672Test management
    • G06F11/3688Test management for test execution, e.g. scheduling of test suites

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, equipment and a system for testing a simulation object, wherein the method comprises the following steps: the simulation object test server constructs a virtual interface according to the received interface information from the user terminal; when the simulation object test server receives request information from the tested object through the virtual interface, the request information is forwarded to the user terminal; and when the simulation object test server receives response information from the user terminal through the virtual interface, the response information is transmitted back to the tested object through the virtual interface. The invention constructs the simulation object test server by using the user terminal and uses the simulated and substituted interface to carry out system test, and has the advantages of flexible configuration, strong expandability and easy learning.

Description

Simulation object test method, device and system
Technical Field
The invention relates to a method, equipment and a system for testing a simulation object, and belongs to the technical field of testing.
Background
The substitute test (mock) is a test method for replacing a virtual object for testing some real objects which are not easy to construct or obtain in the test process. The service facility carrying the virtual object is called a Mock object test Server (Mock Server), and each interface needing to be replaced in the virtual object and data which should be returned by each interface can be customized on the Mock object test Server, so as to simulate various interaction capabilities between a real object and other systems.
For example, the system A and the system B exchange information through an interface, the system B provides weather service, the system A recommends which fitness exercise to the user according to weather conditions, and if the system B returns to sunny days, the system A recommends outdoor walking; if B returns heavy rain, A recommends indoor motion. When testing the system a, if the system a directly calls the real interface of the system B to perform the test, but the system B may have the problems of environment mismatch, unstructured data types, poor performance, and the like, which finally results in that the test of each function of the system a cannot be completed. At this time, a simulation object test is needed, namely, a substitute B 'of the system B is constructed to complete the interaction with the system A, wherein the B' imitates all interfaces interacting with the system A and can customize the return data of each interface at any time, so that the B is isolated to test whether various interaction functions of the system A are correct.
The existing simulation object test has the defects that: at present, the interface simulation is performed by using a traditional simulation object test platform, parameters such as the interface of the system B and the return data are manually configured on a page of the simulation object test platform, and the platform returns the configured return data to the system a after receiving a request of the system a. The manual configuration mode has poor flexibility, response data are required to be edited on a platform every time, the labor cost is high, the response data have high construction cost, and even the response data cannot be constructed on the platform.
Moreover, the traditional simulation object test platform needs a user to learn the grammar, the script and the rules provided by the platform to compile and configure the script, so that the learning cost is high, the analysis processing of various complex data cannot be considered, and the capability is insufficient.
Disclosure of Invention
In view of technical defects and technical drawbacks in the prior art, embodiments of the present invention provide a method, an apparatus, and a system for testing a simulation object, which are flexible in configuration, strong in expandability, and easy to learn.
As an aspect of the embodiments of the present invention, a method for testing a simulation object is provided, which includes:
the simulation object test server constructs a virtual interface according to the received interface information from the user terminal;
when the simulation object test server receives request information from the tested object through the virtual interface, the request information is forwarded to the user terminal;
and when the simulation object test server receives response information from the user terminal through the virtual interface, the response information is transmitted back to the tested object through the virtual interface.
As another aspect of the embodiments of the present invention, another method for testing a simulation object is provided, which includes:
the user terminal sends interface information for constructing a virtual interface to the simulation object test server;
the user terminal constructs response information when receiving request information of the tested object forwarded from the simulated object test server through the virtual interface;
and the user terminal transmits the response information back to the tested object through the virtual interface on the simulated object test server.
As another aspect of the embodiment of the present invention, a simulation object test server is provided, which includes:
the server side interface construction module is used for constructing a virtual interface according to the received interface information from the user terminal;
the server forwarding module is used for forwarding the request information to the user terminal when the request information from the tested object is received through the virtual interface;
and the server returning module is used for returning the response information from the user terminal to the tested object through the virtual interface when the response information is received through the virtual interface.
As another aspect of the embodiments of the present invention, a user equipment is provided, which includes:
the terminal side interface construction module is used for sending interface information for constructing a virtual interface to the simulation object test server;
the terminal side information construction module is used for constructing response information when receiving request information of the tested object forwarded from the simulation object test server through the virtual interface;
and the terminal returning module is used for returning the response information to the tested object through the virtual interface on the simulation object test server.
As still another aspect of the embodiments of the present invention, there is provided a simulated object test system including: the simulation object test server and the user terminal.
As a further aspect of an embodiment of the present invention, it relates to a computer-readable storage medium having a computer program stored thereon, wherein the program, when executed by a processor, implements the above-described method.
As a further aspect of the embodiments of the present invention, it relates to a computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, wherein the processor implements the above method when executing the program.
The embodiment of the invention constructs on the simulation object test server by using the user terminal and uses the simulated alternative interface to carry out system test, and has the advantages of flexible configuration, strong expandability and easy learning.
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.
The technical solution of the present invention is further described in detail by the accompanying drawings and embodiments.
Drawings
The accompanying drawings, which 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 description serve to explain the principles of the invention and not to limit the invention. In the drawings:
fig. 1 is a flowchart of a method for testing a simulation object according to embodiment 1 of the present invention;
fig. 2 is an exemplary signaling interaction diagram of a simulation object testing method according to embodiment 1 of the present invention;
FIG. 3 is a detailed flowchart of step 300 shown in FIG. 1;
fig. 4 is a schematic structural diagram of a simulation object test system according to embodiment 2 of the present invention;
fig. 5 is a schematic structural diagram of the terminal-side information constructing module 22 shown in fig. 4.
Detailed Description
Exemplary embodiments of the present disclosure will be described in more detail below with reference to the accompanying drawings. While exemplary embodiments of the present disclosure are shown in the drawings, it should be understood that the present disclosure may be embodied in various forms and should not be limited to the embodiments set forth herein. Rather, these embodiments are provided so that this disclosure will be thorough and complete, and will fully convey the scope of the disclosure to those skilled in the art.
Reference will now be made in detail to the exemplary embodiments, examples of which are illustrated in the accompanying drawings. The following description refers to the accompanying drawings in which the same numbers in different drawings represent the same or similar elements unless otherwise indicated. The embodiments described in the following exemplary embodiments do not represent all embodiments consistent with the present invention. Rather, they are merely examples of apparatus and methods consistent with certain aspects of the invention, as detailed in the appended claims.
Example 1
The embodiment provides a method for testing a simulation object, as shown in fig. 1, including the following steps:
step 100, the simulation object test server constructs a virtual interface according to the received interface information from the user terminal.
The simulation object test server is a server for replacing a real system to exchange information with the tested object, and the virtual interface is an interface for replacing a corresponding interface function in the real system. An interface refers to a shared boundary between systems for information exchange.
Specifically, the user sends interface information for constructing the virtual interface to the simulation object test server through the user terminal, so that the simulation object test server constructs a virtual interface according to the interface information, and the virtual interface has the same function as the replaced interface. For example, as shown in fig. 2, a system a is a measured object and a system B is an alternative system. The interface information sent to the simulation object test server by the user terminal indicates the real interface I of the simulation object test system B, and accordingly, the simulation object test server constructs the virtual interface I.
Step 200, when the simulation object test server receives the request information from the tested object through the virtual interface, the request information is forwarded to the user terminal.
Wherein the request information is the request information sent by the object to be tested during normal operation. For example, in fig. 2, since the virtual interface I previously constructed on the simulation object test server has the same function as the real interface I, the system a to be tested still sends the request information to the interface I according to the normal working procedure, without distinguishing whether the interface I is the real interface I or the virtual interface I. After receiving the request information from the system A through the virtual interface I, the simulation object test server forwards the request information to the user terminal through the virtual interface I.
And 300, the user terminal constructs response information when receiving the request information of the tested object forwarded from the simulated object test server through the virtual interface.
The response information is constructed according to the test requirement and is used for replacing the real response information. Specifically, as shown in fig. 3, the following steps may be included:
step 310, presetting response parameters in a software development kit integrated with the related functions of the simulation object test server.
The Software Development Kit (SDK) is a set of Development tools used for establishing application Software for a specific Software package, a Software framework, a hardware platform, an operating system, and the like. The SDK integrates the related functions of the simulation object test server, and the user can use these functions to preset the response parameters of the response information that the user wants to construct according to the test requirement, such as: response data, response format, etc.
And step 320, calling a calling interface of the software development kit to acquire the response parameters.
The calling interface is provided by the SDK, and the test program acquires the response parameters by calling the calling interface. Alternatively, the SDK may be integrated in the test program.
Step 330, constructing the response information according to the response parameters.
Specifically, the test program executes the relevant program command based on the response information obtained from the SDK to thereby construct and generate the response information.
Step 400, the user terminal transmits the response information back to the tested object through the virtual interface on the simulated object test server.
Specifically, the user terminal may send the response information to the virtual interface on the simulation object test server, and then the simulation object test server analyzes and stores the response information received through the virtual interface according to a data transmission protocol pre-established with the user terminal, and sends the response information to the object to be tested through the virtual interface.
As shown in fig. 2, the user terminal sends the response information to the virtual interface I of the simulation object test server, and when the simulation object test server receives the response information from the user terminal through the virtual interface I, the response information is transmitted back to the system a to be tested through the virtual interface I. By a request and a response through the virtual interface I, the system a and the simulation object test server complete an information exchange, in effect simulating an information exchange between the system a and the system B.
In the data transmission protocol, a communication command between the simulation object test server and the user terminal may be defined as shown in the following table:
Figure BDA0001966583420000061
wherein, "apiName" represents an interface name, "command" represents instruction content, "id" represents a request unique identifier, and "data" represents a data packet.
Optionally, the simulation object test server and the user terminal may communicate with each other by establishing a long connection, so as to send the interface information, the request information, and the response information. The long connection means that when two systems need frequent interaction and point-to-point communication, the two systems establish a special connection in a network layer, and a plurality of data packets can be mutually and continuously sent on the connection, wherein the special connection is called long connection, and the network communication mode is called long connection communication. In this embodiment, when a user terminal and a simulation object test server need to exchange request information and response information for multiple times, or when multiple user terminals access a substitute service for information exchange at the same time, the interaction between the user terminal and the simulation object test server is very frequent, which helps to meet the interaction requirement by establishing a long connection.
In addition, a message queue may be generated between the simulation object test server and the user terminal by subscribing to a message, and the interface information, the request information, and the response information may be transmitted through the message queue. The message management server may be a message proxy server or a message middleware such as metaQ.
Specifically, the simulation object test server may subscribe to the message management server in advance according to the information to be sent to form a subscription list, for example: a register type (register) message, a request type (request) message, a response type (response) message, and the like; when the user terminal needs to send interface information and response information, inquiring a subscription list from a message management server to generate corresponding registration type messages and response type messages; similarly, when the simulation object test server is to forward the request information, the message management server is also queried for the subscription list to generate a corresponding request message. The generated messages are sent to a queue, which conveniently becomes a message queue.
And 500, the tested object performs corresponding logic processing according to the received response information.
The logic processing is the same as that of the tested object when aiming at the real response information. Thereafter, the system can be tested according to the processing result of the logic processing by using the corresponding testing tool, for example, whether the processing result meets the expected requirement, the efficiency and speed of generating the processing result, and the like.
The method of the embodiment achieves the following technical effects:
1. the user can use the respective user terminal to construct and use the simulated alternative interface on the simulation object test server, and the simulation object test server is not occupied independently, so that the simulation object test server can be used by a plurality of users at the same time, and the use flexibility of the server is improved.
2. A user operates the simulation object test server through the user terminal based on information interaction between the user terminal and the simulation object test server, manual page configuration such as interface configuration and returned result configuration is not needed to be carried out by accessing the simulation object test server, the simulation substitution process of the interface is combined with the test verification process by executing a script containing a test program, the full automation of the simulation substitution process and the test verification process is realized, manual intervention is not needed, the labor cost is saved, and the test efficiency is improved.
3. A user can self-define and construct response information according to test requirements through the user terminal, and can complete the simulation of complex and dynamic data without learning any grammar and rule, so that the simplicity and the expandability of the test process are improved.
4. The user can obtain the request information sent by the tested object through the user terminal, so that the test server of the simulated object becomes transparent relative to the user, the working state of the tested object can be further mastered, and the test comprehensiveness is improved.
Example 2
The present embodiment provides a simulation object testing system for implementing the method, as shown in fig. 4, including: the simulation object test server 10 and the user terminal 20 work by the following principle:
a terminal side interface construction module 21 in the user terminal 20 transmits interface information for constructing a virtual interface to the simulation object test server 10; the server side interface construction module 11 in the simulation object test server 10 constructs a virtual interface based on the received interface information from the user terminal 20; when the simulation object test server 10 receives the request information from the object under test 30 through the virtual interface, the request information is forwarded to the user terminal 20 through the server forwarding module 12.
When the user terminal 20 receives the request information of the tested object 30 forwarded from the simulated object testing server 10 via the virtual interface, the terminal side information constructing module 22 constructs response information, and the terminal returning module 23 returns the response information to the tested object 30 via the virtual interface on the simulated object testing server 10; when the simulation object testing server 10 receives the response information from the user terminal 20 through the virtual interface, the server returning module 13 returns the response information to the tested object 30 through the virtual interface.
Specifically, as shown in fig. 5, when constructing the response information, the parameter presetting unit 2201 in the terminal-side information constructing module 22 presets the response parameters in the software development kit integrated with the functions related to the simulation object test server 10; a parameter obtaining unit 2202 calls a calling interface of the software development kit to obtain the response parameter; the response generation unit 2203 constructs the response information according to the response parameter.
Optionally, the simulation object testing server 10 may further include a server long connection module 14, and correspondingly, the user terminal 20 may further include a terminal long connection module 24. The server long connection module 14 and the terminal long connection module 24 are configured to establish a long connection between the simulation object test server 10 and the user terminal 20, so that the interface information, the request information, and the response information are sent through the long connection.
Alternatively, the simulation object testing server 10 may further include a server message module 15, and correspondingly, the user terminal 20 may further include a terminal message module 25. The server message module 15 and the terminal message module 25 are configured to generate a message queue by subscribing to a message between the simulation object test server 10 and the user terminal 20, and transmit the interface information, the request information, and the response information through the message queue.
Here, it should be noted that fig. 4 only shows that one user terminal 20 is connected to the simulation target test server 10, but actually, a plurality of user terminals 20 may be connected to the simulation target test server 10, and may be used by different users at the same time.
For the technical effects and other relevant descriptions of the system described in this embodiment, reference may be made to the relevant contents of embodiment 1, and further description is omitted here.
As will be appreciated by one skilled in the art, embodiments of the present invention may be provided as a method, system, or computer program product. Accordingly, the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present invention may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, optical storage, and the like) having computer-usable program code embodied therein.
The present invention has been described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the invention. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
Finally, it should be noted that: the above examples are only intended to illustrate the technical solution of the present invention, but not to limit it; although the present invention has been described in detail with reference to the foregoing embodiments, it should be understood by those of ordinary skill in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some technical features may be equivalently replaced; and such modifications or substitutions do not depart from the spirit and scope of the corresponding technical solutions of the embodiments of the present invention.

Claims (15)

1. A method for simulating object testing, comprising:
generating a message queue between the simulation object test server and the user terminal by subscribing messages;
the simulation object test server constructs a virtual interface according to the received interface information from the user terminal;
when the simulation object test server receives request information from the tested object through the virtual interface, the request information is forwarded to the user terminal through the message queue;
when the simulation object test server receives response information from the user terminal through the virtual interface, the response information is transmitted back to the tested object through the virtual interface and the message queue;
the simulation object test server subscribes a corresponding message type to a message management server in advance according to information to be sent to form a subscription list; the user terminal inquires a subscription list from the message management server, and generates corresponding registration type messages and response type messages according to the interface information and the response information to be sent; the simulation object test server inquires a subscription list from a message management server and generates corresponding request type messages according to the request information to be forwarded; the registration type message, the response type message and the request type message form the message queue.
2. The method of claim 1, wherein before the receiving the interface information, the simulation object testing server further comprises: and a long connection is established between the simulation object test server and the user terminal, and the interface information, the request information and the response information are sent through the long connection.
3. A method for simulating object testing, comprising:
a message queue is generated between the user terminal and the simulation object test server through message subscription;
the user terminal sends interface information for constructing a virtual interface to the simulation object test server, so that the simulation object test server constructs the virtual interface according to the interface information;
the user terminal receives request information of the tested object forwarded from the virtual interface through the message queue;
the user terminal constructs response information according to the request information;
the user terminal transmits the response information back to the tested object through the virtual interface on the simulated object test server through the message queue;
the simulation object test server subscribes a corresponding message type to a message management server in advance according to information to be sent to form a subscription list; the user terminal inquires a subscription list from the message management server, and generates corresponding registration type messages and response type messages according to the interface information and the response information to be sent; the simulation object test server inquires a subscription list from a message management server and generates corresponding request type messages according to the request information to be forwarded; the registration type message, the response type message and the request type message form the message queue.
4. The method of claim 3, wherein the user terminal further comprises, before sending the interface information: and a long connection is established between the user terminal and the simulation object test server, and the interface information, the request information and the response information are sent through the long connection.
5. The method of claim 3, wherein constructing the response information comprises:
presetting response parameters in a software development kit integrated with the related functions of the simulation object test server;
calling a calling interface of the software development kit to acquire the response parameters;
and constructing the response information according to the response parameters.
6. A simulated object test server, comprising:
the server side interface construction module is used for generating a message queue by subscribing messages with the user terminal and constructing a virtual interface according to the received interface information from the user terminal;
the server forwarding module is used for forwarding the request information to the user terminal through the message queue when the request information from the tested object is received through the virtual interface;
the server return module is used for returning the response information from the user terminal to the tested object through the virtual interface through the message queue when the response information is received through the virtual interface;
the simulation object test server subscribes a corresponding message type to the message management server in advance according to the information to be sent to form a subscription list; the user terminal inquires a subscription list from the message management server, and generates corresponding registration type messages and response type messages according to the interface information and the response information to be sent; the simulation object test server inquires a subscription list from a message management server and generates corresponding request type messages according to the request information to be forwarded; the registration-type message, the response-type message, and the request-type message form the message queue.
7. The simulated object test server of claim 6, further comprising: and the server long connection module is used for establishing long connection between the simulation object test server and the user terminal so that the interface information, the request information and the response information are sent through the long connection.
8. The simulated object test server of claim 6, further comprising: and the server message module is used for generating a message queue between the simulation object test server and the user terminal through message subscription, so that the interface information, the request information and the response information are sent through the message queue.
9. A user terminal, comprising:
the terminal side interface construction module is used for generating a message queue by subscribing messages with the simulation object test server and sending interface information for constructing a virtual interface to the simulation object test server;
the terminal side information construction module is used for constructing response information when receiving request information of the tested object forwarded by the virtual interface from the simulation object test server through the message queue;
the terminal returning module is used for returning the response information to the tested object through the virtual interface on the simulated object test server through the message queue;
the simulation object test server subscribes a corresponding message type to a message management server in advance according to information to be sent to form a subscription list; the user terminal inquires a subscription list from the message management server, and generates corresponding registration type messages and response type messages according to the interface information and the response information to be sent; the simulation object test server inquires a subscription list from a message management server and generates corresponding request type messages according to the request information to be forwarded; the registration type message, the response type message and the request type message form the message queue.
10. The user terminal according to claim 9, further comprising: and the terminal long connection module is used for establishing long connection between the user terminal and the simulation object test server so that the interface information, the request information and the response information are sent through the long connection.
11. The user terminal according to claim 9, further comprising: and the terminal message module is used for generating a message queue between the user terminal and the simulation object test server through message subscription, so that the interface information, the request information and the response information are sent through the message queue.
12. The ue of claim 9, wherein the terminal-side information constructing module comprises:
the parameter presetting unit is used for presetting response parameters in a software development kit integrated with the related functions of the simulation object test server;
the parameter acquisition unit is used for calling a calling interface of the software development kit to acquire the response parameter;
and the response generating unit is used for constructing the response information according to the response parameters.
13. A simulated object testing system, comprising: the simulation object test server according to any one of claims 6 to 8 and the user terminal according to any one of claims 9 to 12.
14. A computer-readable storage medium, on which a computer program is stored, which program, when being executed by a processor, carries out the method according to any one of claims 1 to 5.
15. A computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, characterized in that the processor implements the method according to any of claims 1 to 5 when executing the program.
CN201910105292.8A 2019-02-01 2019-02-01 Simulation object test method, device and system Active CN111522727B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910105292.8A CN111522727B (en) 2019-02-01 2019-02-01 Simulation object test method, device and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910105292.8A CN111522727B (en) 2019-02-01 2019-02-01 Simulation object test method, device and system

Publications (2)

Publication Number Publication Date
CN111522727A CN111522727A (en) 2020-08-11
CN111522727B true CN111522727B (en) 2023-04-14

Family

ID=71900336

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910105292.8A Active CN111522727B (en) 2019-02-01 2019-02-01 Simulation object test method, device and system

Country Status (1)

Country Link
CN (1) CN111522727B (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112162925A (en) * 2020-09-29 2021-01-01 新华三大数据技术有限公司 Test method and system based on service virtualization
CN113419945B (en) * 2021-05-30 2022-07-01 武汉卡比特信息有限公司 Interconnection-based automatic testing method and system
CN113590394A (en) * 2021-07-09 2021-11-02 深圳Tcl新技术有限公司 Joint debugging test method and device, electronic equipment and storage medium
CN114205274A (en) * 2021-11-02 2022-03-18 北京百度网讯科技有限公司 Network equipment testing method and device

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106254461A (en) * 2016-08-06 2016-12-21 中国科学院合肥物质科学研究院 A kind of intelligent vehicle perception test platform and method of data synchronization thereof
CN108932193A (en) * 2018-06-01 2018-12-04 四川斐讯全智信息技术有限公司 A kind of MQTT server interface test method and system
CN109271325A (en) * 2018-10-26 2019-01-25 携程旅游网络技术(上海)有限公司 Test method, system, electronic equipment and the storage medium of application

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9009683B2 (en) * 2012-03-28 2015-04-14 Software Ag Systems and/or methods for testing client reactions to simulated disruptions
US20160364307A1 (en) * 2015-06-09 2016-12-15 Machine Zone, Inc. Distributed scalable workload testing

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106254461A (en) * 2016-08-06 2016-12-21 中国科学院合肥物质科学研究院 A kind of intelligent vehicle perception test platform and method of data synchronization thereof
CN108932193A (en) * 2018-06-01 2018-12-04 四川斐讯全智信息技术有限公司 A kind of MQTT server interface test method and system
CN109271325A (en) * 2018-10-26 2019-01-25 携程旅游网络技术(上海)有限公司 Test method, system, electronic equipment and the storage medium of application

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
唐蓉君 ; 叶波 ; 文俊浩 ; .面向服务环境中的NServiceBus服务总线应用研究.计算机科学.2013,(07),全文. *
张元 ; 韩燮 ; .网络化测试系统中间件的研究与设计.计算机工程与设计.2009,(22),全文. *

Also Published As

Publication number Publication date
CN111522727A (en) 2020-08-11

Similar Documents

Publication Publication Date Title
CN111522727B (en) Simulation object test method, device and system
CN110430219B (en) Method and system for self-adapting of multi-protocol Internet of things equipment
CN104579822B (en) Mobile application automated performance testing system and method based on Http agreements
CN101316196B (en) Method and apparatus for implementing simulation test of service on distributed platform
CN103023708B (en) The method of testing of communication protocol interface and system
CN110875840B (en) Network element management method, device, system and storage medium
CN101136790A (en) Cluster managerial automatization test system and method of ethernet switchboard
Wu et al. OneM2M-based IoT protocol integration
CN112988572B (en) Multi-environment multi-channel multi-version simulation test method and device
CN109525461A (en) A kind of test method of the network equipment, device, equipment and storage medium
CN110502212A (en) It is a kind of towards the multilingual online Development Support method of high concurrent
CN106658545A (en) Test method, mobile terminal and server
CN101247276B (en) large traffic simulation test tool and method for WiMAX system
US20210297318A1 (en) State machine emulation using domain-specific language constructs
CN114422010B (en) Protocol testing method of satellite communication simulation platform based on network virtualization
CN101867505A (en) Network simulation method and device
WO2017113848A1 (en) Testing method, testing platform and simulated testing device for test case
CN107547346A (en) A kind of message transmitting method and device
CN103684925A (en) Performance test method based on simulation terminal
CN105391601A (en) Network management equipment performance testing method and system
CN110876155A (en) Simulation system and method for wireless mesh network
CN105227407B (en) A kind of protocol debugging method, apparatus and system
CN117041111A (en) Vehicle cloud function test method and device, electronic equipment and storage medium
CN109639568A (en) A kind of real-time Communication for Power Network simulation system based on OpenDDS
CN106648805A (en) Intelligent device, intelligent system, and method for intelligently installing application

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