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

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

Info

Publication number
CN112667513A
CN112667513A CN202011625213.5A CN202011625213A CN112667513A CN 112667513 A CN112667513 A CN 112667513A CN 202011625213 A CN202011625213 A CN 202011625213A CN 112667513 A CN112667513 A CN 112667513A
Authority
CN
China
Prior art keywords
data
service
service system
test
testing
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
CN202011625213.5A
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.)
Changsha Youheng Network Technology Co Ltd
Original Assignee
Changsha Youheng 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 Changsha Youheng Network Technology Co Ltd filed Critical Changsha Youheng Network Technology Co Ltd
Priority to CN202011625213.5A priority Critical patent/CN112667513A/en
Publication of CN112667513A publication Critical patent/CN112667513A/en
Pending legal-status Critical Current

Links

Images

Abstract

The embodiment of the application provides a test method, a test device, test equipment and a storage medium. The testing method comprises the steps of obtaining a testing requirement of a to-be-tested item aiming at a first service system; acquiring required service data from a second service system associated with the first service system according to the test requirement; and testing the item to be tested by at least utilizing the service data. The technical scheme provided by the embodiment of the application improves the testing efficiency.

Description

Test method, test device, test equipment and storage medium
Technical Field
The embodiment of the application relates to the technical field of software testing, in particular to a testing method, a testing device, testing equipment and a storage medium.
Background
In the software testing process, a tester needs to write a test script and prepare test data according to the test requirement. The test data can be understood as input data of the test script, and after the test data is input into the test script, the test script is executed to complete a corresponding test task.
In practical application, the application software provides a plurality of business systems, and different business systems provide different services. Due to the fact that the service systems are complex, incidence relations exist among different service systems, great difficulty is brought to test data preparation work of testers, and test efficiency is low.
Disclosure of Invention
The embodiment of the application provides a test method, a test device, test equipment and a storage medium, which are used for improving test efficiency.
In a first aspect, an embodiment of the present application provides a testing method, including:
acquiring a test requirement of a to-be-tested item aiming at a first service system; acquiring required service data from a second service system associated with the first service system according to the test requirement; and testing the item to be tested by at least utilizing the service data.
In a second aspect, an embodiment of the present application provides a testing device, including a storage component and a processing component; the storage component stores one or more computer program instructions; the one or more computer program instructions for invocation and execution by the processing component;
the processing component is to:
acquiring a test requirement of a to-be-tested item aiming at a first service system; acquiring required service data from a second service system associated with the first service system according to the test requirement; and testing the item to be tested by at least utilizing the service data.
In a third aspect, the present application provides a computer readable storage medium storing a computer program, which when executed by a processor causes the processor to implement the steps of the above method.
In the embodiment of the application, the test requirement of the item to be tested aiming at the first service system is obtained; acquiring required service data from a second service system associated with the first service system according to the test requirement; and testing the item to be tested by at least utilizing the service data. Therefore, when testing the item to be tested of the first service system, the tester can acquire the service data from the associated second service system for testing, and does not need to establish the service data of the second service system when testing the item to be tested of the first service system, so that the workload of the tester for preparing the test data is reduced, and the testing efficiency is improved.
These and other aspects of the present application will be more readily apparent from the following description of the embodiments.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings needed to be used in the description of the embodiments or the prior art will be briefly described below, and it is obvious that the drawings in the following description are some embodiments of the present application, and other drawings can be obtained by those skilled in the art without creative efforts.
FIG. 1 is a flow chart illustrating one embodiment of a testing method provided by embodiments of the present application;
fig. 2 shows a schematic structural diagram of an embodiment of a testing apparatus provided in the embodiment of the present application.
Detailed Description
In order to make the technical solutions better understood by those skilled in the art, 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.
In some of the flows described in the specification and claims of this application and in the above-described figures, a number of operations are included that occur in a particular order, but it should be clearly understood that these operations may be performed out of order or in parallel as they occur herein, the number of operations, e.g., 101, 102, etc., merely being used to distinguish between various operations, and the number itself does not represent any order of performance. Additionally, the flows may include more or fewer operations, and the operations may be performed sequentially or in parallel. It should be noted that, the descriptions of "first", "second", etc. in this document are used for distinguishing different messages, devices, modules, etc., and do not represent a sequential order, nor limit the types of "first" and "second" to be different.
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, and it is obvious that the described embodiments are only a part of the embodiments of the present application, and not all of the 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.
Fig. 1 shows a flowchart of an embodiment of a testing method provided in the embodiment of the present application. Referring to fig. 1, the test method may include the steps of:
101: and acquiring the test requirement of the item to be tested aiming at the first service system.
The application software may include a plurality of business systems, and the first business system is any one of the plurality of business systems. The application software may be application software in any application scenario, and for convenience of understanding, the application software is taken as an example of a housekeeping application software, and the housekeeping application software includes a thread service system, an order service system, and a service system. The clue service system provides aunt operation for the client, intelligent matching of the client and aunt operation and the like. The order service system provides order signing operation, order payment operation, order refund operation and the like. The service business system comprises aunt user operation, aunt user operation cancellation, user record checking and the like.
Taking the first service system as an order service system as an example, the item to be tested may be any one of an order placing operation, an order payment operation, and an order refund operation. In practical application, the test requirement of each item to be tested can be set by a tester according to the service logic or service function of the item to be tested. For example, when the item to be tested is an order operation, the test data required to be written in the test requirement includes data such as thread data, order status data, order type, order source, and customer information.
102: and acquiring required service data from a second service system associated with the first service system according to the test requirement.
In practical application, test data required by a first service system may be in a related second service system, and in order to reduce the workload of a tester for preparing the test data and improve the test efficiency, when the required test data is determined to be in the related second service system based on the test requirement, the required service data is acquired from the second service system related to the first service system. The service data is test data required by the test requirement. The service data may be test data created by a tester at the time of the second service system test, or may be a test result generated based on the test data. And the service data is distributed with a data label, the service data distributed with the data label is stored in the second service system, and the service data is acquired from the second service system based on the data label.
For example, thread data is data stored in a thread service system, and thread data is obtained from a second service system.
Optionally, in order to improve the data acquisition accuracy, the data tag of the service data may be determined first, and the corresponding service data may be acquired based on the data tag. Therefore, in some embodiments, according to the test requirement, acquiring the required service data from the second service system associated with the first service system specifically includes: determining at least one data tag associated with a second business system according to the test requirements; and acquiring the service data indexed by the at least one data label from the second service system based on the at least one data label.
The data tag is used for characterizing data, and may be, for example, time, place, order source, customer information, order number, thread number, and the like. For example, the thread business system may set data tags according to information such as city, business category, customer source, rating, price budget, etc. The order business system can set a data tag according to information such as order state, commodity type, contract shop and payment state. The service business phase can set the data tag according to the information of the service state, the service type and the like.
In practical application, a data tag of test data required by a first service system for a project to be tested can be written into a test requirement, the data tag included in the test requirement is analyzed, and if the service data corresponding to the data tag is from a second service system associated with the first service system, the service data corresponding to the data tag is requested to be acquired from the second service system, and a tester does not need to create the service data corresponding to the data tag. Because the service data is acquired from the second service system, and the tester does not create the service data of the second service system, the situation that the wrong service data is created manually can be reduced as much as possible, and the reliability of the test work is ensured.
In practical application, the corresponding relation between the test requirement and the data label can be established, and the data label of the test requirement is determined according to the corresponding relation. Thus, in some embodiments, determining at least one data tag associated with a second business system based on the testing requirements comprises: inquiring a corresponding relation between a pre-established test requirement and a data label according to the test requirement, and determining at least one data label corresponding to the test requirement; and judging whether the at least one data label is associated with a second business system.
In practical application, the system pressure of the second service system may be relatively large, and there is no idle state to send the required service data to the first service system. Therefore, in some embodiments, before the first service system requests the second service system to acquire the service data, the first service system first queries whether the second service system is free to transmit the service data required by the first service system, so as to reduce the probability of increasing the system pressure of the second service system.
As a possible implementation manner, according to the test requirement, acquiring the required service data from the second service system associated with the first service system specifically includes: sending inquiry information to the second service system, wherein the inquiry information is used for inquiring that the second service system has idle sending of required service data; and if receiving an inquiry response indicating that the second service system is idle to send the required service data, requesting the second service system associated with the first service system to acquire the required service data according to the test requirement.
In practical application, the current system pressure of the second service system is higher, and after the preset time, the system pressure of the second service system is lower. At this time, the second service system may instruct the first service system to request to acquire the required service data after a preset time. Therefore, in some embodiments, after sending the query information to the second service system, the method further includes: and if receiving an inquiry response indicating that the second service system is idle after the preset time is sent, requesting the second service system associated with the first service system to acquire the required service data according to the test requirement after the preset time is reached.
103: and testing the item to be tested by at least utilizing the service data.
In practical applications, different service systems may use different data formats to encapsulate data. In some embodiments, in order to ensure that a first service system can normally utilize service data of a second service system to execute test work, after service data is acquired from the second service system and before at least the service data is utilized to test the item to be tested, whether the data format of the service data is consistent with the data format of the first service system is judged; and if the data formats of the service data are not consistent with the data formats of the first service system, performing data format conversion on the service data, wherein the data formats of the converted service data are consistent with the data formats of the first service system.
In practical application, when testing a project to be tested in a first service system, only service data of a second service system may be needed, and a tester may be needed to supplement some test data. Thus, in some embodiments, the testing method may further comprise: creating test data according to the test requirements; the testing the item to be tested by using at least the service data specifically comprises: and testing the item to be tested by at least utilizing the test data and the service data.
In some embodiments, for test data created by a tester, after the test data is created according to the test requirement, the test data may be further used as service data and stored with a corresponding data tag. Therefore, other business systems associated with the first business system can be conveniently tested, if the test requirements of the other business systems need the test data of the first business system, the test data can be provided for the other business systems, testers do not need to repeatedly create the test data, and the utilization rate of the test data is improved.
The test method provided by the embodiment of the application acquires the test requirement of the item to be tested aiming at the first service system; acquiring required service data from a second service system associated with the first service system according to the test requirement; and testing the item to be tested by at least utilizing the service data. Therefore, when testing the item to be tested of the first service system, the tester can acquire the service data from the associated second service system for testing, and does not need to establish the service data of the second service system when testing the item to be tested of the first service system, so that the workload of the tester for preparing the test data is reduced, and the testing efficiency is improved.
Fig. 2 shows a schematic structural diagram of an embodiment of a testing apparatus provided in the embodiment of the present application.
As shown in fig. 2, the test device may include a storage component 201 and a processing component 202;
the storage component 201 stores one or more computer instructions for execution invoked by the processing component.
The processing component 202 is configured to:
acquiring a test requirement of a to-be-tested item aiming at a first service system;
acquiring required service data from a second service system associated with the first service system according to the test requirement;
and testing the item to be tested by at least utilizing the service data.
In some embodiments, the acquiring, by the processing component 202 according to the test requirement, the required service data from the second service system associated with the first service system specifically includes:
determining at least one data tag associated with a second business system according to the test requirements;
and acquiring the service data indexed by the at least one data label from the second service system based on the at least one data label.
In some embodiments, the processing component 202 determines, according to the test requirement, that the at least one data tag associated with the second service system is specifically:
inquiring a corresponding relation between a pre-established test requirement and a data label according to the test requirement, and determining at least one data label corresponding to the test requirement;
and judging whether the at least one data label is associated with a second business system.
In certain embodiments, the processing component 202 is further configured to:
creating test data according to the test requirements;
the step of the processing component 202 testing the item to be tested by using at least the service data specifically includes:
and testing the item to be tested by at least utilizing the test data and the service data.
In some embodiments, after the processing component 202 creates the test data according to the test requirement, it is further configured to:
and taking the test data as service data and storing the service data and the corresponding data label.
In some embodiments, before the processing component 202 tests the item under test using at least the business data, it is further configured to:
judging whether the data format of the service data is consistent with the data format of the first service system;
and if the data formats of the service data are not consistent with the data formats of the first service system, performing data format conversion on the service data, wherein the data formats of the converted service data are consistent with the data formats of the first service system.
In some embodiments, the acquiring, by the processing component 202 according to the test requirement, the required service data from the second service system associated with the first service system specifically includes:
sending inquiry information to the second service system, wherein the inquiry information is used for inquiring that the second service system has idle sending of required service data;
and if receiving an inquiry response indicating that the second service system is idle to send the required service data, requesting the second service system associated with the first service system to acquire the required service data according to the test requirement.
In some embodiments, the processing component 202 is further configured to, after sending the query message to the second business system:
and if receiving an inquiry response indicating that the second service system is idle after the preset time is sent, requesting the second service system associated with the first service system to acquire the required service data according to the test requirement after the preset time is reached.
The processing component 202 may include one or more processors executing computer instructions to perform all or part of the steps of the method described above. Of course, the processing elements may also be implemented as one or more Application Specific Integrated Circuits (ASICs), Digital Signal Processors (DSPs), Digital Signal Processing Devices (DSPDs), Programmable Logic Devices (PLDs), Field Programmable Gate Arrays (FPGAs), controllers, micro-controllers, microprocessors or other electronic components configured to perform the above-described methods.
The storage component 201 is configured to store various types of data to support operations at the terminal. The memory components may be implemented by any type or combination of volatile or non-volatile memory devices such as Static Random Access Memory (SRAM), electrically erasable programmable read-only memory (EEPROM), erasable programmable read-only memory (EPROM), programmable read-only memory (PROM), read-only memory (ROM), magnetic memory, flash memory, magnetic or optical disks.
The testing device may further include a display component 203, and the display component 203 may be an Electroluminescent (EL) element, a liquid crystal display or a micro-display having a similar structure, or a retina-directly-displayable or similar laser-scanned display.
Of course, the test device may of course also comprise other components, such as input/output interfaces, communication components, etc.
The input/output interface provides an interface between the processing components and peripheral interface modules, which may be output devices, input devices, etc.
The communication component is configured to facilitate wired or wireless communication between the computing device and other devices, and the like.
As used herein, a "test device" may be a remote web server, a computer networking device, a chipset, a desktop computer, a notebook computer, a workstation, or any other processing device or equipment.
The embodiment of the present application further provides a computer-readable storage medium, which stores a computer program, and when the computer program is executed by a computer, the testing method of the embodiment shown in fig. 1 may be implemented.
It is clear to those skilled in the art that, for convenience and brevity of description, the specific working processes of the above-described systems, apparatuses and units may refer to the corresponding processes in the foregoing method embodiments, and are not described herein again.
The above-described embodiments of the apparatus are merely illustrative, and the units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution of the present embodiment. One of ordinary skill in the art can understand and implement it without inventive effort.
Through the above description of the embodiments, those skilled in the art will clearly understand that each embodiment can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware. With this understanding in mind, the above-described technical solutions may be embodied in the form of a software product, which can be stored in a computer-readable storage medium such as ROM/RAM, magnetic disk, optical disk, etc., and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device, etc.) to execute the methods described in the embodiments or some parts of the embodiments.
Finally, it should be noted that: the above embodiments are only used to illustrate the technical solutions of the present application, and not to limit the same; although the present application has been described in detail with reference to the foregoing embodiments, it should be understood by those of ordinary skill in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some technical features may be equivalently replaced; and such modifications or substitutions do not depart from the spirit and scope of the corresponding technical solutions in the embodiments of the present application.

Claims (10)

1. A method of testing, comprising:
acquiring a test requirement of a to-be-tested item aiming at a first service system;
acquiring required service data from a second service system associated with the first service system according to the test requirement;
and testing the item to be tested by at least utilizing the service data.
2. The method of claim 1, wherein obtaining the required service data from the second service system associated with the first service system according to the testing requirement comprises:
determining at least one data tag associated with a second business system according to the test requirements;
and acquiring the service data indexed by the at least one data label from the second service system based on the at least one data label.
3. The method of claim 1, wherein determining at least one data tag associated with a second business system based on the testing requirements comprises:
inquiring a corresponding relation between a pre-established test requirement and a data label according to the test requirement, and determining at least one data label corresponding to the test requirement;
and judging whether the at least one data label is associated with a second business system.
4. The method of claim 1, further comprising:
creating test data according to the test requirements;
the testing the item to be tested by using at least the service data comprises:
and testing the item to be tested by at least utilizing the test data and the service data.
5. The method of claim 4, after creating test data according to the test requirements, further comprising:
and taking the test data as service data and storing the service data and the corresponding data label.
6. The method of claim 1, wherein before testing the item under test using at least the business data, further comprising:
judging whether the data format of the service data is consistent with the data format of the first service system;
and if the data formats of the service data are not consistent with the data formats of the first service system, performing data format conversion on the service data, wherein the data formats of the converted service data are consistent with the data formats of the first service system.
7. The method of claim 1, wherein obtaining the required service data from a second service system associated with the first service system according to the testing requirement comprises:
sending inquiry information to the second service system, wherein the inquiry information is used for inquiring that the second service system has idle sending of required service data;
and if receiving an inquiry response indicating that the second service system is idle to send the required service data, requesting the second service system associated with the first service system to acquire the required service data according to the test requirement.
8. The method of claim 7, wherein after sending the query message to the second service system, further comprising:
and if receiving an inquiry response indicating that the second service system is idle after the preset time is sent, requesting the second service system associated with the first service system to acquire the required service data according to the test requirement after the preset time is reached.
9. A test apparatus comprising a storage component and a processing component;
the storage component stores one or more computer program instructions; the one or more computer program instructions for invocation and execution by the processing component;
the processing component is to:
acquiring a test requirement of a to-be-tested item aiming at a first service system;
acquiring required service data from a second service system associated with the first service system according to the test requirement;
and testing the item to be tested by at least utilizing the service data.
10. A computer-readable storage medium, in which a computer program is stored which, when being executed by a processor, causes the processor to carry out the steps of the method according to any one of claims 1 to 8.
CN202011625213.5A 2020-12-31 2020-12-31 Test method, test device, test equipment and storage medium Pending CN112667513A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011625213.5A CN112667513A (en) 2020-12-31 2020-12-31 Test method, test device, test equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011625213.5A CN112667513A (en) 2020-12-31 2020-12-31 Test method, test device, test equipment and storage medium

Publications (1)

Publication Number Publication Date
CN112667513A true CN112667513A (en) 2021-04-16

Family

ID=75412398

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011625213.5A Pending CN112667513A (en) 2020-12-31 2020-12-31 Test method, test device, test equipment and storage medium

Country Status (1)

Country Link
CN (1) CN112667513A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113778835A (en) * 2021-11-11 2021-12-10 广州粤芯半导体技术有限公司 Pressure testing method

Citations (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103077110A (en) * 2011-10-25 2013-05-01 阿里巴巴集团控股有限公司 Test method and device
CN105554049A (en) * 2015-08-14 2016-05-04 广州爱九游信息技术有限公司 Distributed traffic control method and equipment
CN108804336A (en) * 2018-06-15 2018-11-13 深圳壹账通智能科技有限公司 Interactive system test method, device, computer equipment and storage medium
CN109918399A (en) * 2018-08-13 2019-06-21 新华三大数据技术有限公司 Method for writing data and device
CN110134587A (en) * 2019-04-12 2019-08-16 平安普惠企业管理有限公司 A kind of test method, test device and computer readable storage medium
CN110162476A (en) * 2019-05-27 2019-08-23 重庆紫光华山智安科技有限公司 Test method and device
CN110162458A (en) * 2019-04-15 2019-08-23 深圳壹账通智能科技有限公司 Test data building method, device and storage medium
CN111367783A (en) * 2018-12-25 2020-07-03 北京微播视界科技有限公司 Application program testing method and device and electronic equipment
CN111459631A (en) * 2020-03-27 2020-07-28 厦门梦加网络科技股份有限公司 Automatic batch processing method and system for server
CN111679990A (en) * 2020-06-17 2020-09-18 北京字节跳动网络技术有限公司 Test data generation method and device, readable medium and electronic equipment
CN111782524A (en) * 2020-06-29 2020-10-16 京东数字科技控股有限公司 Application testing method and device, storage medium and electronic device
CN111835797A (en) * 2019-04-15 2020-10-27 阿里巴巴集团控股有限公司 Data processing method, device and equipment
CN112015651A (en) * 2020-08-28 2020-12-01 北京互金新融科技有限公司 Data processing method and device
CN112148580A (en) * 2019-06-26 2020-12-29 腾讯科技(深圳)有限公司 Test method and device and electronic equipment
CN112579468A (en) * 2020-12-28 2021-03-30 中国建设银行股份有限公司 Method and device for testing service system

Patent Citations (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103077110A (en) * 2011-10-25 2013-05-01 阿里巴巴集团控股有限公司 Test method and device
CN105554049A (en) * 2015-08-14 2016-05-04 广州爱九游信息技术有限公司 Distributed traffic control method and equipment
CN108804336A (en) * 2018-06-15 2018-11-13 深圳壹账通智能科技有限公司 Interactive system test method, device, computer equipment and storage medium
CN109918399A (en) * 2018-08-13 2019-06-21 新华三大数据技术有限公司 Method for writing data and device
CN111367783A (en) * 2018-12-25 2020-07-03 北京微播视界科技有限公司 Application program testing method and device and electronic equipment
CN110134587A (en) * 2019-04-12 2019-08-16 平安普惠企业管理有限公司 A kind of test method, test device and computer readable storage medium
CN110162458A (en) * 2019-04-15 2019-08-23 深圳壹账通智能科技有限公司 Test data building method, device and storage medium
CN111835797A (en) * 2019-04-15 2020-10-27 阿里巴巴集团控股有限公司 Data processing method, device and equipment
CN110162476A (en) * 2019-05-27 2019-08-23 重庆紫光华山智安科技有限公司 Test method and device
CN112148580A (en) * 2019-06-26 2020-12-29 腾讯科技(深圳)有限公司 Test method and device and electronic equipment
CN111459631A (en) * 2020-03-27 2020-07-28 厦门梦加网络科技股份有限公司 Automatic batch processing method and system for server
CN111679990A (en) * 2020-06-17 2020-09-18 北京字节跳动网络技术有限公司 Test data generation method and device, readable medium and electronic equipment
CN111782524A (en) * 2020-06-29 2020-10-16 京东数字科技控股有限公司 Application testing method and device, storage medium and electronic device
CN112015651A (en) * 2020-08-28 2020-12-01 北京互金新融科技有限公司 Data processing method and device
CN112579468A (en) * 2020-12-28 2021-03-30 中国建设银行股份有限公司 Method and device for testing service system

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113778835A (en) * 2021-11-11 2021-12-10 广州粤芯半导体技术有限公司 Pressure testing method

Similar Documents

Publication Publication Date Title
CN113987074A (en) Distributed service full-link monitoring method and device, electronic equipment and storage medium
CN109815119B (en) APP link channel testing method and device
US8046638B2 (en) Testing of distributed systems
CN112463729B (en) Data file warehousing method and device, electronic equipment and medium
CN112631911A (en) Automatic testing method and device, computer equipment and storage medium
CN112286806A (en) Automatic testing method and device, storage medium and electronic equipment
CN111444077A (en) Method and device for generating flow node test data
CN115357761A (en) Link tracking method and device, electronic equipment and storage medium
CN111597069A (en) Program processing method, program processing apparatus, electronic device, and storage medium
CN112667513A (en) Test method, test device, test equipment and storage medium
CN107229565B (en) Test method and device
CN112506781B (en) Test monitoring method, device, electronic equipment, storage medium and program product
CN115203178A (en) Data quality inspection method and device, electronic equipment and storage medium
CN109697141B (en) Method and device for visual testing
CN113407445B (en) End-to-end automatic testing method and device and electronic equipment
US20220164182A1 (en) Code review using quantitative linguistics
CN112015666A (en) Web testing method and device based on contextPath
CN113778851A (en) Method, apparatus, system, server and medium for stress testing
CN113656326A (en) Program testing method, program testing device, computer system and storage medium
CN116627778A (en) Service system performance monitoring method and device, computer equipment and storage medium
CN116975200A (en) Method, device, equipment and medium for controlling working state of server
CN114091216A (en) Method, system device and medium for generating service graph driven by service data
CN116401159A (en) Service testing method and device, electronic equipment and storage medium
CN110688295A (en) Data testing method and device
CN117112439A (en) Script testing method, device, equipment and medium based on resource application

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication

Application publication date: 20210416