CN109388559B - Visual test analysis method and device - Google Patents
Visual test analysis method and device Download PDFInfo
- Publication number
- CN109388559B CN109388559B CN201811080738.8A CN201811080738A CN109388559B CN 109388559 B CN109388559 B CN 109388559B CN 201811080738 A CN201811080738 A CN 201811080738A CN 109388559 B CN109388559 B CN 109388559B
- Authority
- CN
- China
- Prior art keywords
- node
- test
- generating
- nodes
- path table
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Active
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/36—Preventing errors by testing or debugging software
- G06F11/3668—Software testing
- G06F11/3672—Test management
- G06F11/3688—Test 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 invention discloses a visual test analysis method and a device, wherein the method comprises the following steps: acquiring a service demand, splitting a function in the service demand into a plurality of nodes, and generating a main thinking graph comprising the plurality of nodes; determining a plurality of test elements for each node, and generating a thinking guide graph of the node by using the plurality of test elements; for each node, determining a service path, generating a sub-path table, and outputting a test case according to the sub-path table; and generating a total path table of the function by using the sub-path tables of the plurality of nodes, and outputting a test case set of the function according to the total path table. The invention can systematically and visually express the test requirements and simultaneously avoid the problem of test analysis omission.
Description
Technical Field
The invention relates to the field of test analysis, in particular to a visual test analysis method and device.
Background
In the software development process, in order to ensure the development quality, tests must be carried out, and in order to ensure the smooth operation of the test work, it is necessary to generate a test outline and a test case set.
In the prior art, testers analyze business requirements according to experience accumulation, and generate a test outline and a test case set in a manual mode.
The inventor finds that the prior art has the following problems:
in the prior art, test analysis is only performed by depending on experience accumulation of workers, so that the problem of test analysis omission is easily caused, and a test outline cannot systematically and intuitively express test requirements.
Disclosure of Invention
The embodiment of the invention provides a visual test analysis method which is used for systematically and visually expressing test requirements and avoiding the problem of test analysis omission, and the method comprises the following steps:
acquiring a service demand, splitting a function in the service demand into a plurality of nodes, and generating a main thinking graph comprising the plurality of nodes;
determining a plurality of test elements for each node, and generating a thinking guide graph of the node by using the plurality of test elements;
for each node, determining a service path, generating a sub-path table, and outputting a test case according to the sub-path table;
and generating a total path table of the function by using the sub-path tables of the plurality of nodes, and outputting a test case set of the function according to the total path table.
Splitting functions in service requirements into a plurality of nodes, and generating a main thinking graph comprising the plurality of nodes, wherein the method comprises the following steps:
splitting functions in service requirements by using the association as a principle to form a plurality of nodes;
a plurality of nodes are numbered with reference to the front and rear paths of each node, and a main thinking diagram including the plurality of nodes is generated.
For each node, determining a plurality of test elements, and generating a thought graph of the node by using the plurality of test elements, wherein the thought graph comprises the following steps:
for each node, performing test element analysis, and classifying a plurality of test elements of the node;
and numbering the classified multiple test elements to generate a thought-dividing guide graph of the node.
In the process of numbering a plurality of test elements, if the plurality of test elements are the same, the numbers are also the same;
if the plurality of test elements are different, the numbers are also different.
For each node, determining a service path, generating a sub-path table, and outputting a test case according to the sub-path table, wherein the steps of:
for each node, enumerating a plurality of service paths according to a plurality of test elements of the node, generating a branch path table according to the plurality of service paths, and outputting a test case according to the branch path table.
The method further comprises the following steps:
generating an inspection element table for inspecting the node test case according to the thought guide graph of each node;
and checking the test case of the node by using the checking element table.
The embodiment of the invention provides a visual test analysis device, which is used for systematically and visually expressing test requirements and avoiding the problem of test analysis omission, and comprises the following components:
the system comprises a first acquisition unit, a second acquisition unit and a third acquisition unit, wherein the first acquisition unit is used for acquiring a service demand, splitting a function in the service demand into a plurality of nodes and generating a main thinking map comprising the plurality of nodes;
the second acquisition unit is used for determining a plurality of test elements for each node and generating a thinking guide graph of the node by using the plurality of test elements;
the first output unit is used for determining a service path for each node, generating a sub-path table and outputting a test case according to the sub-path table;
and the second output unit is used for generating a total path table of the function by using the sub-path tables of the plurality of nodes and outputting the test case set of the function according to the total path table.
The device further comprises:
the checking unit is used for generating a checking element table for checking the node test case according to the thought-dividing map of each node;
and checking the test case of the node by using the checking element table.
The embodiment of the present invention further provides a computer device, which includes a memory, a processor, and a computer program stored in the memory and executable on the processor, and the processor implements the method when executing the computer program.
An embodiment of the present invention further provides a computer-readable storage medium, in which a computer program for executing the above method is stored.
In the embodiment of the invention, the main thought guide diagram and the sub thought guide diagram are generated, so that the test requirements can be expressed systematically and intuitively. The method comprises the steps of determining a service path for each node, generating a sub-path table, outputting test cases according to the sub-path table, generating a total path table of functions by using the sub-path tables of a plurality of nodes, and outputting a test case set of the functions according to the total path table, so that test analysis operation can be completed more comprehensively, and the problem of test analysis omission caused by only depending on experience accumulation of workers is solved.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts. In the drawings:
FIG. 1 is a schematic diagram of a visual test analysis method according to an embodiment of the present invention;
FIG. 2 is a schematic diagram of a visual test analysis apparatus according to an embodiment of the present invention;
fig. 3 is a diagram illustrating an exemplary embodiment of a visual test analysis apparatus according to the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present invention more apparent, the embodiments of the present invention are further described in detail below with reference to the accompanying drawings. The exemplary embodiments and descriptions of the present invention are provided to explain the present invention, but not to limit the present invention.
Before the technical solutions provided by the embodiments of the present invention are introduced, terms related to the embodiments of the present invention are first introduced:
the "mind map" refers to: the effective image thinking tool for representing divergent thinking by the chart is a thinking tool with strong practicability by capturing and expressing brain thinking and producing idea processes and performing external presentation.
"function" means: and testing a functional module in the analysis operation process, such as withdrawing money.
In the software development process, in order to ensure the development quality, tests must be carried out, and in order to ensure the smooth operation of the test work, it is necessary to generate a test outline and a test case set.
In the prior art, testers analyze business requirements according to experience accumulation, and generate a test outline and a test case set in a manual mode. Therefore, in the prior art, the test analysis is only performed by depending on experience accumulation of workers, so that the problem of test analysis omission is easily caused, and the test requirements cannot be systematically and intuitively expressed by the test outline. Based on this, the embodiment of the present invention provides a visual test analysis method, which can solve the problems existing in the prior art, and as shown in fig. 1, the flow of the method is specifically as follows:
And 102, determining a plurality of test elements for each node, and generating a thought-minded graph of the node by using the plurality of test elements.
And 103, determining a service path for each node, generating a sub-path table, and outputting a test case according to the sub-path table.
And 104, generating a total path table of the function by using the sub-path tables of the plurality of nodes, and outputting the test case set of the function according to the total path table.
As can be known from the flow shown in FIG. 1, in the embodiment of the present invention, the main thought chart and the branch thought chart are generated, so that the test requirement can be expressed systematically and intuitively. The method comprises the steps of determining a service path for each node, generating a sub-path table, outputting test cases according to the sub-path table, generating a total path table of functions by using the sub-path tables of a plurality of nodes, and outputting a test case set of the functions according to the total path table, so that test analysis operation can be completed more comprehensively, and the problem of test analysis omission caused by only depending on experience accumulation of workers is solved.
The individual steps of the method are explained in detail below.
In specific implementation, after the business requirements are obtained, the main process of the functions is analyzed in step 101, and each function in the business requirements is split to form a plurality of nodes, so that the plurality of nodes are used to generate the main thinking guide graph.
Taking the example that the function is withdrawal, the main process of withdrawal is to insert a bank card, input a password, confirm withdrawal and the like, and a plurality of split nodes refer to: enter an account number, enter a password, etc.
In specific implementation, the "node" and the "test element" in step 102 are in a one-to-many relationship, that is, after one node is split, a plurality of test elements are formed.
In specific implementation, each path of the "branch path table" in the step 103 and the step 104 corresponds to one test case, and a set of a plurality of test cases is a test case set.
Further, in the embodiment of the present invention, in order to ensure that the nodes are associated with each other and the path is correct, that is, the arrangement order of the plurality of nodes is correct, the function in the service requirement is split into the plurality of nodes, and a main mind map including the plurality of nodes is generated, including:
splitting functions in service requirements by using the association as a principle to form a plurality of nodes;
a plurality of nodes are numbered with reference to the front and rear paths of each node, and a main thinking diagram including the plurality of nodes is generated.
Wherein, the expression "using relevance as principle" means: each node is associated with a front node and a back node.
Specifically, taking the example that the "function" is withdrawal and the "node" is input password, the front and back paths of the node respectively refer to: inserting a bank card and confirming the withdrawal of the money. At this time, the plurality of nodes are numbered, if the numbering order of the nodes is compared to A, B, C, a "bank card insertion" is a, "password input" is B, "withdrawal confirmation" is C, and A, B, C is arranged in order, thereby generating a main thinking diagram.
In order to express the test requirement more systematically and intuitively, a plurality of test elements are determined for each node, and a thought-dividing guide graph of the node is generated by using the plurality of test elements, and the method comprises the following steps:
for each node, performing test element analysis, and classifying a plurality of test elements of the node;
and numbering the classified multiple test elements to generate a thought-dividing guide graph of the node.
Specifically, when each test element is classified, the test element is to be covered comprehensively, and the "test element" refers to, for example, a bank: home bank card, other bank card, credit card, IC card, etc.
Furthermore, in order to improve the working efficiency and ensure the accuracy of numbering a plurality of test elements, if the plurality of test elements are the same in the process of numbering the plurality of test elements, the numbers are also the same;
if the plurality of test elements are different, the numbers are also different.
Specifically, each test element may be numbered with two digits, for example, if the number of the card in this row is 0, the number of the credit card is 1, and the number of the IC card is 2, the number of the credit card in the card in this row is 01, and the number of the IC card in this row is 02.
In order to ensure that the sub-path table covers completely, in the embodiment of the present invention, for each node, a service path is determined, a sub-path table is generated, and a test case is output according to the sub-path table, including:
for each node, enumerating a plurality of service paths according to a plurality of test elements of the node, generating a branch path table according to the plurality of service paths, and outputting a test case according to the branch path table.
In addition, in order to inspect a plurality of test cases in the test case set in the operation process, the visual test analysis method provided by the embodiment of the invention further includes:
generating an inspection element table for inspecting the node test case according to the thought guide graph of each node;
and checking the test case of the node by using the checking element table. The check element table may be understood as a data dictionary.
Specifically, in the process of generating the check element table according to the thought-lead diagram, each test element and the code corresponding to the test element need to be combed.
Based on the same inventive concept, the embodiment of the present invention further provides a visual test analysis apparatus, as described in the following embodiments. Because the principle of the visual test analysis device for solving the problems is similar to that of the visual test analysis method, the implementation of the visual test analysis device can be referred to the implementation of the visual test analysis method, and repeated parts are not repeated. As used hereinafter, the term "unit" or "module" may be a combination of software and/or hardware that implements a predetermined function. Although the means described in the embodiments below are preferably implemented in software, an implementation in hardware, or a combination of software and hardware is also possible and contemplated.
An embodiment of the present invention provides a visual test analysis apparatus, as shown in fig. 2, the apparatus includes:
the system comprises a first acquisition unit, a second acquisition unit and a third acquisition unit, wherein the first acquisition unit is used for acquiring a service demand, splitting a function in the service demand into a plurality of nodes and generating a main thinking map comprising the plurality of nodes;
the second acquisition unit is used for determining a plurality of test elements for each node and generating a thinking guide graph of the node by using the plurality of test elements;
the first output unit is used for determining a service path for each node, generating a sub-path table and outputting a test case according to the sub-path table;
and the second output unit is used for generating a total path table of the function by using the sub-path tables of the plurality of nodes and outputting the test case set of the function according to the total path table.
In one embodiment, the first obtaining unit 201 may be further configured to: splitting functions in service requirements by using the association as a principle to form a plurality of nodes;
a plurality of nodes are numbered with reference to the front and rear paths of each node, and a main thinking diagram including the plurality of nodes is generated.
The second obtaining unit 202 may be further configured to: for each node, performing test element analysis, and classifying a plurality of test elements of the node; and numbering the classified multiple test elements to generate a thought-dividing guide graph of the node. In the process of numbering a plurality of test elements, if the plurality of test elements are the same, the numbers are also the same; if the plurality of test elements are different, the numbers are also different.
The first output unit 203 may be further configured to: for each node, enumerating a plurality of service paths according to a plurality of test elements of the node, generating a branch path table according to the plurality of service paths, and outputting a test case according to the branch path table.
Each test element of each node can be listed in a permutation and combination mode to generate a branch path table, and then a test case is output.
In an embodiment of the present invention, as shown in fig. 3, the visual test analysis apparatus further includes: a checking unit 205. The inspection unit 205 is configured to generate an inspection element table for inspecting the node test case according to the thought-derivative graph of each node; and checking the test case of the node by using the checking element table.
The embodiment of the present invention further provides a computer device, which includes a memory, a processor, and a computer program stored in the memory and executable on the processor, and the processor implements the above method when executing the computer program.
An embodiment of the present invention further provides a computer-readable storage medium, in which a computer program for executing the above method is stored.
In the embodiment of the invention, the main thought guide diagram and the sub thought guide diagram are generated, so that the test requirements can be expressed systematically and intuitively. The method comprises the steps of determining a service path for each node, generating a sub-path table, outputting test cases according to the sub-path table, generating a total path table of functions by using the sub-path tables of a plurality of nodes, and outputting a test case set of the functions according to the total path table, so that test analysis operation can be completed more comprehensively, and the problem of test analysis omission caused by only depending on experience accumulation of workers is solved. In addition, the embodiment of the invention can improve the efficiency of test analysis and also help business personnel and developers to know the requirements to a certain extent; the accumulation of assets in the testing process is helped to a certain extent, and the subsequent testing personnel can learn quickly; and a standardized test analysis output is formed, so that the full-flow automatic test work can be further realized.
In the embodiment, the functions in the service requirements are split according to the principle of relevance to form a plurality of nodes, and the nodes are numbered by referring to the front and back paths of each node to generate the main thinking graph, so that the nodes are associated with each other and the paths are correct. The serial numbers of the test elements are judged in the process of numbering the test elements, so that the accuracy of the serial numbers of the test elements is ensured while the working efficiency is improved.
As will be appreciated by one skilled in the art, embodiments of the present invention may be provided as a method, system, or computer program product. Accordingly, the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present invention 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 the like) having computer-usable program code embodied therein.
The present invention is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the invention. 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.
The above-mentioned embodiments are intended to illustrate the objects, technical solutions and advantages of the present invention in further detail, and it should be understood that the above-mentioned embodiments are only exemplary embodiments of the present invention, and are not intended to limit the scope of the present invention, and any modifications, equivalent substitutions, improvements and the like made within the spirit and principle of the present invention should be included in the scope of the present invention.
Claims (9)
1. A visual test analysis method, comprising:
acquiring a service demand, splitting a function in the service demand into a plurality of nodes, and generating a main thinking graph comprising the plurality of nodes;
determining a plurality of test elements for each node, and generating a thinking guide graph of the node by using the plurality of test elements;
for each node, determining a service path, generating a sub-path table, and outputting a test case according to the sub-path table;
generating a total path table of the function by using the sub-path tables of the plurality of nodes, and outputting a test case set of the function according to the total path table;
for each node, determining a service path, generating a sub-path table, and outputting a test case according to the sub-path table, wherein the steps of: for each node, listing a plurality of service paths according to a plurality of test elements of the node, generating a branch path table according to the plurality of service paths, and outputting a test case according to the branch path table, wherein each test element of each node is listed in a permutation and combination mode to generate the branch path table, and then outputting the test case.
2. The method of claim 1, wherein splitting functions in traffic demand into a plurality of nodes, generating a master mind map comprising the plurality of nodes comprises:
splitting functions in service requirements by using the association as a principle to form a plurality of nodes;
a plurality of nodes are numbered with reference to the front and rear paths of each node, and a main thinking diagram including the plurality of nodes is generated.
3. The method of claim 1, wherein for each node, determining a plurality of test elements, and using the plurality of test elements to generate a mental map for the node, comprises:
for each node, performing test element analysis, and classifying a plurality of test elements of the node;
and numbering the classified multiple test elements to generate a thought-dividing guide graph of the node.
4. The method of claim 3, wherein in numbering a plurality of test elements, if the plurality of test elements are the same, the numbering is the same;
if the plurality of test elements are different, the numbers are also different.
5. The method of any one of claims 1-4, further comprising:
generating an inspection element table for inspecting the node test case according to the thought guide graph of each node;
and checking the test case of the node by using the checking element table.
6. A visual test analysis device, comprising:
the system comprises a first acquisition unit, a second acquisition unit and a third acquisition unit, wherein the first acquisition unit is used for acquiring a service demand, splitting a function in the service demand into a plurality of nodes and generating a main thinking map comprising the plurality of nodes;
the second acquisition unit is used for determining a plurality of test elements for each node and generating a thinking guide graph of the node by using the plurality of test elements;
the first output unit is used for determining a service path for each node, generating a sub-path table and outputting a test case according to the sub-path table;
the second output unit is used for generating a total path table of the function by utilizing the sub-path tables of the plurality of nodes and outputting the test case set of the function according to the total path table;
the first output unit is further to: for each node, listing a plurality of service paths according to a plurality of test elements of the node, generating a branch path table according to the plurality of service paths, and outputting a test case according to the branch path table, wherein each test element of each node is listed in a permutation and combination mode to generate the branch path table, and then outputting the test case.
7. The apparatus of claim 6, wherein the apparatus further comprises:
the checking unit is used for generating a checking element table for checking the node test case according to the thought-dividing map of each node;
and checking the test case of the node by using the checking element table.
8. A computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, wherein the processor implements the method of any one of claims 1 to 5 when executing the computer program.
9. A computer-readable storage medium, characterized in that the computer-readable storage medium stores a computer program for executing the method of any one of claims 1 to 5.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201811080738.8A CN109388559B (en) | 2018-09-17 | 2018-09-17 | Visual test analysis method and device |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201811080738.8A CN109388559B (en) | 2018-09-17 | 2018-09-17 | Visual test analysis method and device |
Publications (2)
Publication Number | Publication Date |
---|---|
CN109388559A CN109388559A (en) | 2019-02-26 |
CN109388559B true CN109388559B (en) | 2022-03-29 |
Family
ID=65417768
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201811080738.8A Active CN109388559B (en) | 2018-09-17 | 2018-09-17 | Visual test analysis method and device |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN109388559B (en) |
Families Citing this family (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN111158656B (en) * | 2019-12-31 | 2023-05-02 | 中国银行股份有限公司 | Test code generation method and device based on fruit tree method |
CN112597023A (en) * | 2020-12-25 | 2021-04-02 | 平安银行股份有限公司 | Case management method and device based on guide picture, computer equipment and storage medium |
CN113434434B (en) * | 2021-07-22 | 2024-08-02 | 中国工商银行股份有限公司 | Service demand case conversion grading method and device |
CN114119202B (en) * | 2021-11-29 | 2022-08-05 | 阿尔法时刻科技(深圳)有限公司 | Automatic configuration method and system for credit management platform |
Family Cites Families (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
TW201344652A (en) * | 2012-04-24 | 2013-11-01 | Richplay Information Co Ltd | Method for manufacturing knowledge map |
CN107545057A (en) * | 2017-08-29 | 2018-01-05 | 广州视源电子科技股份有限公司 | Method, device, equipment and storage medium for displaying mind map |
CN107885713B (en) * | 2017-11-28 | 2021-12-14 | 广州视源电子科技股份有限公司 | File format conversion method, device, equipment and storage medium |
-
2018
- 2018-09-17 CN CN201811080738.8A patent/CN109388559B/en active Active
Also Published As
Publication number | Publication date |
---|---|
CN109388559A (en) | 2019-02-26 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN109388559B (en) | Visual test analysis method and device | |
CN106951364B (en) | Test method and device | |
US10025696B2 (en) | System and method for equivalence class analysis-based automated requirements-based test case generation | |
EP2960799A1 (en) | Defect localization in software integration tests | |
CN106776338B (en) | Test method, test device and server | |
CN114546738A (en) | Server general test method, system, terminal and storage medium | |
CN111177007B (en) | Method and system for automatically generating BDD test cases based on test data | |
CN104021072A (en) | Machine and methods for evaluating failing software programs | |
CN109710240A (en) | Flow chart decomposition method and system | |
CN112306495A (en) | Picture verification method and device, computer equipment and computer-readable storage medium | |
JP6310527B1 (en) | Object analysis apparatus, object analysis method, and program | |
CN112948233A (en) | Interface testing method, device, terminal equipment and medium | |
CN110597728A (en) | Method, device and system for constructing test data | |
CN106294109B (en) | Method and device for acquiring defect code | |
CN111159028A (en) | Webpage testing method and device | |
CN110968518A (en) | Analysis method and device for automatic test log file | |
CN111078526A (en) | Test case generation method and device and storage medium | |
US11520691B2 (en) | Test procedure systems and methods | |
CN113971126A (en) | Test case generation method and system based on automobile instrument test | |
CN111736896B (en) | Code processing method, device, electronic equipment and medium | |
CN115033496A (en) | Data processing method and device and electronic equipment | |
CN110941830B (en) | Vulnerability data processing method and device | |
CN113125780A (en) | Sample processing method and device | |
CN112035364A (en) | Function test result evaluation method and device | |
CN112100077B (en) | Transaction testing method and device |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PB01 | Publication | ||
PB01 | Publication | ||
SE01 | Entry into force of request for substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
GR01 | Patent grant | ||
GR01 | Patent grant |