CN113411234B - Interface testing method, system and computer readable storage medium - Google Patents

Interface testing method, system and computer readable storage medium Download PDF

Info

Publication number
CN113411234B
CN113411234B CN202110673124.6A CN202110673124A CN113411234B CN 113411234 B CN113411234 B CN 113411234B CN 202110673124 A CN202110673124 A CN 202110673124A CN 113411234 B CN113411234 B CN 113411234B
Authority
CN
China
Prior art keywords
interface
address
test
access request
response information
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
CN202110673124.6A
Other languages
Chinese (zh)
Other versions
CN113411234A (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.)
Hangzhou Yaowang Network Technology Co ltd
Original Assignee
Hangzhou Yaowang Network 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 Hangzhou Yaowang Network Technology Co ltd filed Critical Hangzhou Yaowang Network Technology Co ltd
Priority to CN202110673124.6A priority Critical patent/CN113411234B/en
Publication of CN113411234A publication Critical patent/CN113411234A/en
Application granted granted Critical
Publication of CN113411234B publication Critical patent/CN113411234B/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/50Testing arrangements

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Debugging And Monitoring (AREA)
  • Techniques For Improving Reliability Of Storages (AREA)
  • Test And Diagnosis Of Digital Computers (AREA)

Abstract

The invention discloses an interface testing method, a system and a storage medium, wherein the method comprises the following steps: the method comprises the following steps that a flash route receives an interface access request sent by a test end, and sends the interface access request to a general interface when the interface access request is determined to contain a general interface address; the universal interface extracts the test interface address from the interface access request, searches the response information corresponding to the test interface address from the database, and returns the response information to the test end. The invention can use the universal interface to manage the interface information and the response information, and the flash route only needs to forward the interface access request without managing the interface information and the response information, thereby effectively avoiding the restart problem caused by the memory management mechanism of the flash route in the related technology and further effectively improving the test efficiency of the tester; meanwhile, the database is adopted to store the response information, so that the management efficiency of the response information can be effectively improved.

Description

Interface testing method, system and computer readable storage medium
Technical Field
The present invention relates to the field of interface testing, and in particular, to a method and a system for testing an interface and a computer readable storage medium.
Background
The flash is a miniature Web framework developed based on Python, and is commonly used for simulating an interface and a corresponding response in interface test so as to improve the efficiency of interface test. In the related art, the management of the interface information and the response information by the flash route is based on the memory, when the interface information and the response information need to be changed, the flash route needs to be stopped and restarted to rewrite the memory, and the efficiency of testing the interface by using the flash by a tester is reduced.
Disclosure of Invention
The invention aims to provide an interface test method, an interface test system and a computer readable storage medium, which can use a universal interface and a database to manage interface information and response information, and a flash route only needs to forward an interface access request without managing test interface information and response information, thereby effectively improving the test efficiency of testers.
In order to solve the above technical problem, the present invention provides an interface testing method, including:
the method comprises the following steps that a flash route receives an interface access request sent by a testing end, and sends the interface access request to a general interface when the interface access request is determined to contain a general interface address;
the universal interface extracts a test interface address from the interface access request, searches response information corresponding to the test interface address from a database, and returns the response information to the test end.
Optionally, before the interface access request sent by the flash route receiving test end, the method further includes:
and the test end splices the universal interface address and the test interface address to obtain a total interface address, encapsulates the total interface address into the interface access request, and sends the interface access request to the flash route.
Optionally, before the testing end splices the generic interface address and the testing interface address to obtain a total interface address, the method further includes:
the flash route sets an address splicing template by utilizing the universal interface address;
correspondingly, the splicing of the universal interface address and the test interface address by the test end to obtain a total interface address includes:
the testing end uses the address splicing template to splice the universal interface address and the testing interface address to obtain the total interface address;
correspondingly, the extracting, by the generic interface, the test interface address from the interface access request includes:
and the universal interface extracts a test interface address from the interface access request by using the address splicing template.
Optionally, before the interface access request sent by the flash route receiving test end, the method further includes:
and the flash router receives the address of the test interface to be configured and the corresponding response information, and adds the address of the test interface to be configured and the corresponding response information to the database.
Optionally, the searching for the response information corresponding to the test interface address from the database includes:
the general interface judges whether the response information exists in a cache;
if yes, the step of returning the response information to the test end is executed;
if not, searching the response information from the database, storing the response information to the cache, and executing the step of returning the response information to the test terminal.
The present invention also provides an interface test system, comprising: flash route, general interface, testing end and database, wherein,
the flash router is used for receiving an interface access request sent by a test end and sending the interface access request to a universal interface when determining that the interface access request contains a universal interface address;
the universal interface is used for extracting a test interface address from the interface access request, searching response information corresponding to the test interface address from the database, and returning the response information to the test end;
the test end is used for sending an interface access request;
and the database is used for storing the response information.
Optionally, the test end is further configured to splice the universal interface address and the test interface address to obtain a total interface address, package the total interface address into the interface access request, and send the interface access request to the flash route.
Optionally, the flash route is further configured to set an address splicing template by using the universal interface address;
the testing end is also used for splicing the universal interface address and the testing interface address by using the address splicing template to obtain the total interface address;
the universal interface is further used for extracting a test interface address from the interface access request by using the address splicing template.
Optionally, the flash route is further configured to receive a test interface address to be configured and corresponding response information, and add the test interface address to be configured and the corresponding response information to the database.
The invention also provides a computer-readable storage medium, wherein computer-executable instructions are stored in the computer-readable storage medium, and when the computer-executable instructions are loaded and executed by a processor, the interface testing method is realized.
The invention provides an interface testing method, which comprises the following steps: the method comprises the following steps that a flash route receives an interface access request sent by a testing end, and sends the interface access request to a general interface when the interface access request is determined to contain a general interface address; the universal interface extracts a test interface address from the interface access request, searches response information corresponding to the test interface address from a database, and returns the response information to the test end.
Therefore, after receiving an interface access request sent by a test end, the flash router forwards the request to a general interface for subsequent processing when determining that the request contains a general interface address, in other words, the flash router can manage interface information and response information by using the general interface, and only needs to forward the interface access request, does not need to manage the interface information and the response information, can effectively avoid the restart problem caused by a memory management mechanism of the flash router in the related technology, and further can effectively improve the efficiency of a tester for carrying out interface test by using the flash; meanwhile, the database is adopted to store the response information, and after the universal interface extracts the test interface address in the interface access request, the corresponding response information is searched from the database and returned, so that the management efficiency of the response information can be effectively improved. The invention also provides an interface test system and a computer readable storage medium, which have the beneficial effects.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the provided drawings without creative efforts.
Fig. 1 is a flowchart of an interface testing method according to an embodiment of the present invention;
fig. 2 is a block diagram of an interface test system according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present invention clearer, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are some, but not all, embodiments of the present invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
The flash is a miniature Web framework developed based on Python, and is commonly used for simulating an interface and a corresponding response in interface test so as to improve the efficiency of interface test. In the related art, the management of the interface information and the response information by the flash route is based on the memory, and when the interface information and the response information are changed, the flash route needs to be restarted to rewrite the memory, so that the efficiency of testing the interface by using the flash by a tester is reduced. In view of this, embodiments of the present invention provide an interface testing method, which can manage interface information and response information by using a universal interface and a database, and a flash route only needs to forward an interface access request to the universal interface, and does not need to manage test interface information and response information, thereby effectively improving test efficiency of a tester. Referring to fig. 1, fig. 1 is a flowchart of an interface testing method according to an embodiment of the present invention, where the method includes:
s101, receiving an interface access request sent by a test end through a flash route, and sending the interface access request to a general interface when determining that the interface access request contains a general interface address.
In the related art, the flash service generally needs to manage the test interface address and the response information of the test interface, and the management content of the flash service is implemented based on the memory. Therefore, when a tester needs to modify a test interface address or response information, the flash service needs to be stopped first, and the flash service is restarted after the modification is completed so as to rewrite the memory of the flash service, so that the operation is complicated, and the working efficiency of the tester is reduced. In the embodiment of the invention, the flash route is used for forwarding the interface access request to the universal interface, and the universal interface processes subsequent response work, that is, the flash route in the embodiment of the invention does not need to manage the address and response data of the test interface, and only needs to complete request forwarding, so that the original memory-based management function of the flash can be effectively transferred to the universal interface, the restart problem caused by the original memory-based management function of the flash is effectively avoided, and the test efficiency of a tester can be effectively improved.
It can be understood that the flash route determines the corresponding interface through the interface address in the interface access request, and if the interface access request needs to be forwarded to the general interface, at least the general interface address of the general interface should be included in the interface access request, so that the flash route can be forwarded.
It should be noted that the embodiment of the present invention does not limit the specific form of the universal interface, and it can be understood that the universal interface belongs to a Web interface and is used for responding to an interface access request of a test end, so that the related technologies of the Web interface (for example, a Web Service interface and an HTTP interface) may be referred to and set according to actual application requirements. The embodiment of the invention also does not limit the specific form of the universal interface address, and can refer to the related technology of the interface address. The embodiment of the present invention also does not limit the specific form of the interface access request, and may refer to the related technologies of the interface request (e.g., Get method, Post method, etc.).
Further, considering that the generic interface needs to determine the test interface by using the information in the request after the interface access request is forwarded to the generic interface, it can be understood that the interface access request also needs to include the test interface address of the test interface. The embodiment of the present invention does not limit how to transmit the test interface address to the universal interface using the interface access request, for example, a special variable may be set in the interface access request to transmit a character string value of the test interface address, or a character string of the test interface address and a character string of the universal interface address may be directly spliced, and the spliced address character string is used as the interface address of the interface access request, so as to transmit the test interface address to the universal interface. In consideration of the fact that additional development work is brought by setting of special variables, and splicing can be directly realized by resources in the existing interface access request to realize corresponding functions, in the embodiment of the invention, the test interface address can be transmitted in a mode of splicing with the general interface address.
In a possible case, before the flash route receives the interface access request sent by the test end, the method may further include:
step 11: and the test end splices the universal interface address and the test interface address to obtain a total interface address, encapsulates the total interface address into the interface access request, and sends the interface access request to the flash route.
It should be noted that, the embodiment of the present invention does not limit the way in which the test end splices the universal interface address and the test interface address, and can be set according to the actual application requirements. It can be understood that, since the spliced character string is still an interface address, the splicing operation should obey the writing rule of the interface address to ensure that the total interface address can be resolved normally.
Further, the total interface address comprises fields of a general interface address and a test interface address, so that the flash routing and the general interface can extract the required address fields in a character string comparison and regular expression matching mode. The embodiment of the invention does not limit the specific mode of character string comparison and the specific form of the regular expression, and can be set by referring to the related technology. Further, in order to improve matching efficiency and standardize address splicing operation of the test end, a special address splicing template can be set so that the test end can splice addresses according to the template, and the universal interface extracts test interface addresses according to the template.
In a possible case, before the splicing the universal interface address and the test interface address at the test end to obtain the total interface address, the method may further include:
step 21: the flash route sets an address splicing template by using a universal interface address;
correspondingly, the splicing of the universal interface address and the test interface address by the test end to obtain a total interface address may include:
step 31: the test end uses an address splicing template to splice the universal interface address and the test interface address to obtain a total interface address;
correspondingly, the extracting, by the generic interface, the test interface address from the interface access request may include:
step 41: the universal interface extracts the test interface address from the interface access request by using the address splicing template.
It should be noted that, the embodiment of the present invention does not limit the specific form of the address splicing template, and may refer to the writing rule of the interface address and perform setting according to the actual application requirement.
The setting and application of the address splicing template are described below with reference to specific examples. In one possible case, a path label < path > may be added to the flash route, which label may be used by the generic interface to identify the test interface address; and further, an address splicing template (also called mock baffle interface address) can be set in the flash route: and/common Mock/< path: routerpath >, wherein/common Mock is the universal interface address field and/path: routerpath > is the placeholder for the test interface address field. Flash routing sets specific routing rules and sends all requests with/common mock field to the generic interface. Correspondingly, when the testing end splices the interface address, only the routerpath needs to be replaced by the actual testing interface address, for example, in a possible case, the testing interface address is/api/addProduct, and then the address spliced by the testing end at this time is: common Mock/api/addProduct. Accordingly, when the universal interface receives the interface access request, it will read the/< path > portion of the interface address to extract the test interface address, in the above example, the universal interface will extract the/api/addProduct, and then can use the/api/addProduct field to look up the corresponding response information in the database and return it.
S102, the universal interface extracts the test interface address from the interface access request, searches response information corresponding to the test interface address from the database, and returns the response information to the test end.
The embodiment of the invention adopts the database to store the response information corresponding to the test interface, and the universal interface only needs to search the corresponding response information from the database according to the address of the test interface. In other words, in the embodiment of the present invention, the database is used to manage the correspondence between the test interface address and the response information, and the original memory-based management mode of the flash routing is replaced. Because the modification of the data in the database does not depend on the flash route, in the embodiment of the invention, when a tester needs to modify the test interface address or the response information, the modification can be directly carried out in the database without stopping the flash service or restarting the flash route, and the working efficiency of the tester can be effectively improved.
It should be noted that, the description of the test interface address in the embodiment of the present invention is consistent with the description of the universal interface address, and reference may be made to the above description. The embodiment of the invention also does not limit the specific form and content of the response information, can refer to the related technology of interface response, and can be set according to the actual application requirements. The embodiment of the invention also does not limit the specific database type and can be set according to the actual application requirements.
Furthermore, the embodiment of the present invention does not limit the way for the tester to modify the test interface address and the response information, for example, the tester may directly modify the test interface address and the response information in the database, or may set a visual interface at the flash route and set the visual interface at the flash route, so that the flash route updates the database. In view of the fact that the operation of the database is complex and usually does not have an intuitive visual interface, but the flash has an application interface, in the embodiment of the invention, a corresponding visual interface can be set in the flash route, the address of the test interface and the response information are modified through the flash route, and the database is updated through the flash route.
In a possible case, before the flash route receives the interface access request sent by the test end, the method may further include:
step 51: and the flash router receives the address of the test interface to be configured and the corresponding response information, and adds the address of the test interface to be configured and the corresponding response information to the database.
Furthermore, the embodiment of the invention does not limit whether a cache mechanism is introduced for the universal interface, and when the universal interface directly reads the database and can ensure sufficient reading speed, the cache mechanism does not need to be introduced for the universal interface; when the response speed of the universal interface needs to be improved, a cache mechanism can be introduced into the universal interface. In the embodiment of the invention, in order to further improve the testing efficiency of the tester, a cache mechanism can be introduced into the universal interface, namely, the cache is utilized to temporarily store the test interface address and the corresponding response information in the database. It should be noted that, the embodiment of the present invention does not limit a specific caching mechanism, and reference may be made to a cache correlation technique.
In a possible case, searching the response information corresponding to the test interface address from the database may include:
step 61: the universal interface judges whether response information exists in the cache or not; if yes, go to step 62; if not, go to step 63;
step 62: executing the step of returning the response information to the test end;
and step 63: and searching the response information from the database, storing the response information to a cache, and executing the step of returning the response information to the test terminal.
Based on the embodiment, after receiving an interface access request sent by a test end, the flash router in the invention forwards the request to the universal interface for subsequent processing when determining that the request contains the universal interface address, in other words, the invention can use the universal interface to manage interface information and response information, and the flash router only needs to forward the interface access request without managing the interface information and the response information, thereby effectively avoiding the restart problem brought by a memory management mechanism of the flash router in the related technology and further effectively improving the efficiency of a tester for interface testing by using the flash; meanwhile, the invention adopts the database to store the response information, after the universal interface extracts the test interface address in the interface access request, the corresponding response information can be searched from the database and returned, and the management efficiency of the response information can be effectively improved.
The following describes an interface testing system and a computer-readable storage medium according to embodiments of the present invention, and the interface testing system and the computer-readable storage medium described below and the interface testing method described above may be referred to correspondingly.
Referring to fig. 2, fig. 2 is a block diagram of an interface testing system according to an embodiment of the present invention, where the system may include: flash route 201, universal interface 202, test end 203, and database 204, wherein,
the flash router 201 is configured to receive an interface access request sent by the test terminal 203, and send the interface access request to the universal interface 202 when it is determined that the interface access request includes a universal interface address;
the universal interface 202 is used for extracting a test interface address from the interface access request, searching response information corresponding to the test interface address from the database 204, and returning the response information to the test terminal 203;
the test end 203 is used for sending an interface access request;
and a database 204 for storing the response information.
Optionally, the test end 203 may be further configured to splice the general interface address and the test interface address to obtain a total interface address, package the total interface address into the interface access request, and send the interface access request to the flash route 201.
Optionally, the flash route 201 may also be configured to set an address splicing template by using a general interface address;
the test end 203 can also be used for splicing the universal interface address and the test interface address by using the address splicing template to obtain a total interface address;
the generic interface 202 may also be used to extract a test interface address from an interface access request using an address stitching template.
Optionally, the flash router 201 may be further configured to receive the test interface address to be configured and the corresponding response information, and add the test interface address to be configured and the corresponding response information to the database 204.
Optionally, the generic interface 202 is further provided with a cache, wherein,
the universal interface 202 may also be configured to determine whether response information exists in the cache; if yes, executing the step of returning the response information to the test terminal 203; if not, searching the response information from the database 204, storing the response information to a cache, and executing the step of returning the response information to the test terminal 203;
and the cache is used for storing the response information.
The embodiment of the present invention further provides a computer-readable storage medium, where a computer program is stored on the computer-readable storage medium, and when the computer program is executed by a processor, the steps of the interface testing method in any of the above embodiments are implemented.
Since the embodiment of the computer-readable storage medium portion corresponds to the embodiment of the interface test method portion, please refer to the description of the embodiment of the interface test method portion for the embodiment of the computer-readable storage medium portion, which is not repeated here.
The embodiments are described in a progressive manner in the specification, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments are referred to each other. The device disclosed by the embodiment corresponds to the method disclosed by the embodiment, so that the description is simple, and the relevant points can be referred to the method part for description.
Those of skill would further appreciate that the various illustrative elements and algorithm steps described in connection with the embodiments disclosed herein may be implemented as electronic hardware, computer software, or combinations of both, and that the various illustrative components and steps have been described above generally in terms of their functionality in order to clearly illustrate this interchangeability of hardware and software. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the implementation. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present invention.
The steps of a method or algorithm described in connection with the embodiments disclosed herein may be embodied directly in hardware, in a software module executed by a processor, or in a combination of the two. A software module may reside in Random Access Memory (RAM), memory, Read Only Memory (ROM), electrically programmable ROM, electrically erasable programmable ROM, registers, hard disk, a removable disk, a CD-ROM, or any other form of storage medium known in the art.
The interface testing method, system and computer readable storage medium provided by the present invention are described in detail above. The principles and embodiments of the present invention are explained herein using specific examples, which are presented only to assist in understanding the method and its core concepts. It should be noted that, for those skilled in the art, it is possible to make various improvements and modifications to the present invention without departing from the principle of the present invention, and those improvements and modifications also fall within the scope of the claims of the present invention.

Claims (10)

1. An interface testing method, comprising:
the method comprises the following steps that a flash route receives an interface access request sent by a testing end, and sends the interface access request to a general interface when the interface access request is determined to contain a general interface address;
the universal interface extracts a test interface address from the interface access request, searches response information corresponding to the test interface address from a database, and returns the response information to the test end.
2. The interface test method according to claim 1, wherein before the interface access request sent by the flash route receiving test terminal, the method further comprises:
and the test end splices the universal interface address and the test interface address to obtain a total interface address, encapsulates the total interface address into the interface access request, and sends the interface access request to the flash route.
3. The interface testing method according to claim 2, wherein before the testing end splices the generic interface address and the testing interface address to obtain a total interface address, the method further comprises:
the flash route sets an address splicing template by utilizing the universal interface address;
correspondingly, the splicing of the universal interface address and the test interface address by the test end to obtain a total interface address includes:
the testing end uses the address splicing template to splice the universal interface address and the testing interface address to obtain the total interface address;
correspondingly, the extracting, by the generic interface, the test interface address from the interface access request includes:
and the universal interface extracts a test interface address from the interface access request by using the address splicing template.
4. The interface test method according to claim 1, wherein before the interface access request sent by the flash route receiving test terminal, the method further comprises:
and the flash router receives the address of the test interface to be configured and the corresponding response information, and adds the address of the test interface to be configured and the corresponding response information to the database.
5. The interface testing method according to claim 1, wherein the searching the response information corresponding to the test interface address from the database includes:
the general interface judges whether the response information exists in a cache;
if yes, the step of returning the response information to the test end is executed;
if not, searching the response information from the database, storing the response information to the cache, and executing the step of returning the response information to the test terminal.
6. An interface test system, comprising: a flash route, a universal interface, a testing end and a database, wherein,
the flash router is used for receiving an interface access request sent by a test end and sending the interface access request to a general interface when determining that the interface access request contains a general interface address;
the universal interface is used for extracting a test interface address from the interface access request, searching response information corresponding to the test interface address from the database, and returning the response information to the test end;
the test terminal is used for sending an interface access request;
and the database is used for storing the response information.
7. The interface test system according to claim 6, wherein the test end is further configured to splice the generic interface address and the test interface address to obtain a total interface address, encapsulate the total interface address into the interface access request, and send the interface access request to the flash route.
8. The interface test system of claim 7, wherein the flash route is further configured to set an address stitching template using the generic interface address;
the testing end is also used for splicing the universal interface address and the testing interface address by using the address splicing template to obtain the total interface address;
the universal interface is further used for extracting a test interface address from the interface access request by using the address splicing template.
9. The interface test system according to claim 6, wherein the flash router is further configured to receive a test interface address to be configured and corresponding response information, and add the test interface address to be configured and corresponding response information to the database.
10. A computer-readable storage medium having stored thereon computer-executable instructions which, when loaded and executed by a processor, carry out the interface testing method of any one of claims 1 to 5.
CN202110673124.6A 2021-06-17 2021-06-17 Interface testing method, system and computer readable storage medium Active CN113411234B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110673124.6A CN113411234B (en) 2021-06-17 2021-06-17 Interface testing method, system and computer readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110673124.6A CN113411234B (en) 2021-06-17 2021-06-17 Interface testing method, system and computer readable storage medium

Publications (2)

Publication Number Publication Date
CN113411234A CN113411234A (en) 2021-09-17
CN113411234B true CN113411234B (en) 2022-08-16

Family

ID=77684834

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110673124.6A Active CN113411234B (en) 2021-06-17 2021-06-17 Interface testing method, system and computer readable storage medium

Country Status (1)

Country Link
CN (1) CN113411234B (en)

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9116725B1 (en) * 2011-03-15 2015-08-25 Symantec Corporation Systems and methods for using virtualization of operating-system-level components to facilitate software testing
CN107967206A (en) * 2016-10-20 2018-04-27 腾讯科技(深圳)有限公司 A kind of data testing system, request hold-up interception method and request blocking apparatus
CN109446063A (en) * 2018-09-18 2019-03-08 深圳壹账通智能科技有限公司 Interface test method, device, computer equipment and storage medium
CN109902026A (en) * 2019-03-27 2019-06-18 北京奇艺世纪科技有限公司 A kind of processing method and test platform of interface testing information
CN110851364A (en) * 2019-11-12 2020-02-28 深圳市前海随手数据服务有限公司 Software testing method, system and related equipment
CN111679982A (en) * 2020-06-08 2020-09-18 广东赛百威信息科技有限公司 Automatic testing method for REST API (representational State transfer) interface software
CN111782330A (en) * 2020-07-07 2020-10-16 赞同科技股份有限公司 Web application-based page data acquisition method, device and equipment
CN112363941A (en) * 2020-11-13 2021-02-12 平安普惠企业管理有限公司 Interface testing method and device, computer equipment and storage medium
CN112765030A (en) * 2021-01-22 2021-05-07 中信银行股份有限公司 Test method, test device, electronic equipment and computer storage medium

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108199921A (en) * 2017-12-29 2018-06-22 上海瑞家信息技术有限公司 The method, apparatus and storage medium of a kind of simulation test
CN109347914A (en) * 2018-09-13 2019-02-15 郑州云海信息技术有限公司 A kind of method and device of the processing browse request based on Python Flask and decorator
CN110581890B (en) * 2019-09-10 2022-02-22 中国建设银行股份有限公司 Routing method and device for service request
CN112804722A (en) * 2020-12-31 2021-05-14 浪潮云信息技术股份公司 Method for realizing micro-service gateway dynamic routing
CN112636992B (en) * 2021-03-10 2021-06-22 腾讯科技(深圳)有限公司 Dynamic routing method, device, equipment and storage medium

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9116725B1 (en) * 2011-03-15 2015-08-25 Symantec Corporation Systems and methods for using virtualization of operating-system-level components to facilitate software testing
CN107967206A (en) * 2016-10-20 2018-04-27 腾讯科技(深圳)有限公司 A kind of data testing system, request hold-up interception method and request blocking apparatus
CN109446063A (en) * 2018-09-18 2019-03-08 深圳壹账通智能科技有限公司 Interface test method, device, computer equipment and storage medium
CN109902026A (en) * 2019-03-27 2019-06-18 北京奇艺世纪科技有限公司 A kind of processing method and test platform of interface testing information
CN110851364A (en) * 2019-11-12 2020-02-28 深圳市前海随手数据服务有限公司 Software testing method, system and related equipment
CN111679982A (en) * 2020-06-08 2020-09-18 广东赛百威信息科技有限公司 Automatic testing method for REST API (representational State transfer) interface software
CN111782330A (en) * 2020-07-07 2020-10-16 赞同科技股份有限公司 Web application-based page data acquisition method, device and equipment
CN112363941A (en) * 2020-11-13 2021-02-12 平安普惠企业管理有限公司 Interface testing method and device, computer equipment and storage medium
CN112765030A (en) * 2021-01-22 2021-05-07 中信银行股份有限公司 Test method, test device, electronic equipment and computer storage medium

Also Published As

Publication number Publication date
CN113411234A (en) 2021-09-17

Similar Documents

Publication Publication Date Title
WO2021036174A1 (en) Method and device for deploying and executing intelligent contract
WO2020077764A1 (en) Webpage loading method, intermediate server, and webpage loading system
CN110365724B (en) Task processing method and device and electronic equipment
CN107276842B (en) Interface test method and device and electronic equipment
CN110858172A (en) Automatic test code generation method and device
US7197600B2 (en) Transferring data along with code for program overlays
CN114553784A (en) Current limiting processing method and device
CN111553652B (en) Service processing method and device
CN109656670B (en) Page rendering method and device
CN114995859A (en) Page hot updating method, device, equipment and storage medium
CN111240772A (en) Data processing method and device based on block chain and storage medium
CN113411234B (en) Interface testing method, system and computer readable storage medium
CN115842733A (en) Resource sharing method, micro front-end system, application and computer readable storage medium
CN111767053A (en) Front-end page data acquisition method and device
CN110020415B (en) Chart processing method, system, computer device and storage medium
CN116010389A (en) Data verification method, device, equipment and storage medium
CN110896391B (en) Message processing method and device
CN112906404A (en) Translation document verification method, electronic device and readable storage medium
CN111339390A (en) Method, computing device and storage medium for crawling information based on fixed-line telephone
CN115866087B (en) Message mapping and message conversion method, device and transmission system
CN113849248B (en) Applet loading method, device, storage medium and program product
EP1306757A2 (en) Transferring data along with code for program overlays
CN115113856A (en) Automatic code generation method, system, equipment and medium
CN115114890A (en) Data analysis method and device, electronic equipment and readable medium
CN115865797A (en) Method and system for unified routing of APP (application) cross-end pages

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