CN115495379A - Test data generation method, test data generation device, test method and storage medium - Google Patents

Test data generation method, test data generation device, test method and storage medium Download PDF

Info

Publication number
CN115495379A
CN115495379A CN202211268460.3A CN202211268460A CN115495379A CN 115495379 A CN115495379 A CN 115495379A CN 202211268460 A CN202211268460 A CN 202211268460A CN 115495379 A CN115495379 A CN 115495379A
Authority
CN
China
Prior art keywords
test
target
test data
platform
data generation
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
CN202211268460.3A
Other languages
Chinese (zh)
Inventor
刘佳锋
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shanghai Pinshun Information Technology Co ltd
Original Assignee
Shanghai Pinshun Information 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 Shanghai Pinshun Information Technology Co ltd filed Critical Shanghai Pinshun Information Technology Co ltd
Priority to CN202211268460.3A priority Critical patent/CN115495379A/en
Publication of CN115495379A publication Critical patent/CN115495379A/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/3668Software testing
    • G06F11/3672Test management
    • G06F11/3688Test management for test execution, e.g. scheduling of test suites
    • 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
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • G06F11/3672Test management
    • G06F11/3684Test management for test design, e.g. generating new test cases
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/36Software reuse

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Software Systems (AREA)
  • Computer Hardware Design (AREA)
  • Quality & Reliability (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The application provides a test data generation method, a test data generation device, a test method, a storage medium and computer equipment. The generation method comprises the following steps: receiving a test data acquisition request of a first test platform; a target test data generation module is not integrated in the first test platform and is used for generating target test data for testing a target project; determining a target second test platform from the plurality of second test platforms according to the test data acquisition request; a target test data generation module is integrated in the target second test platform; calling a target test data generation module of a target second test platform to generate target test data; and sending the target test data to the first test platform. When the method needs to test data, the code for generating the test data does not need to be rewritten, but the historical code is reused, so that the code reusability is improved, the repetitive work of testers is reduced, and the test efficiency is greatly improved.

Description

Test data generation method, test data generation device, test method and storage medium
Technical Field
The present application relates to the field of software testing technologies, and in particular, to a test data generation method, an apparatus, a test method, a storage medium, and a computer device.
Background
The test data is the basis of software testing, and how to quickly construct the test data which accords with the service scene is an important link for improving the test efficiency. In the conventional technology, when new software is developed, a module for generating test data needs to be rewritten in a test platform of the software, so that a developer needs to do more repetitive work, and the test efficiency is reduced.
Disclosure of Invention
The object of the present application is to solve at least one of the above-mentioned technical drawbacks, in particular the low efficiency of generating test data in the prior art.
In a first aspect, an embodiment of the present application provides a test data generation method, which is applied to a server, and the method includes:
receiving a test data acquisition request of a first test platform; a target test data generation module is not integrated in the first test platform and is used for generating target test data for testing a target project;
determining a target second test platform from the plurality of second test platforms according to the test data acquisition request; a target test data generation module is integrated in the target second test platform;
calling a target test data generation module of a target second test platform to generate target test data;
and sending the target test data to the first test platform.
In one embodiment, determining the target second testing platform from the plurality of second testing platforms according to the test data obtaining request includes:
acquiring test items corresponding to the test data generation modules of the second test platforms;
determining a target project according to the test data acquisition request;
and taking the second test platform with the test item corresponding to the test data generation module of each second test platform as the target second test platform, wherein the test item is the same as the target item.
In one embodiment, in the process of invoking a target test data generation module of a target second test platform to generate target test data, the method further includes:
and synchronizing the running log of the called target test data generation module of the target second test platform to the front end of the first test platform in an asynchronous communication mode.
In one embodiment, the asynchronous communication mode comprises:
asynchronous communication is performed through a Websocket protocol.
In a second aspect, an embodiment of the present application provides a testing method, which is applied to a first testing platform, and the method includes:
sending a test data acquisition request to a server; the server is configured to execute the test data generation method in any of the above embodiments;
receiving target test data sent by a server;
and inputting the target test data into the software to be tested for testing.
In a third aspect, an embodiment of the present application provides a test data generating apparatus, which is applied to a server, and includes:
the request receiving module is used for receiving a test data acquisition request of the first test platform; a target test data generation module is not integrated in the first test platform and is used for generating target test data for testing a target project;
the request processing module is used for determining a target second test platform from the plurality of second test platforms according to the test data acquisition request; a target test data generation module is integrated in the target second test platform;
the calling module is used for calling a target test data generation module of the target second test platform to generate target test data;
and the data sending module is used for sending the target test data to the first test platform.
In one embodiment, the request processing module comprises a test item acquisition unit, a target item determination unit and a target second test platform determination unit;
the test item is used for acquiring the test item corresponding to the test data generation module of each second test platform by the acquisition unit;
the target item determining unit is used for determining a target item according to the test data acquisition request;
the target second test platform determining unit takes a second test platform, which has the same test item and target item corresponding to the test data generating module of each second test platform, as a target second test platform.
In one embodiment, the apparatus further includes a log synchronization module, where the log synchronization module is configured to synchronize the running log of the target test data generation module of the called target second test platform to the front end of the first test platform in an asynchronous communication manner.
In a fourth aspect, embodiments of the present application provide a computer device, including one or more processors, and a memory, where computer-readable instructions are stored in the memory, and when executed by the one or more processors, the computer-readable instructions perform the test data generation method or the test method steps in any one of the above embodiments.
In a fifth aspect, embodiments of the present application provide a storage medium, in which computer readable instructions are stored, and when executed by one or more processors, the computer readable instructions cause the one or more processors to perform the steps of the test data generation method or the test method in any one of the above embodiments.
According to the technical scheme, the embodiment of the application has the following advantages:
based on any of the above embodiments, when the first test platform needs to test a target item of software to be tested, a target second test platform is selected from second test platforms already constructed on the server, and the target second test platform can generate target test data required for testing the target item, and the target test data is generated by calling a target test data generation module of the target second test platform. When the method needs to test data, codes for generating the test data do not need to be rewritten, and historical codes are reused, so that code reusability is improved, repetitive work of testers is reduced, and test efficiency is greatly improved.
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 description below 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 inventive labor.
Fig. 1 is a schematic flowchart of a test data generation method according to an embodiment of the present application;
fig. 2 is a schematic flowchart of a testing method provided in an embodiment of the present application;
fig. 3 is a block diagram of a test data generating apparatus according to an embodiment of the present disclosure;
fig. 4 is an internal structural diagram of a computer device according to an embodiment of the present application.
Detailed Description
The technical solutions in the embodiments of the present application will be described clearly and completely with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are only some 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 a first aspect, an embodiment of the present application provides a test data generation method, which is applied to a server, please refer to fig. 1, and the method includes steps S102 to S108.
S102, a test data acquisition request of the first test platform is received.
And a target test data generation module is not integrated in the first test platform and is used for generating target test data for testing a target project. It can be understood that when different software is tested, a corresponding test platform is built for the software. The first test platform is the test platform of the software to be tested. The target test data may be used to test the target project of the first test platform. In the embodiment, the target items to be tested may exist between different software, and the test data required by the target items are also the same, so that the target test data generation module on the existing test platform can be reused to generate the test data required by the newly developed software.
For example, the financial platform software and the shopping software both need to log in the account of the user, and the login function needs to be tested when the shopping software and the financial platform software are tested, so that the login functions of the two pieces of software need to be tested by generating a user name and a password which do not exist actually as test data. The test of the code related to the login function is taken as a target item. Assuming that the shopping software is developed and online, a target test data generation module related to a target project is written in the development process by a test platform of the shopping software. Therefore, in the process of testing the financial platform software, the target test data generation module of the shopping software can be reused to generate corresponding target test data for the financial platform software.
And S104, determining a target second test platform from the plurality of second test platforms according to the test data acquisition request.
And a target test data generation module is integrated in the target second test platform. It can be understood that the second testing platform is a testing platform corresponding to software that has been tested by the software on the server. And the target second test platform is the second test platform with the capability of generating the target test data. Continuing with the above example, the testing platform corresponding to the financial platform is used as the first testing platform, and the testing platform corresponding to the shopping software is used as the second testing platform.
And S106, calling a target test data generation module of the target second test platform to generate target test data.
It can be understood that, in the research process, it is found that, because the configurations of the two project files of the first test platform and the second test platform are different, it is difficult to make compatibility when the code of the target test data generation module of the target second test platform is packed and then directly transplanted into the project file of the first test platform for operation, and error reporting often occurs. In order to avoid energy consumption and influence on test efficiency in debugging or rewriting the existing codes, the target test data generation module of the target second test platform can be directly called to generate target test data.
And S108, sending the target test data to the first test platform.
The first test platform can test the target function by using the target test data.
Based on the test data generation method in this embodiment, when the first test platform needs to test a target item of software to be tested, a target second test platform is selected from second test platforms already constructed on the server, the target second test platform can generate target test data required for testing the target item, and the target test data is generated by calling a target test data generation module of the target second test platform. When the method needs to test data, codes for generating the test data do not need to be rewritten, and historical codes are reused, so that code reusability is improved, repetitive work of testers is reduced, and test efficiency is greatly improved.
In one embodiment, determining, according to the test data acquisition request, a second test platform corresponding to the test data acquisition request includes:
1) And acquiring test items corresponding to the test data generation modules of the second test platforms.
It can be understood that the test items are items tested by the second test platform in the development process of the corresponding software, and when the second test platform compiles a test case, the corresponding relationship between each test data generation module in the platform and the test items is established. If the first test item is a test of the code related to the login function, the first test data generation module is used for generating the test data required by the first test item. The second test item is a test of the shopping function related code, and the second test data generation module is used for generating test data required by the second test item. And acquiring the corresponding relation between the test data generation module and the test project according to the development records of the second test platforms.
2) And determining the target item according to the test data acquisition request.
That is, the test data acquisition request may include related information about the target item, and the first test platform informs the server of the target item through the test data acquisition request, so that the server selects a target second test platform for the first test platform.
3) And taking the second test platform with the test item corresponding to the test data generation module of each second test platform as the target second test platform, wherein the test item is the same as the target item.
That is, the second test platform with the capability of generating the target test data is selected from the plurality of second test platforms as the target second test platform, and if the test item corresponding to the test data generation module of the second test platform is the same as the target item, the second test platform has the capability of generating the target test data.
In one embodiment, in the process of invoking the test data generation module of the second test platform corresponding to the test data acquisition request to generate the target test data, the method further includes:
and synchronizing the running log of the called test data generation module of the second test platform to the front end of the first test platform in an asynchronous communication mode. It is understood that the manner of communication between the server side and the client side can be divided into asynchronous communication and synchronous communication. Synchronous communication means that when a process executes a request, the process waits for the reply of the request until return information is received, and then the process continues to execute the request. For example, http is a common synchronous communication method. The asynchronous communication means that the process does not need to wait all the time, but continues to execute the following operation, and when information is returned, the process is informed to process regardless of the states of other processes, so that the execution efficiency can be improved. The calling is carried out at the server side, and the testing personnel operate at the front end of the first testing platform to realize the testing, so that the testing personnel can know the generation progress of the target testing data conveniently and can solve the problem in time when the problem occurs in the generation process of the target testing data conveniently, and the requirement on the real-time performance of communication is high. For a scene that a real-time log needs to be synchronized, communication needs to be frequently performed between a client and a server, and a synchronous communication mode needs to depend on polling, so that the performance requirement on the server is particularly high, a lot of useless bandwidth and traffic are occupied, the real-time performance is poor, and the efficiency is affected. The asynchronous communication can greatly improve the real-time performance of communication, so the log synchronization is performed in an asynchronous communication mode in the embodiment. The Websocket protocol is a mature asynchronous communication protocol at present, websocket connection is established between the front end of the first test platform and the server through the Websocket protocol, and therefore bidirectional real-time communication can be conducted between the front end of the first test platform and the server.
In a second aspect, the present embodiment provides a testing method applied to a first testing platform, please refer to fig. 2, the method includes steps S202 to S206.
S202, sending a test data acquisition request to a server.
The server is configured to execute the test data generation method in any of the above embodiments, and specific description on the test data generation method may be referred to above. In the process of testing the target item, the first test platform may send a test data acquisition request for acquiring the target test data to the server because the first test platform is not integrated with the target test data generation module.
And S204, receiving the target test data sent by the server.
The server is configured to select the target second testing platform to generate target testing data for the first testing platform according to the testing data acquisition request, and after the server calls the target second testing platform to successfully generate the target testing data, the target testing data required by the first testing platform is sent back to the first testing platform.
And S206, inputting the target test data into the software to be tested for testing.
And after receiving the target test data, the first test platform can test the target item of the software to be tested.
In a third aspect, an embodiment of the present application provides a test data generating apparatus, which is applied to a server, and referring to fig. 3, the apparatus includes a request receiving module 301, a request processing module 302, a calling module 303, and a data sending module 304.
The request receiving module 301 is configured to receive a test data obtaining request of a first test platform; and a target test data generation module is not integrated in the first test platform and is used for generating target test data for testing a target project. The request processing module 302 is configured to determine a target second test platform from the plurality of second test platforms according to the test data acquisition request; and a target test data generation module is integrated in the target second test platform. The calling module 303 is configured to call a target test data generation module of the target second test platform to generate target test data. The data sending module 304 is configured to send the target test data to the first test platform.
In one embodiment, the request processing module 302 includes a test item obtaining unit, a target item determining unit, and a target second test platform determining unit. The test items are used for acquiring the test items corresponding to the test data generation modules of the second test platforms by the acquisition unit. The target item determining unit is used for determining a target item according to the test data acquisition request. The target second test platform determining unit takes a second test platform, which has the same test item and target item corresponding to the test data generating module of each second test platform, as a target second test platform.
In one embodiment, the apparatus further includes a log synchronization module, where the log synchronization module is configured to synchronize the running log of the target test data generation module of the called target second test platform to the front end of the first test platform in an asynchronous communication manner.
In a fourth aspect, embodiments of the present application provide a computer device, including one or more processors, and a memory, where computer-readable instructions are stored in the memory, and when executed by the one or more processors, perform: receiving a test data acquisition request of a first test platform; a target test data generation module is not integrated in the first test platform and is used for generating target test data for testing a target project; determining a target second test platform from the plurality of second test platforms according to the test data acquisition request; a target test data generation module is integrated in the target second test platform; calling a target test data generation module of a target second test platform to generate target test data; and sending the target test data to the first test platform.
In one embodiment, the computer readable instructions, when executed by the one or more processors, perform: acquiring test items corresponding to the test data generation modules of the second test platforms; determining a target project according to the test data acquisition request; and taking the second test platform with the test item corresponding to the test data generation module of each second test platform as the target second test platform, wherein the test item is the same as the target item.
In one embodiment, the computer readable instructions, when executed by one or more processors, perform: and synchronizing the running log of the target test data generation module of the called target second test platform to the front end of the first test platform in an asynchronous communication mode.
In one embodiment, the computer readable instructions, when executed by one or more processors, perform: sending a test data acquisition request to a server; the server is configured to execute the test data generation method in any of the above embodiments; receiving target test data sent by a server; inputting the target test data into the software to be tested for testing.
In a fifth aspect, embodiments of the present application provide a storage medium having computer-readable instructions stored therein, which when executed by one or more processors, cause the one or more processors to perform: receiving a test data acquisition request of a first test platform; a target test data generation module is not integrated in the first test platform and is used for generating target test data for testing a target project; determining a target second test platform from the plurality of second test platforms according to the test data acquisition request; a target test data generation module is integrated in the target second test platform; calling a target test data generation module of a target second test platform to generate target test data; and sending the target test data to the first test platform.
In one embodiment, the computer readable instructions, when executed by the one or more processors, cause the one or more processors to perform: acquiring test items corresponding to the test data generation modules of the second test platforms; determining a target project according to the test data acquisition request; and taking the second test platform with the test item corresponding to the test data generation module of each second test platform as the target second test platform, wherein the test item is the same as the target item.
In one embodiment, the computer readable instructions, when executed by the one or more processors, cause the one or more processors to perform: and synchronizing the running log of the called target test data generation module of the target second test platform to the front end of the first test platform in an asynchronous communication mode.
In one embodiment, the computer readable instructions, when executed by the one or more processors, cause the one or more processors to perform: sending a test data acquisition request to a server; the server is configured to execute the test data generation method in any of the above embodiments; receiving target test data sent by a server; inputting the target test data into the software to be tested for testing.
Fig. 4 is a schematic diagram illustrating an internal structure of a computer device according to an embodiment of the present disclosure, and the computer device 400 may be provided as a server, as shown in fig. 4. Referring to fig. 4, a computer device 400 includes a processing component 402 that further includes one or more processors and memory resources, represented by memory 401, for storing instructions, such as applications, that are executable by the processing component 402. The application programs stored in memory 401 may include one or more modules that each correspond to a set of instructions. Further, the processing component 402 is configured to execute instructions to perform the test data generation method or the test method of any of the embodiments described above.
The computer device 400 may also include a power component 403 configured to perform power management of the computer device 400, a wired or wireless network interface 404 configured to connect the computer device 400 to a network, and an input/output (I/O) interface 405. The computer device 400 may operate based on an operating system stored in memory 401, such as Windows Server, mac OS XTM, unix, linux, free BSDTM, or the like.
It will be appreciated by those skilled in the art that the configuration shown in fig. 4 is a block diagram of only a portion of the configuration associated with the present application, and is not intended to limit the computing device to which the present application may be applied, and that a particular computing device may include more or fewer components than shown, or may combine certain components, or have a different arrangement of components.
In a sixth aspect, an embodiment of the present application provides a testing apparatus, which is applied to a first testing platform, and the testing apparatus includes a request sending module, a data receiving module, and a testing data input module.
The request sending module is used for sending a test data acquisition request to the server; the server is configured to perform the test data generation method in any of the embodiments described above. The data receiving module is used for receiving target test data sent by the server. The test data input module is used for inputting target test data into the software to be tested for testing.
Finally, it should also be noted that, herein, relational terms such as first and second, and the like may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrases "comprising one of 8230; \8230;" 8230; "does not exclude the presence of additional like elements in a process, method, article, or apparatus that comprises the element.
The embodiments in the present description are described in a progressive manner, each embodiment focuses on differences from other embodiments, the embodiments may be combined as needed, and the same and similar parts may be referred to each other.
The previous description of the disclosed embodiments is provided to enable any person skilled in the art to make or use the present application. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the application. Thus, the present application is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.

Claims (10)

1. A test data generation method is applied to a server, and the method comprises the following steps:
receiving a test data acquisition request of a first test platform; a target test data generation module is not integrated in the first test platform, and the target test data generation module is used for generating target test data for testing a target project;
determining a target second test platform from a plurality of second test platforms according to the test data acquisition request; the target test data generation module is integrated in the target second test platform;
calling the target test data generation module of the target second test platform to generate the target test data;
and sending the target test data to the first test platform.
2. The method of claim 1, wherein determining a target second test platform from a plurality of second test platforms based on the test data acquisition request comprises:
acquiring test items corresponding to the test data generation modules of the second test platforms;
determining the target project according to the test data acquisition request;
and taking the second test platform with the test item corresponding to the test data generation module of each second test platform and the target item being the same as each other as the target second test platform.
3. The method of claim 1, wherein in invoking the target test data generation module of the target second test platform to generate the target test data, further comprising:
and synchronizing the called running log of the target test data generation module of the target second test platform to the front end of the first test platform in an asynchronous communication mode.
4. The method of claim 3, wherein the manner of asynchronous communication comprises:
and carrying out asynchronous communication through a Websocket protocol.
5. A testing method is applied to a first testing platform, and the method comprises the following steps:
sending a test data acquisition request to a server; the server is configured to perform the test data generation method of any of claims 1-4;
receiving target test data sent by the server;
and inputting the target test data into the software to be tested for testing.
6. A test data generation device applied to a server, the device comprising:
the request receiving module is used for receiving a test data acquisition request of the first test platform; a target test data generation module is not integrated in the first test platform, and the target test data generation module is used for generating target test data for testing a target project;
the request processing module is used for determining a target second test platform from a plurality of second test platforms according to the test data acquisition request; the target test data generation module is integrated in the target second test platform;
the calling module is used for calling the target test data generation module of the target second test platform to generate the target test data;
and the data sending module is used for sending the target test data to the first test platform.
7. The apparatus of claim 6, wherein the request processing module comprises a test item acquisition unit, a target item determination unit, and a target second test platform determination unit;
the test items are used for acquiring the test items corresponding to the test data generation modules of the second test platforms by the acquisition unit;
the target item determining unit is used for determining the target item according to the test data acquisition request;
the target second test platform determining unit uses the second test platform, of which the test item corresponding to the test data generating module of each second test platform is the same as the target item, as the target second test platform.
8. The apparatus of claim 6, further comprising a log synchronization module, configured to synchronize the running log of the target test data generation module of the target second test platform that is invoked to the front end of the first test platform by means of asynchronous communication.
9. A computer device comprising one or more processors and a memory having stored therein computer-readable instructions which, when executed by the one or more processors, perform the steps of the test data generation method of any one of claims 1 to 4 or the test method of claim 5.
10. A storage medium having stored therein computer readable instructions which, when executed by one or more processors, cause the one or more processors to perform the steps of the test data generation method of any one of claims 1 to 4 or the test method of claim 5.
CN202211268460.3A 2022-10-17 2022-10-17 Test data generation method, test data generation device, test method and storage medium Pending CN115495379A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202211268460.3A CN115495379A (en) 2022-10-17 2022-10-17 Test data generation method, test data generation device, test method and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202211268460.3A CN115495379A (en) 2022-10-17 2022-10-17 Test data generation method, test data generation device, test method and storage medium

Publications (1)

Publication Number Publication Date
CN115495379A true CN115495379A (en) 2022-12-20

Family

ID=84474867

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202211268460.3A Pending CN115495379A (en) 2022-10-17 2022-10-17 Test data generation method, test data generation device, test method and storage medium

Country Status (1)

Country Link
CN (1) CN115495379A (en)

Similar Documents

Publication Publication Date Title
CN108845954B (en) Pressure testing method, system and storage medium
US11809300B2 (en) Trace chain information query method and device
CN111277639B (en) Method and device for maintaining data consistency
CN107241315B (en) Access method and device of bank gateway interface and computer readable storage medium
CN113596078A (en) Service problem positioning method and device
CN108089972B (en) Interface test method and device
CN114741261A (en) Distributed link tracking method, device, equipment and storage medium
CN115495379A (en) Test data generation method, test data generation device, test method and storage medium
CN110806967A (en) Unit testing method and device
CN114567571B (en) Performance test method, device, electronic equipment and computer readable storage medium
CN113742408B (en) Protobuf protocol dynamic analysis-based data interaction method
CN115391219A (en) Test case generation method and device, electronic equipment and storage medium
CN115220992A (en) Interface change monitoring method and device, computer equipment and storage medium
CN115220984A (en) Business application monitoring method and device, electronic equipment and storage medium
CN112650815A (en) Method and device for synchronizing environmental data, storage medium and electronic device
CN111078477A (en) Interface test method and device, storage medium and electronic equipment
CN114615176B (en) Message testing method and device and electronic equipment
CN113031960B (en) Code compiling method, device, server and storage medium
CN117632445B (en) Request processing method and device, task execution method and device
CN114024869B (en) Method, device, equipment and storage medium for detecting network connection state between terminals
CN115269161B (en) Abnormal process reverse rollback method and system
CN114679487B (en) Link processing method, device, storage medium and processor
CN116431733A (en) Data reconciliation method, device, equipment and medium
CN115827482A (en) System test method, device, electronic equipment and storage medium
CN114254027A (en) Data processing method, device, equipment 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