CN111008150B - Test report generation method, device and equipment - Google Patents

Test report generation method, device and equipment Download PDF

Info

Publication number
CN111008150B
CN111008150B CN201911336940.7A CN201911336940A CN111008150B CN 111008150 B CN111008150 B CN 111008150B CN 201911336940 A CN201911336940 A CN 201911336940A CN 111008150 B CN111008150 B CN 111008150B
Authority
CN
China
Prior art keywords
test
test result
result data
preset
generating
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
Application number
CN201911336940.7A
Other languages
Chinese (zh)
Other versions
CN111008150A (en
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.)
Hangzhou DPTech Technologies Co Ltd
Original Assignee
Hangzhou DPTech Technologies 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 Hangzhou DPTech Technologies Co Ltd filed Critical Hangzhou DPTech Technologies Co Ltd
Priority to CN201911336940.7A priority Critical patent/CN111008150B/en
Publication of CN111008150A publication Critical patent/CN111008150A/en
Application granted granted Critical
Publication of CN111008150B publication Critical patent/CN111008150B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

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/3692Test management for test results analysis

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 application discloses a test report generation method, a device and equipment, wherein the method comprises the following steps: characterized in that the method comprises: receiving a test result file; wherein the test result file comprises test result data; based on the file type of the test result file, reading test result data corresponding to the pre-selected attribute items from the test result file; and generating a test report based on the test result data corresponding to the pre-selected attribute items. The method and the device can intelligently generate the test report, improve the generation efficiency of the test report, and meanwhile, the generated test report is standard in form.

Description

Test report generation method, device and equipment
Technical Field
The present invention relates to the field of data processing, and in particular, to a method, an apparatus, and a device for generating a test report.
Background
At present, before various software products are released, a plurality of rounds of tests are usually carried out to find possible defects in the software so as to modify the defects in time, so that the defects can meet the demands of users to the greatest extent.
For each round of test results, the results need to be presented to related personnel, such as software testers, software developers, other related personnel, etc., in the form of reports, so as to facilitate understanding of the test conditions of the software.
At present, for the generation of test reports of various types of software, test result data is usually recorded manually by a tester, and a test analysis result is obtained by manually analyzing the test result data. Obviously, the manner in which test reports are manually generated is inefficient and the form of the generated test reports is not standardized.
Disclosure of Invention
In view of the above, the present application provides a method, an apparatus, and a device for generating a test report, which intelligently generates a test report, improves the efficiency of generating a test report, and generates a test report in a standardized form.
In a first aspect, to achieve the above object, the present application provides a test report generating method, including:
receiving a test result file; wherein the test result file comprises test result data;
based on the file type of the test result file, reading test result data corresponding to the pre-selected attribute items from the test result file;
and generating a test report based on the test result data corresponding to the pre-selected attribute items.
In an alternative embodiment, before generating the test report based on the test result data, the method further includes:
calculating the current test value of the preset test index based on the test result data of the attribute item corresponding to the preset test index;
comparing the current test value of the preset test index with a preset standard value to obtain a first comparison result of the preset test index;
correspondingly, the generating a test report based on the test result data corresponding to the pre-selected attribute item includes:
and generating a test report based on the test result data corresponding to the pre-selected attribute item and the first comparison result of the preset test index.
In an alternative embodiment, before generating the test report based on the test result data, the method further includes:
comparing the current test value of the preset test index with the historical data test value to obtain a second comparison result of the preset test index;
correspondingly, the generating a test report based on the test result data corresponding to the pre-selected attribute item includes:
and generating a test report based on the test result data corresponding to the pre-selected attribute item, the first comparison result of the preset test index and the second comparison result.
In an optional implementation manner, before generating the test report based on the test result data corresponding to the pre-selected attribute item, the method further includes:
obtaining test result data of test failure in the test result file;
and determining whether a test case bug list corresponding to the test result data exists, and if so, marking the bug list.
In a second aspect, the present application further provides a test report generating apparatus, the apparatus including:
the receiving module is used for receiving the test result file; wherein the test result file comprises test result data;
the reading module is used for reading test result data corresponding to the pre-selected attribute items from the test result file based on the file type of the test result file;
and the generating module is used for generating a test report based on the test result data corresponding to the pre-selected attribute items.
In an alternative embodiment, the apparatus further comprises:
the calculation module is used for calculating the current test value of the preset test index based on the test result data of the attribute item corresponding to the preset test index;
the first comparison module is used for comparing the current test value of the preset test index with a preset standard value to obtain a first comparison result of the preset test index;
correspondingly, the generating module is specifically configured to:
and generating a test report based on the test result data corresponding to the pre-selected attribute item and the first comparison result of the preset test index.
In an alternative embodiment, the apparatus further comprises:
the second comparison module is used for comparing the current test value of the preset test index with the historical data test value to obtain a second comparison result of the preset test index;
correspondingly, the generating module is specifically configured to:
and generating a test report based on the test result data corresponding to the pre-selected attribute item, the first comparison result of the preset test index and the second comparison result.
In an alternative embodiment, the apparatus further comprises:
the acquisition module is used for acquiring test result data of test failure in the test result file;
and the determining module is used for determining whether a test case bug list corresponding to the test result data exists, and if so, marking the bug list.
In a third aspect, the present application also provides a computer readable storage medium having instructions stored therein which, when run on a terminal device, cause the terminal device to perform a method as claimed in any one of the preceding claims.
In a fourth aspect, the present application also provides an apparatus comprising: a memory, a processor, and a computer program stored on the memory and executable on the processor, the processor implementing the method of any one of the preceding claims when the computer program is executed.
In the test report generating method provided by the embodiment of the application, firstly, a test result file storing test result data is received, and secondly, the test result data corresponding to the pre-selected attribute item is read from the test result file based on the file type of the test result file. And finally, generating a test report based on the test result data corresponding to the pre-selected attribute items. Because the test report is intelligently generated based on the test result data, the content of the test report does not need to be filled manually, the generation efficiency of the test report can be improved, and meanwhile, the form of the intelligently generated test report is standardized.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present application, the drawings that are needed in the description of the embodiments will be briefly described below, it being obvious that the drawings in the following description are only some embodiments of the present application, and that other drawings may be obtained according to these drawings without inventive effort to a person skilled in the art.
FIG. 1 is a flowchart of a test report generating method according to an embodiment of the present application;
FIG. 2 is a flowchart of another method for generating test report according to an embodiment of the present application;
fig. 3 is a schematic structural diagram of a test report generating device according to an embodiment of the present application;
fig. 4 is a schematic structural diagram of a test report generating device according to an embodiment of the present application.
Detailed Description
The following description of the embodiments of the present application will be made clearly and fully with reference to the accompanying drawings, in which it is evident that the embodiments described are only some, but not all, of the embodiments of the present application. All other embodiments, which can be made by one of ordinary skill in the art without undue burden from the present disclosure, are within the scope of the present disclosure.
Software testing, which is a process of operating a program under specified conditions to find program errors, measure the quality of the software, and evaluate whether the software meets design requirements, generally includes both manual testing and automated testing.
The test report refers to writing the process and result of the software test into a document, analyzing the found problems and defects, providing a basis for correcting the quality problems of the software, and laying a foundation for software acceptance and delivery.
At present, the efficiency of a mode of manually generating a test report is low, the generated test report is not standard, and in order to standardize the form of the test report and improve the generation efficiency of the test report, the application provides a test report generation method, which can intelligently generate the test report, improve the generation efficiency of the test report and standardize the form of the test report.
Specifically, in the test report generating method provided by the application, firstly, a test result file storing test result data is received, and secondly, based on the file type of the test result file, the test result data corresponding to the pre-selected attribute item is read from the test result file. And finally, generating a test report based on the test result data corresponding to the pre-selected attribute items. Because the test report is intelligently generated based on the test result data, the content of the test report does not need to be filled manually, the generation efficiency of the test report can be improved, and meanwhile, the form of the intelligently generated test report is standardized.
Based on this, the present application provides a test report generating method, referring to fig. 1, which is a flowchart of a test report generating method provided in an embodiment of the present application, where the method includes:
s101: receiving a test result file; wherein the test result file includes test result data.
In this embodiment of the present application, the test result file includes test result data, where a test result data source includes test cases executed for each function of the software, and test results corresponding to each function, for example, a test result corresponding to a function in which the test cases run normally is normal running; the test result corresponding to the function of abnormal operation of the test case is abnormal operation, and can comprise abnormal operation phenomena, such as abnormal phenomena of blocking, crash and the like.
In practical application, the test result file can be obtained by manually testing the software, or can be obtained by automatically testing the software.
S102: and reading test result data corresponding to the pre-selected attribute items from the test result file based on the file type of the test result file.
In this embodiment of the present application, the processing manner of the test result files of different file types is different, so after the test result file is obtained, the file type of the test result file is first determined. Typically, the file types of the test result files include word types, xml types, and the like.
In an alternative embodiment, the file type of the test result file may be determined based on the file extension of the test result file.
In practical application, after determining the file type of the test result file, a file processing module corresponding to the file type is called for processing the test result file.
In this embodiment of the present application, the file processing module for processing the test result file may include an xml file processing module, an html file processing module, an excel file processing module, and other file processing modules, which are respectively configured to process the test result file of the corresponding file type.
In practical application, after receiving the test result file, any file processing model reads the test result data corresponding to the pre-selected attribute item from the test result file. In an alternative embodiment, each file processing model may use the python or other language file data method to read test result data from the test result file, and assign the read test result data to the variable of the corresponding attribute item, and store the variable.
In the embodiment of the application, the test result data required to be presented in the test report is selected in advance before the test result data is read from the test result file. Specifically, for the test result data in the test result file having the corresponding attribute items, the data to be read from the test result file is determined by selecting in advance the attribute items of the test result file to be presented in the test report. The selection of the attribute items may be unified selection of attribute items of various software in advance, or may be customized selection based on requirements, and specifically, the selection manner of the attribute items is not limited in the embodiment of the present application.
S103: and generating a test report based on the test result data corresponding to the pre-selected attribute items.
In the embodiment of the application, after the test result data corresponding to the pre-selected attribute items are read from the test result file, the read test result data are combined with a preset report format, and finally a test report presented to a user is generated.
In summary, in the test report generating method provided by the present application, firstly, a test result file storing test result data is received, and secondly, based on the file type of the test result file, the test result data corresponding to the pre-selected attribute item is read from the test result file. And finally, generating a test report based on the test result data corresponding to the pre-selected attribute items. Because the test report is intelligently generated based on the test result data, the content of the test report does not need to be filled manually, the generation efficiency of the test report can be improved, and meanwhile, the form of the intelligently generated test report is standardized.
In order to further enrich the content of the test report and meet the requirements of parties on the content of the test report, the embodiment of the application further provides a test report generating method, and referring to fig. 2, a flowchart of another test report generating method provided for the embodiment of the application is provided, where the method includes:
s201: receiving a test result file; wherein the test result file includes test result data.
S202: and reading test result data corresponding to the pre-selected attribute items from the test result file based on the file type of the test result file.
S203: and calculating the current test value of the preset test index based on the test result data of the attribute item corresponding to the preset test index.
The test report generated by the embodiment of the application not only can directly present the test result data, but also can analyze and process the test result data, and the analysis and processing result is presented on the test report.
Therefore, in the embodiment of the present application, after the test result data corresponding to the pre-selected attribute item is read from the test result file, the current test value of the preset test index may be calculated based on the test result data. The preset test index is used for indicating the effect of the test and may include a test passing rate, a device condition in a test process, such as a use rate of a memory or cpu, and the like.
S204: and comparing the current test value of the preset test index with a preset standard value to obtain a first comparison result of the preset test index.
In this embodiment of the present application, after the current test value of the preset test index is obtained, the current test value is compared with a preset standard value of the preset test index, so as to obtain a first comparison result of the preset test index. If the first comparison result shows that the current test value reaches the preset standard value, the current test is not up to the standard according to the preset test index.
In addition, because of the longitudinal comparison of the software test results, the software test efficiency can also be embodied, and specifically, the embodiment of the application can also compare the current test value of the preset test index with the historical data test value to obtain the second comparison result of the preset test index.
For example, the historical data test value is the value of the preset test index of the software of the previous version, the current test value is the value of the preset test index of the software of the latest version, and whether the running effect of the software of the latest version is improved or not can be shown by comparing the historical data test value with the current test value of the preset test index of the software of the latest version.
In addition, in order to further enrich the content of the test report, the embodiment of the application can also acquire test result data of test failure in the test result file; then, determining whether a test case bug list corresponding to the test result data exists, and if so, marking the bug list. Further, by writing the marked bug list into the test report, other failure cases related to the current test can be presented for the user.
S205: and generating a test report based on the test result data corresponding to the pre-selected attribute item and the first comparison result of the preset test index.
In the embodiment of the application, the test result data corresponding to the pre-selected attribute item and the first comparison result of the preset test index may be presented in the test report.
Furthermore, in the embodiment of the present application, a second comparison result for reflecting the difference between the current test value and the historical data test value of the preset test index may be presented in the test report, so as to enrich the content of the test report.
In the test report generation method provided by the implementation of the application, the test report is intelligently generated based on the test result data, and the content of the test report does not need to be filled manually, so that the generation efficiency of the test report can be improved, and meanwhile, the form of the intelligently generated test report is standardized.
Furthermore, the test result data in the test result file can be analyzed, and the comparison result is presented in the test report by comparing with the preset standard value and the historical data test value so as to enrich the content of the test report and further meet the requirements of users.
Based on the above method embodiments, the present application further provides a test report generating device, and referring to fig. 3, fig. 3 is a schematic structural diagram of the test report generating device provided in the embodiment of the present application, where the device includes:
a receiving module 301, configured to receive a test result file; wherein the test result file comprises test result data;
a reading module 302, configured to read test result data corresponding to a pre-selected attribute item from the test result file based on a file type of the test result file;
and the generating module 303 is configured to generate a test report based on the test result data corresponding to the pre-selected attribute item.
In an alternative embodiment, the apparatus further comprises:
the calculation module is used for calculating the current test value of the preset test index based on the test result data of the attribute item corresponding to the preset test index;
the first comparison module is used for comparing the current test value of the preset test index with a preset standard value to obtain a first comparison result of the preset test index;
correspondingly, the generating module is specifically configured to:
and generating a test report based on the test result data corresponding to the pre-selected attribute item and the first comparison result of the preset test index.
In an alternative embodiment, the apparatus further comprises:
the second comparison module is used for comparing the current test value of the preset test index with the historical data test value to obtain a second comparison result of the preset test index;
correspondingly, the generating module is specifically configured to:
and generating a test report based on the test result data corresponding to the pre-selected attribute item, the first comparison result of the preset test index and the second comparison result.
In an alternative embodiment, the apparatus further comprises:
the acquisition module is used for acquiring test result data of test failure in the test result file;
and the determining module is used for determining whether a test case bug list corresponding to the test result data exists, and if so, marking the bug list.
In the test report generating device provided by the embodiment of the application, the test report is intelligently generated based on the test result data, and the content of the test report does not need to be filled manually, so that the generating efficiency of the test report can be improved, and meanwhile, the form of the intelligently generated test report is standardized.
Furthermore, the test result data in the test result file can be analyzed, and the comparison result is presented in the test report by comparing with the preset standard value and the historical data test value so as to enrich the content of the test report and further meet the requirements of users.
In addition, the embodiment of the application also provides a test report generating device, which is shown in fig. 4, and may include:
a processor 401, a memory 402, an input device 403 and an output device 404. The number of processors 401 in the test report generating device may be one or more, one processor being exemplified in fig. 4. In some embodiments of the invention, the processor 401, memory 402, input device 403, and output device 404 may be connected by a bus or other means, with the bus connection being exemplified in FIG. 4.
The memory 402 may be used to store software programs and modules, and the processor 401 executes various functional applications and data processing of the test report generating device by running the software programs and modules stored in the memory 402. The memory 402 may mainly include a storage program area that may store an operating system, application programs required for at least one function, and the like, and a storage data area. In addition, memory 402 may include high-speed random access memory, and may also include non-volatile memory, such as at least one magnetic disk storage device, flash memory device, or other volatile solid-state storage device. The input means 403 may be used to receive entered numeric or character information and to generate signal inputs related to user settings and functional control of the test report generating device.
In particular, in this embodiment, the processor 401 loads executable files corresponding to the processes of one or more application programs into the memory 402 according to the following instructions, and the processor 401 executes the application programs stored in the memory 402, so as to implement various functions in the test report generating method.
In addition, the application further provides a computer readable storage medium, wherein the computer readable storage medium stores instructions, and when the instructions are executed on the terminal device, the instructions cause the terminal device to execute the test report generating method.
It is to be understood that for the device embodiments, reference is made to the description of the method embodiments for the relevant points, since they essentially correspond to the method embodiments. The apparatus embodiments described above are merely illustrative, wherein the elements illustrated as separate elements may or may not be physically separate, and the elements shown as elements may or may not be physical elements, may be located in one place, or may be distributed over a plurality of network elements. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution of this embodiment. Those of ordinary skill in the art will understand and implement the present invention without undue burden.
It is noted that relational terms such as first and second, and the like are used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Moreover, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising one … …" does not exclude the presence of other like elements in a process, method, article, or apparatus that comprises the element.
The foregoing has described in detail a method, apparatus and device for generating test report provided in the embodiments of the present application, and specific examples have been applied herein to illustrate the principles and embodiments of the present application, where the foregoing examples are provided to assist in understanding the methods and core ideas of the present application; meanwhile, as those skilled in the art will have modifications in the specific embodiments and application scope in accordance with the ideas of the present application, the present description should not be construed as limiting the present application in view of the above.

Claims (8)

1. A method of generating a test report, the method comprising:
receiving a test result file; wherein the test result file comprises test result data;
reading test result data corresponding to pre-selected attribute items from the test result file based on the file type of the test result file, wherein the pre-selected attribute items are attribute items selected in a customized mode by a user;
generating a test report based on the test result data corresponding to the pre-selected attribute items;
before generating the test report, the method further comprises the following steps:
calculating the current test value of the preset test index based on the test result data of the attribute item corresponding to the preset test index;
comparing the current test value of the preset test index with a preset standard value to obtain a first comparison result of the preset test index;
correspondingly, the generating a test report based on the test result data corresponding to the pre-selected attribute item includes:
and generating a test report based on the test result data corresponding to the pre-selected attribute item and the first comparison result of the preset test index.
2. The method of claim 1, wherein prior to generating a test report based on the test result data, further comprising:
comparing the current test value of the preset test index with the historical data test value to obtain a second comparison result of the preset test index;
correspondingly, the generating a test report based on the test result data corresponding to the pre-selected attribute item includes:
and generating a test report based on the test result data corresponding to the pre-selected attribute item, the first comparison result of the preset test index and the second comparison result.
3. The method of claim 1, wherein prior to generating a test report based on the test result data corresponding to the pre-selected attribute term, further comprising:
obtaining test result data of test failure in the test result file;
and determining whether a test case bug list corresponding to the test result data exists, and if so, marking the bug list.
4. A test report generating apparatus, the apparatus comprising:
the receiving module is used for receiving the test result file; wherein the test result file comprises test result data;
the reading module is used for reading test result data corresponding to a pre-selected attribute item from the test result file based on the file type of the test result file, wherein the pre-selected attribute item is a user customized selected attribute item;
the generation module is used for generating a test report based on the test result data corresponding to the pre-selected attribute items;
the apparatus further comprises:
the calculation module is used for calculating the current test value of the preset test index based on the test result data of the attribute item corresponding to the preset test index;
the first comparison module is used for comparing the current test value of the preset test index with a preset standard value to obtain a first comparison result of the preset test index;
correspondingly, the generating module is specifically configured to:
and generating a test report based on the test result data corresponding to the pre-selected attribute item and the first comparison result of the preset test index.
5. The apparatus of claim 4, wherein the apparatus further comprises:
the second comparison module is used for comparing the current test value of the preset test index with the historical data test value to obtain a second comparison result of the preset test index;
correspondingly, the generating module is specifically configured to:
and generating a test report based on the test result data corresponding to the pre-selected attribute item, the first comparison result of the preset test index and the second comparison result.
6. The apparatus of claim 4, wherein the apparatus further comprises:
the acquisition module is used for acquiring test result data of test failure in the test result file;
and the determining module is used for determining whether a test case bug list corresponding to the test result data exists, and if so, marking the bug list.
7. A computer readable storage medium, characterized in that the computer readable storage medium has stored therein instructions, which when run on a terminal device, cause the terminal device to perform the method according to any of claims 1-3.
8. An apparatus, comprising: a memory, a processor, and a computer program stored on the memory and executable on the processor, the processor implementing the method of any one of claims 1-3 when the computer program is executed.
CN201911336940.7A 2019-12-23 2019-12-23 Test report generation method, device and equipment Active CN111008150B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911336940.7A CN111008150B (en) 2019-12-23 2019-12-23 Test report generation method, device and equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911336940.7A CN111008150B (en) 2019-12-23 2019-12-23 Test report generation method, device and equipment

Publications (2)

Publication Number Publication Date
CN111008150A CN111008150A (en) 2020-04-14
CN111008150B true CN111008150B (en) 2024-03-22

Family

ID=70117220

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911336940.7A Active CN111008150B (en) 2019-12-23 2019-12-23 Test report generation method, device and equipment

Country Status (1)

Country Link
CN (1) CN111008150B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112256503B (en) * 2020-09-29 2023-01-10 浪潮电子信息产业股份有限公司 Test report generation method, device, equipment and computer readable storage medium

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1466058A (en) * 2002-06-24 2004-01-07 华为技术有限公司 Method for readlizing universal test report
CN108509345A (en) * 2018-04-08 2018-09-07 平安普惠企业管理有限公司 Test report control methods, device, equipment and computer readable storage medium
CN108959101A (en) * 2018-07-27 2018-12-07 郑州云海信息技术有限公司 Test result processing method, device, equipment and memory software testing system
CN109254912A (en) * 2018-08-13 2019-01-22 北京金堤科技有限公司 A kind of method and device of automatic test
CN109669853A (en) * 2018-10-23 2019-04-23 深圳壹账通智能科技有限公司 Test report generation method and device, storage medium, electric terminal
CN109697150A (en) * 2018-12-14 2019-04-30 平安普惠企业管理有限公司 Show method, apparatus, computer equipment and the storage medium of test report

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7054881B2 (en) * 2002-12-17 2006-05-30 Sun Microsystems, Inc. Method and system for reporting standardized and verified data
US7725772B2 (en) * 2007-07-18 2010-05-25 Novell, Inc. Generic template to autogenerate reports for software target testing
US20090313506A1 (en) * 2008-06-12 2009-12-17 Microsoft Corporation Test Result Aggregation and Analysis Using Text Expressions

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1466058A (en) * 2002-06-24 2004-01-07 华为技术有限公司 Method for readlizing universal test report
CN108509345A (en) * 2018-04-08 2018-09-07 平安普惠企业管理有限公司 Test report control methods, device, equipment and computer readable storage medium
CN108959101A (en) * 2018-07-27 2018-12-07 郑州云海信息技术有限公司 Test result processing method, device, equipment and memory software testing system
CN109254912A (en) * 2018-08-13 2019-01-22 北京金堤科技有限公司 A kind of method and device of automatic test
CN109669853A (en) * 2018-10-23 2019-04-23 深圳壹账通智能科技有限公司 Test report generation method and device, storage medium, electric terminal
CN109697150A (en) * 2018-12-14 2019-04-30 平安普惠企业管理有限公司 Show method, apparatus, computer equipment and the storage medium of test report

Also Published As

Publication number Publication date
CN111008150A (en) 2020-04-14

Similar Documents

Publication Publication Date Title
CN107506300B (en) User interface testing method, device, server and storage medium
US8397104B2 (en) Creation of test plans
US20140033174A1 (en) Software bug predicting
CN108228443B (en) Web application testing method and device
CN112465446A (en) Work order data processing method and device, electronic equipment and storage medium
CN115964272A (en) Transaction data automatic testing method, device, equipment and readable storage medium
CN111008150B (en) Test report generation method, device and equipment
CN111666201A (en) Regression testing method, device, medium and electronic equipment
CN111767213B (en) Database check point testing method and device, electronic equipment and storage medium
CN110413279B (en) Data loading method and device
CN116016270A (en) Switch test management method and device, electronic equipment and storage medium
CN110716859A (en) Method for automatically pushing test cases for modified codes and related device
CN115309661A (en) Application testing method and device, electronic equipment and readable storage medium
CN112783762B (en) Software quality assessment method, device and server
CN116010244A (en) Automatic test method, device, electronic equipment and storage medium
CN111400245B (en) Art resource migration method and device
CN111274128A (en) Test method, test device, computer equipment and computer readable storage medium
CN111062816B (en) Account asset supervision method and device
CN112099838B (en) Method, device and storage medium for determining version difference
CN111309623B (en) Coordinate class data classification test method and device
CN110569199B (en) Automatic bill testing method and device
CN107291613B (en) Functional node abnormity simulation method and device
CN117785651A (en) Test case processing method, case management platform, electronic equipment and storage medium
CN115185833A (en) Abnormal code processing method and device, computer equipment and storage medium
CN117668007A (en) Data quality detection method and device and electronic equipment

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