CN113961464A - Test case demand coverage inspection method and device - Google Patents

Test case demand coverage inspection method and device Download PDF

Info

Publication number
CN113961464A
CN113961464A CN202111262572.3A CN202111262572A CN113961464A CN 113961464 A CN113961464 A CN 113961464A CN 202111262572 A CN202111262572 A CN 202111262572A CN 113961464 A CN113961464 A CN 113961464A
Authority
CN
China
Prior art keywords
test
test case
tester
key
coverage
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
CN202111262572.3A
Other languages
Chinese (zh)
Inventor
杨硕
徐凯路
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Bank of China Ltd
Original Assignee
Bank of China 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 Bank of China Ltd filed Critical Bank of China Ltd
Priority to CN202111262572.3A priority Critical patent/CN113961464A/en
Publication of CN113961464A publication Critical patent/CN113961464A/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/3676Test management for coverage analysis
    • 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

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 method and a device for checking the requirement coverage of test cases, wherein the method comprises the following steps: acquiring a plurality of test cases of a test task, and generating a test case set; acquiring a user test requirement corresponding to a test task, and extracting key test points according to the user test requirement; analyzing the associated test points related to the key test points; combining the key test points and the associated test points into a test key point analysis set; comparing and analyzing the test case set with the test key point analysis set to determine a comparison and analysis result; and determining the required coverage of the test cases of the test case set according to the comparison analysis result. The invention relates to the technical field of Internet of things, and can realize automatic inspection of the requirement coverage of test cases, improve the efficiency and accuracy of the requirement coverage inspection of the test cases, improve the comprehensiveness of the test and improve the quality of the test cases.

Description

Test case demand coverage inspection method and device
Technical Field
The invention relates to the technical field of Internet of things, in particular to a method and a device for checking the requirement coverage of a test case.
Background
This section is intended to provide a background or context to the embodiments of the invention that are recited in the claims. The description herein is not admitted to be prior art by inclusion in this section.
In the current test analysis and test case writing process, the number of the required points of the test cases is large and wide, and the technical scheme of simply carrying out manual inspection or on-line initiating evaluation for inspection in the prior art is difficult to find whether the required points can be completely covered, so that the problems of large manpower consumption, low inspection efficiency, high inspection error rate and reduced quality of the test cases exist.
Disclosure of Invention
The embodiment of the invention provides a method for checking the requirement coverage of test cases, which is used for improving the efficiency and the accuracy of the requirement coverage check of the test cases and comprises the following steps:
acquiring a plurality of test cases of a test task, and generating a test case set;
acquiring a user test requirement corresponding to a test task, and extracting key test points according to the user test requirement;
analyzing the associated test points related to the key test points;
combining the key test points and the associated test points into a test key point analysis set;
comparing and analyzing the test case set with the test key point analysis set to determine a comparison and analysis result;
and determining the required coverage of the test cases of the test case set according to the comparison analysis result.
The embodiment of the invention also provides a device for checking the requirement coverage of the test cases, which is used for improving the efficiency and the accuracy of the requirement coverage check of the test cases and comprises the following components:
the acquisition module is used for acquiring a plurality of test cases of the test task and generating a test case set;
the extraction module is used for acquiring a user test requirement corresponding to the test task and extracting a key test point according to the user test requirement;
the analysis module is used for analyzing the associated test points related to the key test points;
the combined module is used for combining the key test points and the associated test points into a test key point analysis set;
the comparison module is used for comparing and analyzing the test case set and the test key point analysis set to determine a comparison and analysis result;
and the determining module is used for determining the required coverage of the test cases of the test case set according to the comparison analysis result.
The embodiment of the invention also provides computer equipment which comprises a memory, a processor and a computer program which is stored on the memory and can run on the processor, wherein the processor realizes the method for checking the requirement coverage of the test cases when executing the computer program.
The embodiment of the invention also provides a computer-readable storage medium, which stores a computer program for executing the test case demand coverage inspection method.
In the embodiment of the invention, a plurality of test cases of a test task are obtained, and a test case set is generated; acquiring a user test requirement corresponding to a test task, and extracting key test points according to the user test requirement; analyzing the associated test points related to the key test points; combining the key test points and the associated test points into a test key point analysis set; comparing and analyzing the test case set with the test key point analysis set to determine a comparison and analysis result; and determining the required coverage of the test cases of the test case set according to the comparison analysis result. Compared with the technical scheme in the prior art, the method can realize automatic inspection of the requirement coverage of the test cases, and improve the efficiency and accuracy of the inspection of the requirement coverage of the test cases; and when the test case set and the test key point analysis set are compared and analyzed, the associated test points related to the key test points are introduced into the test key point analysis set, so that the comprehensiveness of the test is further improved, and the quality of the test case is favorably improved.
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 flowchart of a method for testing case demand coverage in accordance with an embodiment of the present invention;
FIG. 2 is a diagram of an embodiment of a method for testing case requirement coverage in accordance with the present invention;
FIG. 3 is a diagram of an embodiment of a method for testing case requirement coverage in accordance with the present invention;
FIG. 4 is a diagram of an embodiment of a method for testing case requirement coverage in accordance with the present invention;
FIG. 5 is a schematic diagram of a test case requirement coverage inspection apparatus provided in an embodiment of the present invention;
FIG. 6 is a diagram of an embodiment of a test case requirement coverage inspection apparatus according to an embodiment of the present invention;
FIG. 7 is a diagram of an embodiment of a test case requirement coverage inspection apparatus according to an embodiment of the present invention;
fig. 8 is a diagram of an embodiment of a test case requirement coverage inspection apparatus according to an embodiment of 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.
An embodiment of the present invention provides a method for checking a requirement coverage of a test case, and fig. 1 is a flowchart of the method for checking the requirement coverage of the test case provided in the embodiment of the present invention, as shown in fig. 1, the method includes the following steps:
step 101: acquiring a plurality of test cases of a test task, and generating a test case set;
step 102: acquiring a user test requirement corresponding to a test task, and extracting key test points according to the user test requirement;
step 103: analyzing the associated test points related to the key test points;
step 104: combining the key test points and the associated test points into a test key point analysis set;
step 105: comparing and analyzing the test case set with the test key point analysis set to determine a comparison and analysis result;
step 106: and determining the required coverage of the test cases of the test case set according to the comparison analysis result.
As can be seen from the flow shown in fig. 1, the method for checking the requirement coverage of test cases in the embodiment of the present invention is different from the technical scheme of the prior art that the inspection is performed only by manual inspection or online review, but the requirement coverage of test cases in the test case set is determined by comparing and analyzing the obtained test case set and the combined analysis set of the test key points, so that the requirement coverage of test cases can be automatically checked, and the efficiency and accuracy of the requirement coverage check of test cases can be improved; and when the test case set and the test key point analysis set are compared and analyzed, the associated test points related to the key test points are introduced into the test key point analysis set, so that the comprehensiveness of the test is further improved, and the quality of the test case is favorably improved.
In specific implementation, a plurality of test cases of a test task are obtained first, and a test case set is generated. In one embodiment, obtaining a plurality of test cases of a test task and generating a set of test cases may include: determining a task identifier of a test task; when the task identification of the test case uploaded by the tester is consistent with the task identification of the test task, the test case uploaded by the tester is recorded into a test case set; and/or determining a product identifier of the test task; and when the product identification of the test case uploaded by the tester is consistent with the product identification of the test task, inputting the test case uploaded by the tester into the test case set. For example, in this example, the test case uploaded by the tester is entered into the test case set according to the identifier of the comparison test task, where the test case uploaded by the tester is entered into the test case set when the task identifier of the test case uploaded by the tester is consistent with the task identifier of the test task; or when the product identification of the test case uploaded by the tester is consistent with the product identification of the test task, the test case uploaded by the tester is recorded into the test case set; or the task identification of the test case uploaded by the tester is consistent with the task identification of the test task, and the test case uploaded by the tester is recorded into the test case set when the product identification of the test case uploaded by the tester is consistent with the product identification of the test task; the method comprises the steps of comparing a task identifier of a test case uploaded by a tester with a task identifier of a test task, comparing a product identifier of the test case uploaded by the tester with a product identifier of the test task when the task identifiers are consistent, and inputting the test case uploaded by the tester into a test case set when the task identifiers are consistent; or the product identification of the test case uploaded by the tester is compared with the product identification of the test task, when the product identification of the test case uploaded by the tester is consistent with the product identification of the test task, the task identification of the test case uploaded by the tester is compared with the task identification of the test task, and when the product identification of the test case uploaded by the tester is consistent with the task identification of the test task, the test case uploaded by the tester is recorded into the test case set.
After a plurality of test cases of a test task are obtained and a test case set is generated, user test requirements corresponding to the test task are obtained, and key test points are extracted according to the user test requirements; analyzing the associated test points related to the key test points; and combining the key test points and the associated test points into a test point analysis set. For example, in this example, when the key test point is extracted according to the user test requirement and the associated test point related to the key test point is analyzed, if the functional module in the user test requirement does not call any interface when doing a transaction, the key test point is extracted as the interface call mask of the transaction, and the associated test point does not affect the main transaction function of originally calling the interface, so that the function can be normally used.
After the key test points and the associated test points are combined into a test point analysis set, the combined test point analysis set can be updated. Fig. 2 is a diagram of a specific example of a method for checking a test case requirement coverage according to an embodiment of the present invention, as shown in fig. 2, in this example, the method for checking a test case requirement coverage shown in fig. 1 may further include the following steps:
step 201: comparing the test key point analysis set with the test key points manually analyzed by a tester to determine a comparison result; according to the comparison result, when the test key point analysis set is different from the test key points manually analyzed by the tester, feeding back the difference between the test key point analysis set and the test key points manually analyzed by the tester to the tester; receiving supplementary modification content of a test point analysis set provided by a tester; and updating the test point analysis set according to the supplementary modification content.
Comparing the test key point analysis set with the test key points manually analyzed by the tester, and when the test key point analysis set is consistent with the test key points manually analyzed by the tester, determining that the test key point analysis set is correct, and entering the next step; when the comparison between the test key point analysis set and the test key points manually analyzed by the tester is inconsistent, the difference between the test key point analysis set and the test key points manually analyzed by the tester is fed back to the tester in real time, the demand points with the difference are reanalyzed, the test key point analysis set is updated according to the content needing to be supplemented and modified for reanalysis, and the next step can be carried out after the updating is completed. The method enters the next step when the comparison between the test key analysis set and the test key manually analyzed by the tester is consistent, and updates the test key analysis set when the comparison between the test key analysis set and the test key manually analyzed by the tester is inconsistent, so that the closed-loop management of the test requirements can be realized.
After the key test points and the associated test points are combined into a test key point analysis set, comparing and analyzing the test case set and the test key point analysis set to determine a comparison and analysis result; and determining the required coverage of the test cases of the test case set according to the comparison analysis result.
Fig. 3 is a diagram of a specific example of a method for checking a test case requirement coverage according to an embodiment of the present invention, as shown in fig. 3, in this example, the method for checking a test case requirement coverage shown in fig. 1 may further include the following steps:
step 301: and when the required coverage of the test case is full coverage, prompting a tester to carry out filing processing.
When the test case set and the test main point analysis set are compared and analyzed, when the test case set covers the test points in the test main point analysis set, the test points are marked to indicate that the test points are covered, and when the coverage required by the test case is full, an inspection report is generated to prompt a tester to carry out filing processing in a mail mode until all the test points in the test main point analysis set are marked.
Fig. 4 is a diagram of a specific example of a method for checking a test case requirement coverage according to an embodiment of the present invention, as shown in fig. 4, in this example, the method for checking a test case requirement coverage shown in fig. 1 may further include the following steps:
step 401: and when the required coverage of the test cases is not full coverage, prompting the tester to perform supplementary uploading of the test cases aiming at the uncovered test points.
When the test case set and the test main point analysis set are compared and analyzed, when the test case set covers the test points in the test main point analysis set, the test points are marked to indicate that the test points are covered until the test case set is traversed and ended, and at the moment, when the test points in the test main point analysis set are not fully covered, an inspection report is generated, a tester is prompted in a mail mode to conduct supplementary uploading of the test case aiming at the test points in the uncovered test main point analysis set until the required coverage of the test case is fully covered, and closed-loop inspection of the required coverage of the test case is formed.
The embodiment of the invention also provides a device for checking the required coverage of the test cases, which is described in the following embodiment. Because the principle of the device for solving the problems is similar to the method for checking the requirement coverage of the test cases, the implementation of the device can refer to the implementation of the method for checking the requirement coverage of the test cases, and repeated parts are not described again.
The embodiment of the present invention provides a device for checking the coverage of test case requirements, fig. 5 is a schematic diagram of the device for checking the coverage of test case requirements provided in the embodiment of the present invention, and as shown in fig. 5, the device includes the following modules:
an obtaining module 51, configured to obtain multiple test cases of a test task, and generate a test case set;
the extracting module 52 is configured to obtain a user test requirement corresponding to the test task, and extract a key test point according to the user test requirement;
an analysis module 53, configured to analyze the associated test points related to the key test points;
the combination module 54 is used for combining the key test points and the associated test points into a test key point analysis set;
the comparison module 55 is configured to perform comparison analysis on the test case set and the test key analysis set, and determine a comparison analysis result;
and the determining module 56 is configured to determine the required coverage of the test cases of the test case set according to the comparison analysis result.
In an embodiment, the obtaining module 51 is specifically configured to: determining a task identifier of a test task; when the task identification of the test case uploaded by the tester is consistent with the task identification of the test task, the test case uploaded by the tester is recorded into a test case set;
and/or the presence of a gas in the gas,
determining a product identifier of a test task; and when the product identification of the test case uploaded by the tester is consistent with the product identification of the test task, inputting the test case uploaded by the tester into the test case set.
Fig. 6 is a diagram of an embodiment of a test case requirement coverage checking apparatus provided in an embodiment of the present invention, as shown in fig. 6, in this embodiment, the test case requirement coverage checking apparatus shown in fig. 5 further includes:
the updating module 61 is used for comparing the test key point analysis set with the test key points manually analyzed by the tester after the key test points and the associated test points are combined into the test key point analysis set by the combination module 54, and determining a comparison result; according to the comparison result, when the test key point analysis set is different from the test key points manually analyzed by the tester, feeding back the difference between the test key point analysis set and the test key points manually analyzed by the tester to the tester; receiving supplementary modification content of a test point analysis set provided by a tester; and updating the test point analysis set according to the supplementary modification content.
Fig. 7 is a diagram of an embodiment of a test case requirement coverage checking apparatus provided in an embodiment of the present invention, as shown in fig. 7, in this embodiment, the test case requirement coverage checking apparatus shown in fig. 5 further includes:
the first processing module 71 is configured to prompt a tester to perform filing processing when the required coverage of the test cases is full coverage after the determining module 56 determines the required coverage of the test cases of the test case set according to the comparison analysis result.
Fig. 8 is a diagram of an embodiment of a test case requirement coverage checking apparatus provided in an embodiment of the present invention, as shown in fig. 8, in this embodiment, the test case requirement coverage checking apparatus shown in fig. 5 further includes:
the second processing module 81 is configured to prompt a tester to perform supplementary uploading of a test case for an uncovered test point when the test case requirement coverage is not full coverage after the determining module 56 determines the test case requirement coverage of the test case set according to the comparison analysis result.
An embodiment of the present invention further provides a computer device, where the computer device includes a memory, a processor, and a computer program stored in the memory and capable of running on the processor, and when the processor executes the computer program, the processor implements: the test case requirement coverage inspection method is described above.
An embodiment of the present invention further provides a computer-readable storage medium, where a computer program for executing the method is stored, and when executed by a processor, the computer program implements: the test case requirement coverage inspection method is described above.
In summary, in the embodiment of the present invention, a plurality of test cases of a test task are obtained, and a test case set is generated; acquiring a user test requirement corresponding to a test task, and extracting key test points according to the user test requirement; analyzing the associated test points related to the key test points; combining the key test points and the associated test points into a test key point analysis set; comparing and analyzing the test case set with the test key point analysis set to determine a comparison and analysis result; and determining the required coverage of the test cases of the test case set according to the comparison analysis result. Compared with the technical scheme in the prior art, the method can realize automatic inspection of the requirement coverage of the test cases, and improve the efficiency and accuracy of the inspection of the requirement coverage of the test cases; and when the test case set and the test key point analysis set are compared and analyzed, the associated test points related to the key test points are introduced into the test key point analysis set, so that the comprehensiveness of the test is further improved, and the quality of the test case is favorably 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 (12)

1. A method for checking the coverage of test case requirements is characterized by comprising the following steps:
acquiring a plurality of test cases of a test task, and generating a test case set;
acquiring a user test requirement corresponding to a test task, and extracting key test points according to the user test requirement;
analyzing the associated test points related to the key test points;
combining the key test points and the associated test points into a test key point analysis set;
comparing and analyzing the test case set with the test key point analysis set to determine a comparison and analysis result;
and determining the required coverage of the test cases of the test case set according to the comparison analysis result.
2. The method of claim 1, wherein obtaining a plurality of test cases for a test task and generating a set of test cases comprises:
determining a task identifier of a test task; when the task identification of the test case uploaded by the tester is consistent with the task identification of the test task, the test case uploaded by the tester is recorded into a test case set;
and/or the presence of a gas in the gas,
determining a product identifier of a test task; and when the product identification of the test case uploaded by the tester is consistent with the product identification of the test task, inputting the test case uploaded by the tester into the test case set.
3. The method of claim 1, wherein the combining the key test points and the associated test points into the test point analysis set further comprises:
comparing the test key point analysis set with the test key points manually analyzed by a tester to determine a comparison result;
according to the comparison result, when the test key point analysis set is different from the test key points manually analyzed by the tester, feeding back the difference between the test key point analysis set and the test key points manually analyzed by the tester to the tester;
receiving supplementary modification content of a test point analysis set provided by a tester;
and updating the test point analysis set according to the supplementary modification content.
4. The method as claimed in claim 1, wherein after determining the test case requirement coverage for the test case set according to the comparison analysis result, the method further comprises:
and when the required coverage of the test case is full coverage, prompting a tester to carry out filing processing.
5. The method as claimed in claim 1, wherein after determining the test case requirement coverage for the test case set according to the comparison analysis result, the method further comprises:
and when the required coverage of the test cases is not full coverage, prompting the tester to perform supplementary uploading of the test cases aiming at the uncovered test points.
6. A test case requirement coverage inspection apparatus, comprising:
the acquisition module is used for acquiring a plurality of test cases of the test task and generating a test case set;
the extraction module is used for acquiring a user test requirement corresponding to the test task and extracting a key test point according to the user test requirement;
the analysis module is used for analyzing the associated test points related to the key test points;
the combined module is used for combining the key test points and the associated test points into a test key point analysis set;
the comparison module is used for comparing and analyzing the test case set and the test key point analysis set to determine a comparison and analysis result;
and the determining module is used for determining the required coverage of the test cases of the test case set according to the comparison analysis result.
7. The test case demand coverage inspection apparatus of claim 6, wherein the acquisition module is specifically configured to:
determining a task identifier of a test task; when the task identification of the test case uploaded by the tester is consistent with the task identification of the test task, the test case uploaded by the tester is recorded into a test case set;
and/or the presence of a gas in the gas,
determining a product identifier of a test task; and when the product identification of the test case uploaded by the tester is consistent with the product identification of the test task, inputting the test case uploaded by the tester into the test case set.
8. The test case demand coverage inspection apparatus of claim 6, further comprising:
the updating module is used for comparing the test key point analysis set with the test key points manually analyzed by a tester after the key test points and the associated test points are combined into the test key point analysis set by the combination module, and determining a comparison result; according to the comparison result, when the test key point analysis set is different from the test key points manually analyzed by the tester, feeding back the difference between the test key point analysis set and the test key points manually analyzed by the tester to the tester; receiving supplementary modification content of a test point analysis set provided by a tester; and updating the test point analysis set according to the supplementary modification content.
9. The test case demand coverage inspection apparatus of claim 6, further comprising:
and the first processing module is used for prompting a tester to carry out filing processing when the required coverage of the test cases is full coverage after the determining module determines the required coverage of the test cases of the test case set according to the comparison analysis result.
10. The test case demand coverage inspection apparatus of claim 6, further comprising:
and the second processing module is used for prompting a tester to perform supplementary uploading of the test case aiming at the uncovered test point after the determining module determines the test case requirement coverage of the test case set according to the comparison analysis result and when the test case requirement coverage is not full coverage.
11. A computer arrangement comprising a memory, a processor and a computer program stored on the memory and executable on the processor, characterized in that the processor implements the test case requirement coverage inspection method of any one of claims 1 to 5 when executing the computer program.
12. A computer-readable storage medium, characterized in that the computer-readable storage medium stores a computer program for executing the test case demand coverage inspection method of any one of claims 1 to 5.
CN202111262572.3A 2021-10-28 2021-10-28 Test case demand coverage inspection method and device Pending CN113961464A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111262572.3A CN113961464A (en) 2021-10-28 2021-10-28 Test case demand coverage inspection method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111262572.3A CN113961464A (en) 2021-10-28 2021-10-28 Test case demand coverage inspection method and device

Publications (1)

Publication Number Publication Date
CN113961464A true CN113961464A (en) 2022-01-21

Family

ID=79467961

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111262572.3A Pending CN113961464A (en) 2021-10-28 2021-10-28 Test case demand coverage inspection method and device

Country Status (1)

Country Link
CN (1) CN113961464A (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110202904A1 (en) * 2010-02-15 2011-08-18 International Business Machiness Corporation Hierarchical aggregation system for advanced metering infrastructures
CN106933728A (en) * 2015-12-29 2017-07-07 ***(深圳)有限公司 The method and device of demand and use-case relevance metric
CN109542784A (en) * 2018-11-19 2019-03-29 中国银行股份有限公司 A kind of test cases inspection method and device
CN112084111A (en) * 2020-09-10 2020-12-15 广州小鹏汽车科技有限公司 Data processing method, system and device
CN112882957A (en) * 2021-03-30 2021-06-01 中信银行股份有限公司 Test task validity checking method and device

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110202904A1 (en) * 2010-02-15 2011-08-18 International Business Machiness Corporation Hierarchical aggregation system for advanced metering infrastructures
CN106933728A (en) * 2015-12-29 2017-07-07 ***(深圳)有限公司 The method and device of demand and use-case relevance metric
CN109542784A (en) * 2018-11-19 2019-03-29 中国银行股份有限公司 A kind of test cases inspection method and device
CN112084111A (en) * 2020-09-10 2020-12-15 广州小鹏汽车科技有限公司 Data processing method, system and device
CN112882957A (en) * 2021-03-30 2021-06-01 中信银行股份有限公司 Test task validity checking method and device

Similar Documents

Publication Publication Date Title
CN112579437B (en) Method for verifying conformity in program running process
CN117421217B (en) Automatic software function test method, system, terminal and medium
CN112328499A (en) Test data generation method, device, equipment and medium
CN113220588A (en) Automatic testing method, device and equipment for data processing and storage medium
CN110990282B (en) Automatic unit testing method
CN116431522A (en) Automatic test method and system for low-code object storage gateway
CN109614382B (en) Log segmentation method and device for application
CN113961464A (en) Test case demand coverage inspection method and device
CN115827499A (en) UI automation test method
CN114139853A (en) Steel structure product list processing method and device based on big data
CN107102938B (en) Test script updating method and device
CN114519008A (en) Recommendation method, device, medium and equipment for regression test case
CN114490413A (en) Test data preparation method and device, storage medium and electronic equipment
CN113051169A (en) Method and system for testing functions and interfaces of cloud computing big data platform
CN115617640A (en) Software testing method and device, electronic equipment and storage medium
CN112363933A (en) Automatic verification method and device for word paragraph table, computer equipment and storage medium
CN112181816A (en) Interface testing method and device based on scene, computer equipment and medium
CN111078526A (en) Test case generation method and device and storage medium
CN100501698C (en) Method and system for automatic checking for man-machine command
CN113792019B (en) Analysis method, electronic equipment and computer storage medium
CN113157558B (en) System testing method and device
CN115758135B (en) Track traffic signal system function demand tracing method and device and electronic equipment
CN109144866B (en) Software testing method and software testing device based on household appliances
CN116882966B (en) Fault judging method and device for inspection result of operation and maintenance equipment
CN110990281B (en) Automatic static analysis method

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