CN115470101A - Data testing method and device, computer equipment and storage medium - Google Patents

Data testing method and device, computer equipment and storage medium Download PDF

Info

Publication number
CN115470101A
CN115470101A CN202210969289.2A CN202210969289A CN115470101A CN 115470101 A CN115470101 A CN 115470101A CN 202210969289 A CN202210969289 A CN 202210969289A CN 115470101 A CN115470101 A CN 115470101A
Authority
CN
China
Prior art keywords
test
scene
request information
item
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
CN202210969289.2A
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.)
Xian Wanxiang Electronics Technology Co Ltd
Original Assignee
Xian Wanxiang Electronics 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 Xian Wanxiang Electronics Technology Co Ltd filed Critical Xian Wanxiang Electronics Technology Co Ltd
Priority to CN202210969289.2A priority Critical patent/CN115470101A/en
Publication of CN115470101A publication Critical patent/CN115470101A/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/3684Test management for test design, e.g. generating new test cases
    • 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

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)
  • Debugging And Monitoring (AREA)

Abstract

The present disclosure provides a data testing method, an apparatus, a computer device and a storage medium, which relate to the technical field of electronic information and can solve the problem of low efficiency when testing data transmission performance of a sending end and a receiving end. The specific technical scheme is as follows: after the sending end obtains the test request, according to the test scene in the test request, the test item matched with the test scene is found, and the test item is executed to finish the data transmission from the test sending end to the receiving end, so that the problem of human resources and calculation resources consumed in the deployment of the test scene in the prior art is solved, and the technical effect of improving the data test efficiency can be realized.

Description

Data testing method and device, computer equipment and storage medium
Technical Field
The present disclosure relates to the field of electronic information technologies, and in particular, to a data testing method and apparatus, a computer device, and a storage medium.
Background
With the personalization requirements of enterprises becoming higher, VDI (Virtual Desktop Infrastructure) is popular with more and more enterprises.
Based on a VDI system, when transmission testing between a sending end and a receiving end is carried out, corresponding testing parameter files and testing operation can be configured based on different testing requirements, however, the testing can be carried out according to different types of application scenes when facing clients in different industries, and conventional manual testing cannot meet the requirements of rich scenes and continuous testing.
Disclosure of Invention
The embodiment of the disclosure provides a data testing method and system, which can solve the problem of low efficiency when testing data transmission performance of a sending end and a receiving end. The technical scheme is as follows:
according to a first aspect of the embodiments of the present disclosure, a data testing method is provided, which is applied to a sending end, and includes:
acquiring test request information, wherein the test request information is used for indicating that a data transmission test is completed according to a test scene, and the test request information comprises identification information of the test scene;
according to the test request information, finding a test item matched with the test scene in a database, wherein the database comprises the identification information of at least one test scene and the mapping between at least one test item, and the test item at least comprises a test control instruction and a test parameter file;
and testing the data transmission performance from the sending end to the receiving end according to the test item.
In one embodiment, the method for finding the test operation item matched with the test scenario in the database includes:
analyzing the test request information to obtain the identification information of the test scene;
according to the identification information, finding a configuration file and a file path of the test scene;
and reading the configuration files of the test scene layer by layer according to the file path, and building an automatic test project.
In one embodiment, reading the configuration file of the test scenario layer by layer in the method includes:
analyzing the configuration file of the test scene to obtain a test parameter file in the test scene;
analyzing the test parameter file, acquiring a test execution step of reading the test parameter file, and building a test case;
and analyzing the configuration file of the test scene, acquiring a service component parameter file, and configuring the service component.
In one embodiment, the method for testing the data transmission performance from the sending end to the receiving end comprises the following steps:
analyzing the test items to obtain a test plan and a test case;
and executing the test case according to the test plan to generate a test result.
In one embodiment, the method further comprises:
monitoring the transmission performance of a transmitting end and a receiving end in the process of executing the test item, wherein the transmission performance at least comprises memory resources occupied by transmission, processor resources and display performance;
and when the transmission performance exceeds a preset performance threshold, generating prompt information.
In one embodiment, the method further comprises:
acquiring test change request information, wherein the test change request information is used for requesting to complete a test during data transmission according to an updated test scene, and the updated test scene at least comprises updated test software;
and updating the test items matched with the test scene according to the test change request information, and storing.
In one embodiment, the middle test manipulation instruction in the method at least comprises at least one of an opening operation, a closing operation, an image processing operation or a word processing operation.
According to the test method provided by the embodiment of the disclosure, after the sending end obtains the test request, the test item matched with the test scene is found according to the test scene in the test request, and the test item is executed to complete data transmission from the test sending end to the receiving end, so that the problem of human resources and computing resources consumed in deploying the test scene in the prior art is solved, and the technical effect of improving the data test efficiency can be realized.
According to a second aspect of an embodiment of the present disclosure, there is provided a data testing apparatus including: an acquisition module, a search module and a test module,
the acquisition module is used for acquiring test request information, the test request information is used for indicating that data transmission test is finished according to a test scene, and the test request information comprises identification information of the test scene;
the searching module is used for searching a test item matched with the test scene in a database according to the test request information, the database comprises mapping between the identification information of at least one test scene and at least one test item, and the test item at least comprises a test control instruction and a test parameter file;
the test module is used for testing the data transmission performance from the sending end to the receiving end according to the test items.
In a third aspect of embodiments of the present application, there is provided a computer device, including: comprising a memory storing a computer program and a processor implementing the steps of the method as claimed in any one of the above when the processor executes the computer program.
In a fourth aspect of the embodiments of the present application, a computer-readable storage medium is provided, on which a computer program is stored, wherein the computer program, when executed by a processor, implements the steps of the method according to any one of the above.
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 disclosure.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrate embodiments consistent with the present disclosure and together with the description, serve to explain the principles of the disclosure.
FIG. 1 is a block diagram of a data testing method provided by an embodiment of the present disclosure;
FIG. 2 is a flow chart of a data testing method provided by an embodiment of the present disclosure;
FIG. 3 is a block diagram of a data testing device according to an embodiment of the present disclosure;
FIG. 3a is a block diagram of a data testing apparatus according to an embodiment of the present disclosure shown in FIG. 2;
fig. 4 is a schematic structural diagram of a computer device provided in an embodiment of the present disclosure.
Detailed Description
Reference will now be made in detail to the exemplary embodiments, examples of which are illustrated in the accompanying drawings. The following description refers to the accompanying drawings in which the same numbers in different drawings represent the same or similar elements unless otherwise indicated. The implementations described in the exemplary embodiments below are not intended to represent all implementations consistent with the present disclosure. Rather, they are merely examples of apparatus and methods consistent with certain aspects of the present disclosure, as detailed in the appended claims.
The shelf-based test system is more and more urgent in demand and has higher and more pressure on the market and the test task, the experience and stability test needs to be carried out on a base line and a plurality of customized versions in a short time, the test system is faced with customers in different industries and needs to test application scenes of various customers, and the conventional manual test cannot meet the requirements of rich scenes and continuous tests, so that the test system capable of quickly constructing various application test scenes is urgently needed.
Based on the defects in the transmission performance test in the prior art, the embodiment of the application provides a data test method, in the method, after a sending end detects a test request, a test platform is deployed at the sending end according to the test request to find a matched test item, and the data transmission performance test from the sending end to a receiving end is completed according to the test item, so that a large amount of human resources and data processing resources consumed by different test scenes are solved, and the technical effect of improving the data test efficiency is realized.
The following briefly describes an application environment of the data testing method provided by the embodiment of the present application:
referring to fig. 1, a data testing method provided in an embodiment of the present application is applied to a testing system 10, where the system includes a sending end 101, a receiving end 102, a relay server 103 and a monitoring server 104, the sending end 101 obtains a test item matched with a test scenario in a low code testing platform, and tests transmission performance of data transmitted from the sending end to the receiving end 102 according to the test item, the relay server 103 is configured to complete a test of transmission performance, and the monitoring server 104 is configured to monitor transmission performance of data transmitted from the sending end to the receiving end.
The sending terminal 101 is provided with a low-code test platform, an acquisition module and an encoder, wherein the acquisition module is used for acquiring images, and the encoder is used for encoding and processing the images acquired by the acquisition module; deploying a test item in the low-code test platform, wherein the test item is matched with a test scene, and the test item comprises a plurality of test control instructions; the code test platform refers to a development platform that can quickly generate an application without encoding (0 code) or with a small amount of code. A method for developing an application program through visualization (referring to a visual programming language) enables developers with different experience levels to create web pages and mobile application programs through a graphical user interface by using a dragging component and a model-driven logic.
A decoder for decoding and processing the encoded code stream and a screen for displaying the decoded data are disposed in the receiving end 102.
Referring to fig. 2, the following embodiment specifically describes, by taking the sending end as an execution main body, an example of applying the method provided by the embodiment of the present application to the sending end to test data transmission between the sending end and the receiving end. The data testing method provided by the embodiment of the application comprises the following steps 201 to 203:
the embodiment of the present disclosure provides a data testing method, as shown in fig. 2, the data testing method includes the following steps:
step 201, testing request information.
The test request information is used for indicating that the data transmission test is completed according to the test scene, and the test request information comprises identification information of the test scene.
According to the embodiment of the application, different test items can be configured according to different test scenes, wherein the test items at least comprise test control instructions and test parameter files, and the test parameter files comprise one or more of test plan parameter files, test scene parameter files, test case parameter files and service component parameter files; the test control command at least comprises at least one of opening operation, closing operation, image processing operation or word processing operation.
Step 202, according to the test request information, finding the test item matched with the test scene in the database.
The database includes a mapping between identification information of at least one test scenario and at least one test item, the test item including at least a test manipulation instruction and a test parameter file.
In the embodiment of the present application, finding the test operation item matched with the test scenario in the database includes:
analyzing the test request information to obtain the identification information of the test scene;
according to the identification information, finding a configuration file and a file path of the test scene;
and reading the configuration files of the test scene layer by layer according to the file path, and building an automatic test project.
Reading the configuration file of the test scene layer by layer in the above steps, including:
analyzing the configuration file of the test scene to obtain a test parameter file in the test scene;
analyzing the test parameter file, acquiring a test execution step of reading the test parameter file, and building a test case;
and analyzing the configuration file of the test scene, acquiring a service component parameter file, and configuring the service component.
And step 203, testing the data transmission performance from the sending end to the receiving end according to the test item.
In the embodiment of the present application, the testing of the data transmission performance from the sending end to the receiving end includes:
analyzing the test items to obtain a test plan and a test case;
and executing the test case according to the test plan to generate a test result.
The test plan may include reference thresholds, execution times, wait intervals, etc. for the test data;
for example, in the test project in the embodiment of the present application, the test plan may be that 30 data tests are completed within one hour at intervals of 1 minute, and the test case may be that the target software is executed and run, a running interface of the target software is captured, and a running interface of the target software is transmitted.
The embodiment of the application further includes monitoring the performance of the sending end and the receiving end in the process of executing the test item, so as to better obtain the test result, and also avoid sending an overload event or an event affecting the transmission performance in the test process, wherein the monitoring includes:
monitoring the transmission performance of a transmitting end and a receiving end in the process of executing the test item, wherein the transmission performance at least comprises memory resources occupied by transmission, processor resources and display performance;
and when the transmission performance exceeds a preset performance threshold, generating prompt information.
The preset performance threshold value can be configured in a personalized manner according to different test scenes.
The embodiment of the present application further includes that, according to the test requirement changed by the user, the test item is changed, thereby avoiding consuming human resources and processing resources, including:
acquiring test change request information, wherein the test change request information is used for requesting to finish a test during data transmission according to an updated test scene, and the updated test scene at least comprises updated test software;
and updating the test items matched with the test scene according to the test change request information, and storing the test items.
Such as updating one or more of a business component name, a module path, a class name, a method name, an input parameter, and an output parameter.
According to the embodiment of the application, the buffer area is used for constructing the test operation matched with different test scenes, so that the problem of human resources and computing resources consumed in the arrangement of the test scenes in the prior art is solved, and the technical effect of improving the data test efficiency can be achieved.
In an optional embodiment, the test method in the embodiment of the present application further includes the following steps:
step 301, installing a low code scene test system at a sending end.
The low-code test system comprises a test scene and a test project, wherein the test project at least comprises a test plan, a configuration file of the test scene and a file path.
Step 302, performing test configuration on the application to be tested.
The configuration of the test at least includes an application installation path, an application version number, and the like.
And 303, acquiring a test request, selecting corresponding operation in the low-code test system according to the test request, assembling a service scene, and storing.
Step 304, repeating step 303 until the test request is satisfied.
Step 305, executing a test operation, and performing basic configuration on the scene.
And determining the execution times, waiting intervals and the like according to the test scene and the test operation.
Step 306, starting the monitoring server, and monitoring performance data of the sending end and the receiving end in the scene test process, such as monitoring memories, CPU occupation, display cards and the like of application processes configured in the sending end and the receiving end;
and 307, adding the application software, repeating the steps, and testing after the scene of the added application software is assembled.
According to the data testing method provided by the embodiment of the disclosure, after the sending end obtains the test request, the testing item matched with the test scene is found according to the test scene in the test request, and the testing item is executed to complete the data transmission from the testing sending end to the receiving end, so that the problem of human resources and computing resources consumed in the deployment of the test scene in the prior art is solved, and the technical effect of improving the data testing efficiency can be realized.
By the method provided by the embodiment of the application, different operation scenes can be generated by selecting corresponding test components in the test platform according to the basic operation library provided by the system and aiming at different applications, and meanwhile, the scenes can be saved, so that the stability test is facilitated. If the scene content changes, the test scene can be edited to perform modification and update. If a new application software scene exists, the scene expansion of the new application can be carried out only by modifying the XML configuration file of the system and loading the basic information of the newly added application.
Example two
Based on the data testing method described in the embodiment corresponding to fig. 2, the following is an embodiment of the apparatus of the present disclosure, which can be used to execute the embodiment of the method of the present disclosure.
The embodiment of the present disclosure provides a data testing apparatus, as shown in fig. 3, the data testing apparatus 30 includes: an acquisition module 301, a lookup module 302 and a test module 303,
the obtaining module 301 is configured to obtain test request information, where the test request information is used to instruct that a data transmission test is completed according to a test scenario, and the test request information includes identification information of the test scenario;
the search module 302 is configured to search, according to the test request information, a test item matched with the test scenario in a database, where the database includes mapping between identification information of at least one test scenario and at least one test item, and the test item includes at least a test control instruction and a test parameter file;
the testing module 303 is configured to test data transmission performance from the sending end to the receiving end according to the test item.
In an alternative embodiment, the obtaining module 301 in the data testing apparatus 30 is further configured to:
acquiring test change request information, wherein the test change request information is used for requesting to complete a test during data transmission according to an updated test scene, and the updated test scene at least comprises updated test software;
and updating the test items matched with the test scene according to the test change request information, and storing the test items.
In an alternative embodiment, the lookup module 302 in the data testing apparatus 30 is further configured to:
analyzing the test request information to obtain the identification information of the test scene;
according to the identification information, finding a configuration file and a file path of the test scene;
and reading the configuration files of the test scene layer by layer according to the file path, and building an automatic test project.
In an alternative embodiment, the lookup module 302 in the data testing apparatus 30 is further configured to:
analyzing the configuration file of the test scene to obtain a test parameter file in the test scene;
analyzing the test parameter file, obtaining a test execution step of reading the test parameter file, and building a test case;
and analyzing the configuration file of the test scene, acquiring a service component parameter file, and configuring the service component.
In an alternative embodiment, the testing module 303 in the data testing device 30 is further configured to:
analyzing the test items to obtain a test plan and a test case;
and executing the test case according to the test plan to generate a test result.
In an alternative embodiment, the data testing apparatus 30 further includes a monitoring module 304, further configured to:
monitoring the transmission performance of a sending end and a receiving end in the process of executing the test item, wherein the transmission performance at least comprises memory resources, processor resources and display performance occupied by transmission;
and when the transmission performance exceeds a preset performance threshold, generating prompt information.
According to the data testing device provided by the embodiment of the application, after the sending end obtains the test request, the test item matched with the test scene is found according to the test scene in the test request, and the test item is executed to complete the data transmission from the test sending end to the receiving end, so that the problem of human resources and computing resources consumed in the arrangement of the test scene in the prior art is solved, and the technical effect of improving the data testing efficiency can be achieved.
For the specific limitations of the video signal processing apparatus, reference may be made to the limitations of the test method above, and details are not repeated here. The respective modules in the video signal processing apparatus described above may be wholly or partially implemented by software, hardware, and a combination thereof. The modules can be embedded in a hardware form or independent from a processor in the computer device, and can also be stored in a memory in the computer device in a software form, so that the processor can call and execute operations corresponding to the modules.
In one embodiment, a computer device is provided, the internal structure of which may be as shown in fig. 4. The computer device includes a processor, a memory, a network interface, and a database connected by a system bus. Wherein the processor of the computer device is configured to provide computing and control capabilities. The memory of the computer device comprises a nonvolatile storage medium and an internal memory. The non-volatile storage medium stores an operating system, a computer program, and a database. The internal memory provides an environment for the operation of an operating system and computer programs in the non-volatile storage medium. The database of the computer device is used for storing data. The network interface of the computer device is used for communicating with an external terminal through a network connection. The computer program is executed by a processor to implement a testing method as above. The method comprises the following steps: the testing device comprises a memory and a processor, wherein the memory stores a computer program, and the processor realizes any step of the testing method when executing the computer program.
In an embodiment, a computer-readable storage medium is provided, on which a computer program is stored which, when being executed by a processor, is adapted to carry out any of the above testing methods.
As will be appreciated by one skilled in the art, embodiments of the present application may be provided as a method, system, or computer program product. Accordingly, the present application may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present application may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and so forth) having computer-usable program code embodied therein.
The present application is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the application. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
While the preferred embodiments of the present application have been described, additional variations and modifications in those embodiments may occur to those skilled in the art once they learn of the basic inventive concepts. Therefore, it is intended that the appended claims be interpreted as including preferred embodiments and all alterations and modifications as fall within the scope of the application.
It will be apparent to those skilled in the art that various changes and modifications may be made in the present application without departing from the spirit and scope of the application. Thus, if such modifications and variations of the present application fall within the scope of the claims of the present application and their equivalents, the present application is intended to include such modifications and variations as well.

Claims (10)

1. A data testing method is characterized in that the method is applied to a sending end, and the method comprises the following steps:
acquiring test request information, wherein the test request information is used for indicating that a data transmission test is completed according to a test scene, and the test request information comprises identification information of the test scene;
according to the test request information, finding a test item matched with the test scene in a database, wherein the database comprises mapping between identification information of at least one test scene and at least one test item, and the test item at least comprises a test control instruction and a test parameter file;
and testing the data transmission performance from the sending end to the receiving end according to the test items.
2. The method according to claim 1, wherein the finding the test operation item matching the test scenario in the database comprises:
analyzing the test request information to obtain the identification information of the test scene;
according to the identification information, finding a configuration file and a file path of the test scene;
and reading the configuration files of the test scene layer by layer according to the file path, and building an automatic test project.
3. The method of claim 2, wherein reading the configuration file of the test scenario layer by layer comprises:
analyzing the configuration file of the test scene to obtain a test parameter file in the test scene;
analyzing the test parameter file, acquiring a test execution step in the read test parameter file, and building a test case;
and analyzing the configuration file of the test scene, acquiring a service component parameter file, and configuring the service component.
4. The method of claim 3, wherein the testing performance of data transmission from a transmitting end to a receiving end comprises:
analyzing the test items to obtain a test plan and a test case;
and executing the test case according to the test plan to generate a test result.
5. The method of claim 1, further comprising:
monitoring the transmission performance of a sending end and a receiving end in the process of executing the test item, wherein the transmission performance at least comprises memory resources occupied by transmission, processor resources and display performance;
and when the transmission performance exceeds a preset performance threshold, generating prompt information.
6. The method of claim 5, further comprising:
acquiring test change request information, wherein the test change request information is used for requesting to complete a test during data transmission according to an updated test scene, and the updated test scene at least comprises updated test software;
and updating the test items matched with the test scene according to the test change request information, and storing the test items.
7. The method of claim 1, wherein the test manipulation instruction comprises at least one of an open operation, a close operation, an image processing operation, or a word processing operation.
8. A data testing apparatus, the apparatus comprising: an acquisition module, a search module and a test module,
the acquisition module is used for acquiring test request information, the test request information is used for indicating that data transmission test is finished according to a test scene, and the test request information comprises identification information of the test scene;
the search module is used for searching a test item matched with the test scene in a database according to the test request information, the database comprises the mapping between the identification information of at least one test scene and at least one test item, and the test item at least comprises a test control instruction and a test parameter file;
and the test module is used for testing the data transmission performance from the sending end to the receiving end according to the test items.
9. A computer device, comprising: comprising a memory and a processor, said memory storing a computer program, characterized in that said processor realizes the steps of the method according to any of claims 1 to 7 when executing said computer program.
10. A computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, carries out the steps of the method of any one of claims 1 to 7.
CN202210969289.2A 2022-08-12 2022-08-12 Data testing method and device, computer equipment and storage medium Pending CN115470101A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210969289.2A CN115470101A (en) 2022-08-12 2022-08-12 Data testing method and device, computer equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210969289.2A CN115470101A (en) 2022-08-12 2022-08-12 Data testing method and device, computer equipment and storage medium

Publications (1)

Publication Number Publication Date
CN115470101A true CN115470101A (en) 2022-12-13

Family

ID=84366402

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210969289.2A Pending CN115470101A (en) 2022-08-12 2022-08-12 Data testing method and device, computer equipment and storage medium

Country Status (1)

Country Link
CN (1) CN115470101A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115687162A (en) * 2023-01-03 2023-02-03 北京集度科技有限公司 Software testing device, method, electronic device and computer program product
CN116842983A (en) * 2023-08-29 2023-10-03 西安法拉第电子科技有限公司 Data processing method and system
CN117192343A (en) * 2023-11-08 2023-12-08 珠海芯业测控有限公司 Chip testing method based on auxiliary system, electronic equipment and medium

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115687162A (en) * 2023-01-03 2023-02-03 北京集度科技有限公司 Software testing device, method, electronic device and computer program product
CN116842983A (en) * 2023-08-29 2023-10-03 西安法拉第电子科技有限公司 Data processing method and system
CN117192343A (en) * 2023-11-08 2023-12-08 珠海芯业测控有限公司 Chip testing method based on auxiliary system, electronic equipment and medium
CN117192343B (en) * 2023-11-08 2024-01-23 珠海芯业测控有限公司 Chip testing method based on auxiliary system, electronic equipment and medium

Similar Documents

Publication Publication Date Title
CN115470101A (en) Data testing method and device, computer equipment and storage medium
CN108958736B (en) Page generation method and device, electronic equipment and computer readable medium
CN107506221B (en) Application program upgrading method, device and equipment
CN111881019B (en) User interface testing method and device
US20150248343A1 (en) Method and apparatus for implementing instrumentation code
CN107729246B (en) Auxiliary test method, device and equipment for target application and storage medium
CN110209569B (en) Interface test method, interface test device and storage medium
CN111190825A (en) Automatic test method, system and robot
WO2009044971A1 (en) Method and system for determining interface compatibility based on component model
CN112732587B (en) Automatic test log acquisition method and device, electronic equipment and storage medium
CN113626102A (en) Data processing method and device, electronic equipment and storage medium
CN112069068A (en) Automatic test data processing method, device, equipment and readable storage medium
CN111858727A (en) Multi-data-source data export system and method based on template configuration
CN112667228A (en) Application program construction method and device and computer equipment
CN116257438A (en) Updating method of interface test case and related equipment
US11422917B2 (en) Deriving software application dependency trees for white-box testing
US11087259B2 (en) Business designer
CN111858359B (en) Method and device for acquiring engineering code position of executable file
CN111625291A (en) Automatic iteration method and device of data processing model and electronic equipment
CN112068895B (en) Code configuration method, device, video playing equipment and storage medium
CN110471828B (en) Operating system testing method, device and equipment thereof
CN115755867A (en) Vehicle diagnosis method and related device
CN116962807A (en) Video rendering method, device, equipment and storage medium
CN110704742B (en) Feature extraction method and device
CN115237441A (en) Upgrade test method, device and medium based on cloud platform

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication