CN113452575B - Service test method, system, device and storage medium - Google Patents

Service test method, system, device and storage medium Download PDF

Info

Publication number
CN113452575B
CN113452575B CN202110704902.3A CN202110704902A CN113452575B CN 113452575 B CN113452575 B CN 113452575B CN 202110704902 A CN202110704902 A CN 202110704902A CN 113452575 B CN113452575 B CN 113452575B
Authority
CN
China
Prior art keywords
servers
calling
server
data
path
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
CN202110704902.3A
Other languages
Chinese (zh)
Other versions
CN113452575A (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.)
Hebei Happy Consumption Finance Co ltd
Original Assignee
Hebei Happy Consumption Finance 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 Hebei Happy Consumption Finance Co ltd filed Critical Hebei Happy Consumption Finance Co ltd
Priority to CN202110704902.3A priority Critical patent/CN113452575B/en
Publication of CN113452575A publication Critical patent/CN113452575A/en
Application granted granted Critical
Publication of CN113452575B publication Critical patent/CN113452575B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L43/00Arrangements for monitoring or testing data switching networks
    • H04L43/14Arrangements for monitoring or testing data switching networks using software, i.e. software packages
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L12/00Data switching networks
    • H04L12/28Data switching networks characterised by path configuration, e.g. LAN [Local Area Networks] or WAN [Wide Area Networks]
    • H04L12/44Star or tree networks
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L45/00Routing or path finding of packets in data switching networks
    • H04L45/74Address processing for routing

Abstract

The invention provides a service testing method, a system, equipment and a storage medium. The service testing method comprises the following steps: determining a calling path based on a calling request of a client; judging whether the servers on the calling path and the parameters corresponding to the servers meet the simulation background data return rule in the routing table or not; if the server which meets the requirement exists, the corresponding simulation background data is returned; and if all the servers do not accord with each other, returning real data according to the real server address on the calling path. The business testing method provided by the invention judges whether the server on the calling path meets the return rule of the simulation background data or not through the routing table so as to dynamically decide whether the simulation background data or the real data is returned, thereby realizing the effect of configuring various processing rules and returning results for one interface and simultaneously improving the business testing efficiency of testers.

Description

Service test method, system, device and storage medium
Technical Field
The present invention relates to the field of computer application technologies, and in particular, to a method, a system, a device, and a storage medium for testing a service based on an interface management service system.
Background
The current business testing method enables an external application system to call an interface management service system and return the previously maintained response information by starting a single service and exposing a service ip and a port to the external application; or after the client initiates a request, the real data after the service is called is returned according to the calling relationship among the items (services), where the calling relationship among the services is, for example, as shown in fig. 1, all the services are called actually, and the calling order includes two types: (1) client-A-B-D; (2) the client-A-C can cause serious interference to the work of the technical and testing personnel once a certain service is down or frequently restarted in a short time.
It can be seen that the response data of the two service test methods are static forged data, that is, on the premise of not modifying the service code, it cannot be dynamically determined whether the previously maintained response information (such as simulation background data) or the real data is returned, and the service test efficiency is low.
Disclosure of Invention
In order to solve the problems in the prior art, embodiments of the present invention provide a service testing method, system, device and storage medium based on an interface management service system, which reduce the system coupling degree by configuring a client, a server and the interface management service system into a star topology structure with the interface management service system as the center; the routing table dynamically decides whether the returned simulation background data or the real data is returned, so that the effects of configuring various processing rules and returning results for one interface are realized, and meanwhile, the service testing efficiency of testers is improved.
According to a first aspect of the present invention, an embodiment of the present invention provides a service testing method based on an interface management service system, where a client, a server, and the interface management service system form a star topology structure with the interface management service system as a center; the service test method is operated on the interface management service system, and comprises the following steps: receiving a calling request of a client; determining a calling path according to the calling request; judging whether the servers on the calling path and the parameters corresponding to the servers meet the simulation background data return rule in a routing table or not; if the server meeting the data return rule exists in the servers on the calling path, returning the simulation background data corresponding to the first server in the calling path in the servers meeting the data return rule; and if all the servers on the calling path do not accord with the data return rule, returning real data according to the real server address on the calling path.
In the embodiment of the invention, the client, the server and the interface management service system are formed into a star topology structure taking the interface management service system as a center, so that the system coupling degree is reduced, and when a certain service is down or is frequently restarted in a short time, the interference of the service on the work of a technical tester and a tester can be reduced; whether the server on the calling path meets the return rule of the simulation background data or not is judged through the routing table so as to determine whether the corresponding simulation background data or the real data is directly returned, therefore, the effects of configuring various processing rules and returning results for one interface are achieved, and meanwhile, the service testing efficiency of testers is improved.
In some embodiments of the invention, the call path comprises: and the client side is connected with the interface management service system and then connected with all the servers in the calling request, wherein the calling among all the servers in the calling request is communicated through the interface management server system.
The above embodiment of the present invention is based on a star topology structure with an interface management service system as a center, so that the call paths of the servers in the service test process are communicated by the interface management service system, and a basis is provided for the subsequent interface management service system to dynamically decide to return different types of data according to the routing table.
In some embodiments of the invention, the invocation request is an http request; the routing table includes: the interface and the parameter corresponding to the server, and the pre-configured simulation background data.
In some embodiments of the present invention, if there is a server meeting the data return rule in the servers on the call path, returning simulation background data corresponding to a first server in the call path in the servers meeting the data return rule, including: and performing background simulation according to the attribute or the event type of the call request and returning the simulation background data.
In some embodiments of the present invention, if all servers on the call path do not conform to the data return rule, returning real data according to a real server address on the call path includes: transmitting the calling request to a real server address on the calling path; and acquiring the real data obtained by responding after calling the real service address, and returning the real data.
According to a second aspect of the present invention, an embodiment of the present invention provides a service testing system based on an interface management service system, where the interface management service system, a client and a server form a star topology structure with the interface management service system as a center; wherein, this interface management service system includes: the calling path determining unit is used for determining a calling path according to a calling request sent by the client; the judging unit is used for judging whether the server on the calling path and the parameters corresponding to the server meet the simulation background data return rule in the routing table or not; the simulation background data returning unit is used for returning simulation background data corresponding to a first server in the calling path in the servers according with the data return rule when the judging unit determines that the servers according with the data return rule exist in the servers on the calling path; and the real data returning unit is used for returning the real data according to the real server address on the calling path when the judging unit determines that all the servers on the calling path do not accord with the data returning rule.
In the embodiment of the invention, the client, the server and the interface management service system are formed into a star topology structure taking the interface management service system as a center, so that the system coupling degree is reduced, and when a certain service is down or is frequently restarted in a short time, the interference of the service on the work of a technical tester and a tester can be reduced; whether the server on the calling path meets the return rule of the simulation background data or not is judged through the routing table so as to determine whether the corresponding simulation background data or the real data is directly returned, therefore, the effects of configuring various processing rules and returning results for one interface are achieved, and meanwhile, the service testing efficiency of testers is improved.
In some embodiments of the invention, the call path comprises: and the client side is connected with the interface management service system and then connected with all the servers in the calling request, wherein the calling among all the servers in the calling request is communicated through the interface management server system.
The above embodiment of the present invention is based on a star topology structure with an interface management service system as a center, so that the call paths of the servers in the service test process are communicated by the interface management service system, and a basis is provided for the subsequent interface management service system to dynamically decide to return different types of data according to the routing table.
In some embodiments of the invention, the invocation request is an http request; the routing table includes: the interface and the parameter corresponding to the server, and the pre-configured simulation background data.
In some embodiments of the present invention, when the determining unit determines that there is one server meeting the data return rule in the servers on the call path, returning the simulation background data corresponding to the first server in the call path in the servers meeting the data return rule, includes: and performing background simulation according to the attribute or the event type of the call request and returning the simulation background data to the client.
In some embodiments of the present invention, when the determining unit determines that all servers on the call path do not comply with the data return rule, returning real data according to a real server address on the call path includes: transmitting the calling request to a real server address on the calling path; and acquiring the real data obtained by responding after calling the real service address, and returning the real data to the client.
According to a third aspect of the present invention, the present invention provides a computer-readable storage medium having stored thereon computer-readable instructions, which, when executed by a processor, cause a computer to perform the following operations: the operation includes the steps included in the service testing method according to any one of the above embodiments.
According to a fourth aspect of the present invention, the present invention provides a computer device including a memory and a processor, the memory being configured to store one or more computer-readable instructions, wherein the one or more computer-readable instructions, when executed by the processor, can implement the business testing method according to any one of the above embodiments.
As can be seen from the above, the service testing method, system, device and storage medium based on the interface management service system according to the embodiments of the present invention, by configuring the client, the server and the interface management service system as a star topology structure with the interface management service system as the center, the system coupling degree is reduced, and when a certain service is down or frequently restarted in a short time, the interference caused by the service to the work of the technical and testing personnel can be reduced; whether the server on the calling path meets the return rule of the simulation background data or not is judged through the routing table, so that whether the simulation background data or the real data is returned is dynamically decided, the effects of configuring various processing rules and returning results for one interface are achieved, and meanwhile the service testing efficiency of testers is improved.
Drawings
FIG. 1 is a diagram illustrating a call relationship between services in the prior art;
fig. 2 is a schematic diagram of a system architecture to which a service testing method based on an interface management service system is applied according to an embodiment of the present invention;
FIG. 3 is a flowchart illustrating a method for testing services based on an interface management service system according to an embodiment of the present invention;
fig. 4 is an architecture diagram of a business test system based on an interface management service system according to the present invention.
Detailed Description
Various aspects of the invention are described in detail below with reference to the following figures and detailed description. Well-known modules, units and their interconnections, links, communications or operations with each other are not shown or described in detail. Furthermore, the described features, architectures, or functions can be combined in any manner in one or more implementations. It should be understood by those skilled in the art that the following embodiments are illustrative only and are not intended to limit the scope of the present invention. It will also be readily understood that the modules or units or processes of the embodiments described herein and illustrated in the figures can be combined and designed in a wide variety of different configurations.
Fig. 2 is a schematic diagram of a system architecture to which the service testing method based on the interface management service system is applied according to an embodiment of the present invention.
As shown in fig. 2, in the service testing method based on the interface management service system according to the embodiment of the present invention, the client, the server, and the interface management service system are configured as a star topology structure centering on the interface management service system. Thus, the call between servers requires re-calling other servers through the interface management service system, taking the server shown in fig. 1 as an example, in fig. 1, "(1) client- > a- > B- > D; (2) the calling sequence of the client-A-C' corresponds to the full link calling sequence in FIG. 2 as follows: client- > interface management service system- > A- > interface management service system- > B- > interface management service system- > D, client- > interface management service system- > A- > C.
The client, the server and the interface management service system form a star topology structure taking the interface management service system as a center, so that the system coupling degree is reduced, and the interference to the work of the technical personnel and the testing personnel can be reduced when a certain service is down or frequently restarted in a short time.
Fig. 3 is a flowchart illustrating a method for testing services based on an interface management service system according to an embodiment of the present invention. The service test method is executed on the interface management service system shown in fig. 2.
As shown in fig. 3, in an embodiment of the present invention, the service testing method may include: step S31, step S32, step S33, step S34, and step S35, which will be described in detail below.
In step S31, a call request of the client is received. In one embodiment, the call request of the client reaches the interface management service system after passing through a firewall.
In another embodiment, the invocation request may be an HTTP request, where the HTTP request includes a request line and a request header, and the partial post type request (a request type of an HTTP protocol) further includes a request body, and the service may define different request paths to process different functions, or define the same request path, and mark specific functions by carrying different function numbers in the request.
In step S32, a call path is determined according to the call request. In one embodiment, the call path includes: and the client side is connected with the interface management service system and then connected with all the servers in the calling request, wherein the calling among all the servers in the calling request is communicated through the interface management server system. Specifically, the server to be called is determined according to the call request, and then a complete call path is determined according to the system architecture shown in fig. 2. Illustratively, if the server to be called contains A and B, the call path is "client- > -interface management service system- > A- > -interface management service system- > B", if the server to be called contains A, B, D, the call path is "client- > -interface management service system- > A- > -interface management service system- > B- > -interface management service system- > D".
In step S33, it is determined whether the servers on the call path and the parameters corresponding to the servers meet the simulation background data return rule in the routing table, step S34 is executed when there is a server meeting the data return rule in the servers on the call path, and step S35 is executed when all the servers on the call path do not meet the data return rule.
In one embodiment, the routing table includes, but is not limited to: the interface and the parameter corresponding to the server, and the pre-configured simulation background data. The routing table is set according to maintenance rules and requirements, and the preconfigured analog background data is, for example, a mock response packet (a kind of virtual background data).
In another embodiment, whether the servers on the call path and the parameters corresponding to the servers meet the simulation background data return rule in the routing table may be sequentially determined according to the call sequence of the servers on the call path.
In step S34, the simulation background data corresponding to the first server located in the call path in the servers meeting the data return rule is returned. In an embodiment, specifically, background simulation may be performed according to an attribute or an event type of the call request, and the simulation background data is returned.
In another embodiment, whether the servers on the calling path and the parameters corresponding to the servers meet the simulation background data return rule in the routing table or not is sequentially judged according to the calling sequence of the servers on the calling path, and when it is determined that one server meets the corresponding data return rule, the simulation background data corresponding to the server is directly returned, and other servers on the calling path are not judged continuously.
In step S35, real data is returned according to the real server address on the call path. In an embodiment, the call request may be specifically transmitted to a real server address on the call path; and acquiring the real data obtained by responding after calling the real service address, and returning the real data.
In another embodiment, the administrator may be prompted to configure the real server address to obtain the real data after the invocation.
An example of returning simulated background data is given according to the above embodiment, as follows:
retrieving the routing table according to the request attribute, retrieving and judging whether the request meets the simulation background data return rule or not, and if not, executing a test according to a request link; if the interface and the parameters of the request service B meet the return rule of the simulation background data, the calling sequence at the moment is as follows: the client-interface management service system-A-interface management service system (mock B, namely, the simulated background data pre-configured by the service B is directly returned), A-interface management service system-C.
Therefore, based on the routing table and the parameters carried/determined by the request, the routing can be retrieved once and different simulation background response messages can be simulated and returned for different attributes or events, the stability of an internal system and a third-party system is not needed to be worried, the degree of dependence on the third-party system is reduced, and various scenes which are not easy to trigger can be better simulated. In addition, the whole testing process does not need research and development personnel to modify codes, and the efficiency and the convenience of the testing work of the testing personnel can be improved.
By adopting the method of the embodiment of the invention, whether the server on the calling path meets the return rule of the simulation background data or not is judged through the routing table so as to determine whether the corresponding simulation background data or the real data is directly returned, thereby realizing the effects of configuring various processing rules and returning results for one interface and simultaneously improving the service testing efficiency of testers.
In other embodiments, when the request after step S35 has no corresponding simulation background data in the routing table, the administrator does not need to reconfigure the real server address, and can directly request the real server that has already configured the real server address and return the corresponding real data.
Fig. 4 is an architecture diagram of a business test system based on an interface management service system according to the present invention.
As shown in fig. 4, the business test system includes an interface management service system, a client, and a server. The interface management service system, the client, and the plurality of servers are configured in a star topology as shown in fig. 2.
Wherein, the interface management service system includes:
a call path determining unit 410, configured to determine a call path according to a call request sent by the client. In one embodiment, the call request of the client reaches the interface management service system after passing through a firewall.
In another embodiment, the call request may be an http request, where the http request includes a request line and a request header, and the partial post type request further includes a request body, and the service may define different request paths to process different functions, or define the same request path, and mark a specific function by carrying a different function number in the request.
In other embodiments, the call path includes: and the client side is connected with the interface management service system and then connected with all the servers in the calling request, wherein the calling among all the servers in the calling request is communicated through the interface management server system. Specifically, the server to be called is determined according to the call request, and then a complete call path is determined according to the system architecture shown in fig. 2.
The determining unit 420 is configured to determine whether the server on the call path and the parameter corresponding to the server meet a simulation background data return rule in a routing table.
In one embodiment, the routing table includes, but is not limited to: the interface and the parameter corresponding to the server, and the pre-configured simulation background data. The pre-configured analog background data is, for example, a mock response packet (a kind of virtual background data).
In another embodiment, whether the servers on the call path and the parameters corresponding to the servers meet the simulation background data return rule in the routing table may be sequentially determined according to the call sequence of the servers on the call path.
And a simulation background data returning unit 430, configured to, when the determining unit determines that there is a server meeting the data return rule in the servers in the call path, return simulation background data corresponding to a first server located in the call path in the servers meeting the data return rule. In an embodiment, specifically, background simulation may be performed according to an attribute or an event type of the call request, and the simulation background data is returned.
A real data returning unit 440, configured to return real data according to the real server address on the call path when the determining unit determines that all servers on the call path do not comply with the data returning rule. In an embodiment, the call request may be specifically transmitted to a real server address on the call path; and acquiring the real data obtained by responding after calling the real service address, and returning the real data.
In another embodiment, the administrator may be prompted to configure the real server address to obtain the real data after invocation.
By adopting the system of the embodiment of the invention, the client, the server and the interface management service system are formed into a star topology structure taking the interface management service system as the center, the system coupling degree is reduced, and the interference on the work of the technology and the tester can be reduced when a certain service is down or is frequently restarted in a short time; whether the servers on the calling path meet the return rules of the simulation background data or not is judged through the routing table so as to determine whether the corresponding simulation background data or the real data are directly returned, therefore, the effects of configuring various processing rules and returning results for one interface are achieved, and meanwhile, the service testing efficiency of testers is improved.
Through the above description of the embodiments, those skilled in the art will clearly understand that the present invention can be implemented by combining software and a hardware platform. With this understanding in mind, all or part of the technical solutions of the present invention that contribute to the background can be embodied in the form of a software product, which can be stored in a storage medium, such as a ROM/RAM, a magnetic disk, an optical disk, etc., and includes instructions for causing a computer device (which can be a personal computer, a server, or a network device, etc.) to execute the methods according to the embodiments or some parts of the embodiments.
Correspondingly, the embodiment of the invention also provides a computer-readable storage medium, on which computer-readable instructions or a program are stored, and the computer-readable instructions or the program when executed by a processor cause a computer to execute the following operations: the operation includes the steps included in the service testing method according to any of the above embodiments, and details are not repeated here. Wherein the storage medium may include: such as optical disks, hard disks, floppy disks, flash memory, magnetic tape, etc.
In addition, the embodiment of the present invention further provides a computer device including a memory and a processor, where the memory is used for storing one or more computer readable instructions or programs, and when the processor executes the one or more computer readable instructions or programs, the service testing method according to any one of the above embodiments can be implemented. The computer device may be, for example, a server, a desktop computer, a notebook computer, a tablet computer, or the like.
Finally, it should be noted that: the above embodiments are only for illustrating the technical solutions of the present invention, and not for limiting the same; although the present invention has been described in detail with reference to the foregoing embodiments, it will be understood by those skilled in the art that: the technical solutions described in the foregoing embodiments may 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. Therefore, the protection scope of the present invention should be subject to the claims.

Claims (10)

1. A business test method based on an interface management service system is characterized in that a client, a server and the interface management service system form a star topology structure taking the interface management service system as a center;
the service testing method comprises the following steps:
the interface management service system receives a calling request of the client;
determining a calling path according to the calling request, wherein the calling path comprises the client to an interface management service system and then to all servers in the calling request, and calling among all servers in the calling request is communicated through the interface management server system;
judging whether the servers on the calling path and the parameters corresponding to the servers meet a simulation background data return rule in a routing table or not, wherein the routing table comprises: the interface and the parameter corresponding to the server and the pre-configured simulation background data;
if the server meeting the data return rule exists in the servers on the calling path, returning the simulation background data corresponding to the first server in the calling path in the servers meeting the data return rule;
and if all the servers on the calling path do not accord with the data return rule, returning real data according to the real server address on the calling path.
2. The traffic testing method according to claim 1, wherein the invocation request is an http request.
3. The service testing method of claim 1, wherein if there is a server meeting the data return rule in the servers on the call path, returning the simulation background data corresponding to the first server in the call path in the servers meeting the data return rule, comprises:
and performing background simulation according to the attribute or the event type of the call request and returning the simulation background data.
4. The service testing method according to claim 1, wherein if all servers on the call path do not comply with the data return rule, returning real data according to a real server address on the call path comprises:
transmitting the calling request to a real server address on the calling path;
and acquiring the real data obtained by responding after calling the real server address, and returning the real data.
5. A business test system based on an interface management service system is characterized in that the interface management service system, a client and a server form a star topology structure taking the interface management service system as a center;
wherein, the interface management service system includes:
a call path determining unit, configured to determine a call path according to a call request sent by the client, where the call path includes the client to an interface management service system and then to all servers in the call request, and calls among all servers in the call request are communicated through the interface management server system;
a determining unit, configured to determine whether a server on the call path and a parameter corresponding to the server meet a simulation background data return rule in a routing table, where the routing table includes: the interface and the parameter corresponding to the server and the pre-configured simulation background data;
the simulation background data returning unit is used for returning the simulation background data corresponding to the first server in the calling path in the servers according with the data return rule when the judging unit determines that the servers according with the data return rule exist in the servers on the calling path;
and the real data returning unit is used for returning the real data according to the real server address on the calling path when the judging unit determines that all the servers on the calling path do not accord with the data returning rule.
6. The traffic testing system of claim 5, wherein the invocation request is an http request.
7. The business test system of claim 5, wherein when the determining unit determines that there is one server in the servers on the call path that meets the data return rule, returning the simulation background data corresponding to the first server in the call path in the servers that meet the data return rule comprises:
and performing background simulation according to the attribute or the event type of the call request and returning the simulation background data to the client.
8. The service testing system of claim 5, wherein when the determining unit determines that all servers on the call path do not comply with the data return rule, returning real data according to a real server address on the call path comprises:
transmitting the calling request to a real server address on the calling path;
and acquiring the real data obtained by responding after calling the real server address, and returning the real data to the client.
9. A computer readable storage medium storing computer readable instructions for execution by a processor to implement the traffic testing method of any of claims 1-4.
10. A computer device comprising a memory and a processor;
wherein the memory is configured to store one or more computer-readable instructions, which when executed by the processor, implement the traffic testing method of any of claims 1-4.
CN202110704902.3A 2021-06-24 2021-06-24 Service test method, system, device and storage medium Active CN113452575B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110704902.3A CN113452575B (en) 2021-06-24 2021-06-24 Service test method, system, device and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110704902.3A CN113452575B (en) 2021-06-24 2021-06-24 Service test method, system, device and storage medium

Publications (2)

Publication Number Publication Date
CN113452575A CN113452575A (en) 2021-09-28
CN113452575B true CN113452575B (en) 2022-11-22

Family

ID=77812423

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110704902.3A Active CN113452575B (en) 2021-06-24 2021-06-24 Service test method, system, device and storage medium

Country Status (1)

Country Link
CN (1) CN113452575B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114374615B (en) * 2021-12-30 2023-11-28 中企云链(北京)金融信息服务有限公司 Data virtual interaction simulation method and device, storage medium and electronic device

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111782535A (en) * 2020-06-30 2020-10-16 京东数字科技控股股份有限公司 Test method and device
CN111831365A (en) * 2020-07-29 2020-10-27 中国平安财产保险股份有限公司 Interface route forwarding method, system, computer equipment and readable storage medium

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10592402B2 (en) * 2017-11-20 2020-03-17 International Business Machines Corporation Automated integration testing with mock microservices
CN108345535B (en) * 2017-12-26 2022-03-04 创新先进技术有限公司 mock testing method, device and equipment
CN110765024B (en) * 2019-10-29 2023-08-29 百度在线网络技术(北京)有限公司 Simulation test method, simulation test device, electronic equipment and computer readable storage medium
CN110990205B (en) * 2019-11-28 2022-09-02 腾讯科技(深圳)有限公司 Interface call testing method, device and computer readable storage medium
CN111159037A (en) * 2019-12-29 2020-05-15 北京车与车科技有限公司 API (application program interface) mock and agent testing method
CN111865679B (en) * 2020-07-14 2021-02-23 北京自如信息科技有限公司 Data simulation method, device, equipment and readable storage medium
CN112035344A (en) * 2020-08-13 2020-12-04 天津智融创新科技发展有限公司 Multi-scenario test method, device, equipment and computer readable storage medium

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111782535A (en) * 2020-06-30 2020-10-16 京东数字科技控股股份有限公司 Test method and device
CN111831365A (en) * 2020-07-29 2020-10-27 中国平安财产保险股份有限公司 Interface route forwarding method, system, computer equipment and readable storage medium

Also Published As

Publication number Publication date
CN113452575A (en) 2021-09-28

Similar Documents

Publication Publication Date Title
CN110347596B (en) Test method, device, system, electronic equipment and medium
US20190132214A1 (en) Impact analyzer for a computer network
US10205637B2 (en) Impact analyzer for a computer network
US20110122776A1 (en) Method, Apparatus, and Computer Program Product for Traffic Simulation Tool for Networks
US11855873B2 (en) Virtualized cellular network multi-stage test and ticketing environment
EP2056559A1 (en) Method and system for network simulation
US20060039538A1 (en) "Software only" tool for testing networks under high-capacity, real-world conditions
JP5792379B2 (en) Message flow route change for autonomously and automatically interrupted network elements
US7809368B2 (en) Architecture for location independent, automated integration testing and quality assurance of next generation IMS services
CN109639488B (en) Multi-extranet shunt acceleration method and system
CN105743687B (en) Method and device for judging node fault
CN106330951A (en) Network protection method, network protection device and network protection system
CN113452575B (en) Service test method, system, device and storage medium
JP5649840B2 (en) SIP servlet application cohosting
CN109857391A (en) Processing method and processing device, storage medium and the electronic device of data
CN112468664A (en) Outbound method, device, system, electronic equipment and storage medium
CN110784358A (en) Method and device for constructing network call relation topological graph
US20080228873A1 (en) Method and system for generic application liveliness monitoring for business resiliency
US20030110243A1 (en) Method, system and policy decision point (PDP) for policy-based test management
US8909770B2 (en) Performance estimator for network devices
CN113918326A (en) Request processing method and device
WO2022204676A1 (en) Systems and methods for low latency stateful threat detection and mitigation
CN112783673A (en) Method and device for determining call chain, computer equipment and storage medium
CN106161051B (en) Custom end intelligent route selection
US11397606B2 (en) Systems and methods for automated monitoring and troubleshooting of unknown dependencies in a virtual infrastructure

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