CN112328501A - Test method, test device, electronic equipment and storage medium - Google Patents

Test method, test device, electronic equipment and storage medium Download PDF

Info

Publication number
CN112328501A
CN112328501A CN202011376672.4A CN202011376672A CN112328501A CN 112328501 A CN112328501 A CN 112328501A CN 202011376672 A CN202011376672 A CN 202011376672A CN 112328501 A CN112328501 A CN 112328501A
Authority
CN
China
Prior art keywords
easymock
platform
interface
test
message
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202011376672.4A
Other languages
Chinese (zh)
Inventor
吴佳露
曾炬纲
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Zhejiang Nuonuo Network Technology Co ltd
Original Assignee
Zhejiang Nuonuo 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 Zhejiang Nuonuo Network Technology Co ltd filed Critical Zhejiang Nuonuo Network Technology Co ltd
Priority to CN202011376672.4A priority Critical patent/CN112328501A/en
Publication of CN112328501A publication Critical patent/CN112328501A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3664Environments for testing or debugging software
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • G06F11/3672Test management
    • G06F11/3688Test management for test execution, e.g. scheduling of test suites
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L43/00Arrangements for monitoring or testing data switching networks
    • H04L43/50Testing arrangements

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)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The application discloses a test method, a test device, an electronic device and a computer readable storage medium, wherein the method comprises the following steps: setting a third party address in the test service as a communication address of a target project in the easymock platform; sending a request message to the easymock platform to obtain a return message of the easymock platform; and skipping a test scene according to the return message to finish the test service. The test method provided by the application improves the efficiency and accuracy of the test.

Description

Test method, test device, electronic equipment and storage medium
Technical Field
The present application relates to the field of computer technologies, and in particular, to a testing method and apparatus, an electronic device, and a computer-readable storage medium.
Background
In the related art test process, if the test cannot be normally associated with a third-party system, the test process needs to manually simulate the return data of the other party by oneself so as to be normally performed, a common Mock mode generally writes the simulated data directly in a code, and generally adopts a JavaScript interception request or a Charles, Fiddler and other agent interception requests to modify the return message and simulate the message, so that the generated data is dead, cannot be changed according to a certain rule, is time-consuming and cannot be subjected to continuous automatic case integration. Writing a custom return message in the test process requires additional work and may also introduce errors.
Therefore, how to improve the testing efficiency and accuracy is a technical problem to be solved by those skilled in the art.
Content of application
The application aims to provide a testing method, a testing device, electronic equipment and a computer readable storage medium, and testing efficiency and accuracy are improved.
To achieve the above object, the present application provides a testing method, comprising:
setting a third party address in the test service as a communication address of a target project in the easymock platform;
sending a request message to the easymock platform to obtain a return message of the easymock platform;
and skipping a test scene according to the return message to finish the test service.
Wherein, still include:
creating the target project corresponding to the test service in the easymock platform to obtain a communication address of the target project;
and recording an interface and an interface message in the target project.
Sending a request message to the easymock platform to obtain a return message of the easymock platform, wherein the method comprises the following steps:
and sending an interface message to the easymock platform through the interface so as to obtain the interface message.
Recording an interface and an interface message in the target project, wherein the recording of the interface and the interface message in the target project comprises:
and recording an interface and an interface message in the target project in a swagger interface inputting mode.
Wherein, creating the target project corresponding to the test service in the easymock platform comprises:
and creating a target team project in the easymock platform, and creating the target project corresponding to the test service in the target team project.
To achieve the above object, the present application provides a test apparatus, comprising:
the setting module is used for setting the third party address in the test service as the communication address of the target project in the easymock platform;
the obtaining module is used for sending a request message to the easymock platform to obtain a return message of the easymock platform;
and the skipping module is used for skipping the test scene according to the return message so as to finish the test service.
Wherein, still include:
a creating module, configured to create the target project corresponding to the test service in the easymock platform to obtain a communication address of the target project;
and the recording module is used for recording the interface and the interface message in the target project.
The recording module is specifically a module for recording an interface and an interface message in the target project in a swagger interface recording mode.
To achieve the above object, the present application provides an electronic device including:
a memory for storing a computer program;
a processor for implementing the steps of the test method as described above when executing the computer program.
To achieve the above object, the present application provides a computer-readable storage medium having stored thereon a computer program which, when executed by a processor, implements the steps of the test method as described above.
According to the scheme, the test method provided by the application comprises the following steps: setting a third party address in the test service as a communication address of a target project in the easymock platform; sending a request message to the easymock platform to obtain a return message of the easymock platform; and skipping a test scene according to the return message to finish the test service.
In the testing process, different scenes are often needed, a third party may be matched with untimely or other uncontrollable reasons, interface messages are not returned in time or returned messages do not accord with a specified testing scene, and the problems that the testing progress is slow, the testing scene coverage is not comprehensive and the like are often caused. Therefore, according to the testing method provided by the application, the interface message is recorded on the easymock platform, so that the behaviors of other cooperative modules can be simulated, and the tested module can obtain an isolated testing environment through cooperation with a Mock object. The easymock platform is utilized to simulate the return message of a third party, and the return message is intelligent and diverse and can give different responses according to the request message. In the recording of the automatic use case, the whole project regression testing process can be completed by directly returning through the simulation data, and the efficiency and the accuracy of the manual regression testing can be improved. The application also discloses a testing device, an electronic device and a computer readable storage medium, which can also realize the technical effects.
It is to be understood that both the foregoing general description and the following detailed description are exemplary and explanatory only and are not restrictive of the application.
Drawings
In order to more clearly illustrate the embodiments of the present application 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 some embodiments of the present application, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts. The accompanying drawings, which are included to provide a further understanding of the disclosure and are incorporated in and constitute a part of this specification, illustrate embodiments of the disclosure and together with the description serve to explain the disclosure without limiting the disclosure. In the drawings:
FIG. 1 is a flow chart illustrating a testing method according to an exemplary embodiment;
FIG. 2 is a flow diagram illustrating another testing method in accordance with an exemplary embodiment;
FIG. 3 is a block diagram of a test apparatus according to an exemplary embodiment;
FIG. 4 is a block diagram illustrating an electronic device in accordance with an exemplary embodiment.
Detailed Description
The technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application. It is to be understood that the embodiments described are only a few embodiments of the present application and not all embodiments. 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 application. In addition, in the embodiments of the present application, "first", "second", and the like are used for distinguishing similar objects, and are not necessarily used for describing a specific order or a sequential order.
The embodiment of the application discloses a test method, which improves the test efficiency and accuracy.
Referring to fig. 1, a flow diagram of a testing method, as shown in fig. 1, is shown in accordance with an exemplary embodiment, including:
s101: setting a third party address in the test service as a communication address of a target project in the easymock platform;
the execution subject of this embodiment may be a test service layer, aiming at completing a test service. In this embodiment, the easymock platform is used to simulate the return message of the third party, thereby avoiding frequent interaction with the third party and improving the testing efficiency. easymock is a visual persistence service that can quickly generate simulated data. The Mock method is a common technology in unit testing, and the main function of the Mock method is to simulate the situation that some systems are not easy to construct in application or need to be co-tuned by a third party.
In specific implementation, the third party address configured in the test service is switched to the communication address of the corresponding project in the easymock, so that the receiver of the request message is changed from the third party system to the easymock platform.
S102: sending a request message to the easymock platform to obtain a return message of the easymock platform;
in this step, a request message is sent to the easymock platform, and a return message is simulated by using the easymock platform. In a specific implementation, a login is registered in an easymock platform, a project is created, a plurality of projects can be created in the project, and the easymock platform automatically generates a project identification (project ID) and a communication address (base url) for the created project to uniquely identify the project. And subsequently, a project interface is recorded by using two modes of manual recording or swagger introduction.
In the testing process, a tester operates a specific flow in a service web page, an http interface request is sent, a request interface automatically forwards the request interface to an Easymock platform, the Easymock platform receives a request message, and according to the specific request interface, a return message of a previously configured specified interface is obtained and returned to the service. Namely, the step can comprise: and sending an interface message to the easymock platform through the interface so as to obtain the interface message.
S103: and skipping a test scene according to the return message to finish the test service.
In this step, after receiving the return message, the test service layer skips different test scenarios according to different return messages, and executes the next procedure. And modifying the mock message according to different test scenes until the whole test flow is finished, and completing the test work.
According to the testing method provided by the embodiment of the application, the interface message is recorded on the easymock platform, so that the behaviors of other cooperative modules can be simulated, and the tested module can obtain an isolated testing environment through cooperation with a Mock object. The easymock platform is utilized to simulate the return message of a third party, and the return message is intelligent and diverse and can give different responses according to the request message. In the recording of the automatic use case, the whole project regression testing process can be completed by directly returning through the simulation data, and the efficiency and the accuracy of the manual regression testing can be improved.
The embodiment of the application discloses a test method, and compared with the previous embodiment, the embodiment further explains and optimizes the technical scheme. Specifically, the method comprises the following steps:
referring to fig. 2, a flow diagram of another testing method according to an exemplary embodiment is shown, as shown in fig. 2, including:
s201: creating the target project corresponding to the test service in the easymock platform to obtain a communication address of the target project;
in this embodiment, a target team project is created in the easymock platform, and a target project corresponding to the test service is created in the target team project. It should be noted that a plurality of projects can be created in a team project, and the easymock platform automatically generates a project identifier (project ID) and a communication address (base url) for the project to uniquely identify the project. Namely, the step of creating the target project corresponding to the test service in the easymock platform comprises the following steps: and creating a target team project in the easymock platform, and creating the target project corresponding to the test service in the target team project.
S202: and recording an interface and an interface message in the target project.
In specific implementation, the interface and the interface message are input in the target engineering, the interface can be recorded in a mode of manually inputting the interface or swagger importing the interface, and the interface message is input in the interface, that is, the step can include: and recording an interface and an interface message in the target project in a swagger interface inputting mode.
An application embodiment provided by the present application is described below, and specifically, the process of applying for loan by the user includes: the user submits loan application basic information; the third party returns the credit status and the amount; the user signs a contract; the third party returns a signing result; and completing the loan application process.
And (4) creating a corresponding project in the easymock, and recording a third-party interface, such as a credit granting result interface (the credit granting state passes, the amount is 10 thousands) and a third-party contract signing notification interface (the contract signing is successful).
Changing the service configuration address into an easy mock engineering address, after submitting basic loan application information in the testing process of a tester, the mock platform obtains a previously configured return message (the credit granting state passes and the amount is 10 thousands) to directly return to the service according to the submitted interface, after receiving the successful credit granting notification, the service directly jumps to a signing page to initiate a signing process, the mock platform returns the successful signing notification, and after receiving a result, the service side completes the whole loan application process.
In addition, the returned result can be modified, and different scene tests can be performed, such as flows of credit failure, subscription failure and the like.
In the following, a test apparatus provided by an embodiment of the present application is described, and a test apparatus described below and a test method described above may be referred to each other.
Referring to fig. 3, a block diagram of a test apparatus according to an exemplary embodiment is shown, as shown in fig. 3, including:
a setting module 301, configured to set a third party address in the test service as a communication address of a target project in the easymock platform;
an obtaining module 302, configured to send a request message to the easymock platform to obtain a return message of the easymock platform;
and the skipping module 303 is configured to skip the test scenario according to the return packet to complete the test service.
The testing device provided by the embodiment of the application can simulate the behavior of other cooperative modules by inputting the interface message on the easymock platform, and an isolated testing environment can be obtained by the tested module through cooperation with a Mock object. The easymock platform is utilized to simulate the return message of a third party, and the return message is intelligent and diverse and can give different responses according to the request message. In the recording of the automatic use case, the whole project regression testing process can be completed by directly returning through the simulation data, and the efficiency and the accuracy of the manual regression testing can be improved.
On the basis of the above embodiment, as a preferred implementation, the method further includes:
a creating module, configured to create the target project corresponding to the test service in the easymock platform to obtain a communication address of the target project;
and the recording module is used for recording the interface and the interface message in the target project.
On the basis of the foregoing embodiment, as a preferred implementation manner, the obtaining module 302 is specifically a module that sends an interface message to the easymock platform through the interface to obtain the interface message.
On the basis of the above embodiment, as a preferred implementation manner, the recording module is specifically a module that records the interface and the interface message in the target project in a swagger interface recording manner.
On the basis of the foregoing embodiment, as a preferred implementation manner, the creating module is specifically a module that creates a target team project in the easymock platform, and creates the target project corresponding to the test service in the target team project to obtain a communication address of the target project.
With regard to the apparatus in the above-described embodiment, the specific manner in which each module performs the operation has been described in detail in the embodiment related to the method, and will not be elaborated here.
Based on the hardware implementation of the program module, and in order to implement the method according to the embodiment of the present application, an embodiment of the present application further provides an electronic device, and fig. 4 is a structural diagram of an electronic device according to an exemplary embodiment, as shown in fig. 4, the electronic device includes:
a communication interface 1 capable of information interaction with other devices such as network devices and the like;
and the processor 2 is connected with the communication interface 1 to realize information interaction with other equipment, and is used for executing the testing method provided by one or more technical schemes when running a computer program. And the computer program is stored on the memory 3.
In practice, of course, the various components in the electronic device are coupled together by the bus system 4. It will be appreciated that the bus system 4 is used to enable connection communication between these components. The bus system 4 comprises, in addition to a data bus, a power bus, a control bus and a status signal bus. For the sake of clarity, however, the various buses are labeled as bus system 4 in fig. 4.
The memory 3 in the embodiment of the present application is used to store various types of data to support the operation of the electronic device. Examples of such data include: any computer program for operating on an electronic device.
It will be appreciated that the memory 3 may be either volatile memory or nonvolatile memory, and may include both volatile and nonvolatile memory. Among them, the nonvolatile Memory may be a Read Only Memory (ROM), a Programmable Read Only Memory (PROM), an Erasable Programmable Read-Only Memory (EPROM), an Electrically Erasable Programmable Read-Only Memory (EEPROM), a magnetic random access Memory (FRAM), a Flash Memory (Flash Memory), a magnetic surface Memory, an optical disk, or a Compact Disc Read-Only Memory (CD-ROM); the magnetic surface storage may be disk storage or tape storage. Volatile Memory can be Random Access Memory (RAM), which acts as external cache Memory. By way of illustration and not limitation, many forms of RAM are available, such as Static Random Access Memory (SRAM), Synchronous Static Random Access Memory (SSRAM), Dynamic Random Access Memory (DRAM), Synchronous Dynamic Random Access Memory (SDRAM), Double Data Rate Synchronous Dynamic Random Access Memory (DDRSDRAM), Enhanced Synchronous Dynamic Random Access Memory (ESDRAM), Enhanced Synchronous Dynamic Random Access Memory (Enhanced DRAM), Synchronous Dynamic Random Access Memory (SLDRAM), Direct Memory (DRmb Access), and Random Access Memory (DRAM). The memory 2 described in the embodiments of the present application is intended to comprise, without being limited to, these and any other suitable types of memory.
The method disclosed in the above embodiment of the present application may be applied to the processor 2, or implemented by the processor 2. The processor 2 may be an integrated circuit chip having signal processing capabilities. In implementation, the steps of the above method may be performed by integrated logic circuits of hardware or instructions in the form of software in the processor 2. The processor 2 described above may be a general purpose processor, a DSP, or other programmable logic device, discrete gate or transistor logic device, discrete hardware components, or the like. The processor 2 may implement or perform the methods, steps and logic blocks disclosed in the embodiments of the present application. A general purpose processor may be a microprocessor or any conventional processor or the like. The steps of the method disclosed in the embodiments of the present application may be directly implemented by a hardware decoding processor, or implemented by a combination of hardware and software modules in the decoding processor. The software modules may be located in a storage medium located in the memory 3, and the processor 2 reads the program in the memory 3 and in combination with its hardware performs the steps of the aforementioned method.
When the processor 2 executes the program, the corresponding processes in the methods according to the embodiments of the present application are realized, and for brevity, are not described herein again.
In an exemplary embodiment, the present application further provides a storage medium, i.e. a computer storage medium, specifically a computer readable storage medium, for example, including a memory 3 storing a computer program, which can be executed by a processor 2 to implement the steps of the foregoing method. The computer readable storage medium may be Memory such as FRAM, ROM, PROM, EPROM, EEPROM, Flash Memory, magnetic surface Memory, optical disk, or CD-ROM.
Those of ordinary skill in the art will understand that: all or part of the steps for implementing the method embodiments may be implemented by hardware related to program instructions, and the program may be stored in a computer readable storage medium, and when executed, the program performs the steps including the method embodiments; and the aforementioned storage medium includes: a removable storage device, a ROM, a RAM, a magnetic or optical disk, or various other media that can store program code.
Alternatively, the integrated units described above in the present application may be stored in a computer-readable storage medium if they are implemented in the form of software functional modules and sold or used as independent products. Based on such understanding, the technical solutions of the embodiments of the present application may be essentially implemented or portions thereof that contribute to the prior art may be embodied in the form of a software product, which is stored in a storage medium and includes several instructions for enabling an electronic device (which may be a personal computer, a server, or a network device) to execute all or part of the methods described in the embodiments of the present application. And the aforementioned storage medium includes: a removable storage device, a ROM, a RAM, a magnetic or optical disk, or various other media that can store program code.
The above description is only for the specific embodiments of the present application, but the scope of the present application is not limited thereto, and any person skilled in the art can easily conceive of the changes or substitutions within the technical scope of the present application, and shall be covered by the scope of the present application. Therefore, the protection scope of the present application shall be subject to the protection scope of the claims.

Claims (10)

1. A method of testing, comprising:
setting a third party address in the test service as a communication address of a target project in the easymock platform;
sending a request message to the easymock platform to obtain a return message of the easymock platform;
and skipping a test scene according to the return message to finish the test service.
2. The testing method of claim 1, further comprising:
creating the target project corresponding to the test service in the easymock platform to obtain a communication address of the target project;
and recording an interface and an interface message in the target project.
3. The method according to claim 2, wherein sending a request message to the easymock platform to obtain a return message of the easymock platform comprises:
and sending an interface message to the easymock platform through the interface so as to obtain the interface message.
4. The method according to claim 2, wherein recording interface and interface messages in the target project comprises:
and recording an interface and an interface message in the target project in a swagger interface inputting mode.
5. The method according to claim 2, wherein creating the target project corresponding to the test service in the easymock platform comprises:
and creating a target team project in the easymock platform, and creating the target project corresponding to the test service in the target team project.
6. A test apparatus, comprising:
the setting module is used for setting the third party address in the test service as the communication address of the target project in the easymock platform;
the obtaining module is used for sending a request message to the easymock platform to obtain a return message of the easymock platform;
and the skipping module is used for skipping the test scene according to the return message so as to finish the test service.
7. The testing device of claim 6, further comprising:
a creating module, configured to create the target project corresponding to the test service in the easymock platform to obtain a communication address of the target project;
and the recording module is used for recording the interface and the interface message in the target project.
8. The testing device according to claim 7, wherein the recording module is specifically a module that records an interface and an interface message in the target project by swagger interface recording.
9. An electronic device, comprising:
a memory for storing a computer program;
a processor for implementing the steps of the test method according to any one of claims 1 to 5 when executing the computer program.
10. A computer-readable storage medium, characterized in that a computer program is stored on the computer-readable storage medium, which computer program, when being executed by a processor, carries out the steps of the test method according to one of claims 1 to 5.
CN202011376672.4A 2020-11-30 2020-11-30 Test method, test device, electronic equipment and storage medium Pending CN112328501A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011376672.4A CN112328501A (en) 2020-11-30 2020-11-30 Test method, test device, electronic equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011376672.4A CN112328501A (en) 2020-11-30 2020-11-30 Test method, test device, electronic equipment and storage medium

Publications (1)

Publication Number Publication Date
CN112328501A true CN112328501A (en) 2021-02-05

Family

ID=74309413

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011376672.4A Pending CN112328501A (en) 2020-11-30 2020-11-30 Test method, test device, electronic equipment and storage medium

Country Status (1)

Country Link
CN (1) CN112328501A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114443481A (en) * 2022-01-26 2022-05-06 北京京东拓先科技有限公司 Information processing method, device and system
US20240095149A1 (en) * 2022-09-19 2024-03-21 Visa International Service Association Continuous testing for distributed system to control breaking change

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103885873A (en) * 2012-12-20 2014-06-25 上海明想电子科技有限公司 Automated integration testing method
CN110532184A (en) * 2019-08-29 2019-12-03 深圳前海环融联易信息科技服务有限公司 Method, apparatus, computer equipment and the storage medium of more scenario simulation responses
CN111782535A (en) * 2020-06-30 2020-10-16 京东数字科技控股股份有限公司 Test method and device

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103885873A (en) * 2012-12-20 2014-06-25 上海明想电子科技有限公司 Automated integration testing method
CN110532184A (en) * 2019-08-29 2019-12-03 深圳前海环融联易信息科技服务有限公司 Method, apparatus, computer equipment and the storage medium of more scenario simulation responses
CN111782535A (en) * 2020-06-30 2020-10-16 京东数字科技控股股份有限公司 Test method and device

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
TOMORROWNAN: "Easy Mock全解及使用", 《HTTPS://BLOG.CSDN.NET/W1418899532/ARTICLE/DETAILS/91951603》 *
计算机JAVA编程: "Spring Boot Swagger2自动生成接口文档和Mock模拟数据", 《HTTPS://BAIJIAHAO.BAIDU.COM/S?ID=1615175862715619117&WFR=SPIDER&FOR=PC》 *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114443481A (en) * 2022-01-26 2022-05-06 北京京东拓先科技有限公司 Information processing method, device and system
US20240095149A1 (en) * 2022-09-19 2024-03-21 Visa International Service Association Continuous testing for distributed system to control breaking change

Similar Documents

Publication Publication Date Title
CN110474820B (en) Flow playback method and device and electronic equipment
CN109345392B (en) Method and system for issuing programming question, issuing solution code and checking solution code
CN110806971A (en) Version testing method and device and electronic equipment
US20220382936A1 (en) Method and system for micro-service testing, and storage medium
CN112463634A (en) Software testing method and device under micro-service architecture
CN112328501A (en) Test method, test device, electronic equipment and storage medium
US9501390B1 (en) Enhancing automated mobile application testing
CN112650689A (en) Test method, test device, electronic equipment and storage medium
US20200379982A1 (en) Information processing system and method of controlling information processing system
CN108345508B (en) Interface call testing method and device
CN112905460A (en) Device and method for simulating three-party receipt by automatic interface test
CN112769928A (en) Information interaction method and device based on service scene
CN117873858A (en) Simulation data generation method and computing device for front-end page test
CN105873046A (en) Method and device for managing wireless access points
CN116383055A (en) Financial scene testing method and device, processor and electronic equipment
CN113741947B (en) Method and system for solving island problem
CN112416750B (en) Application program boundary test method and system
CN112306954B (en) File system testing method and device
CN108628750B (en) Test code processing method and device
CN113542323B (en) Service processing method, device, equipment and computer readable storage medium
CN108234514A (en) The promotion method and device of training information
CN114218032A (en) Hardware design verification method and device, electronic equipment and storage medium
CN114153732A (en) Fault scene testing method and device, electronic equipment and storage medium
CN111225075A (en) Configuration method and device for Internet of things directional access service
CN110738515A (en) Resource delivery data monitoring method and device and storage medium

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
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20210205