CN118152291A - Interface coverage rate statistical method, device, storage medium and computer equipment - Google Patents

Interface coverage rate statistical method, device, storage medium and computer equipment Download PDF

Info

Publication number
CN118152291A
CN118152291A CN202410364962.9A CN202410364962A CN118152291A CN 118152291 A CN118152291 A CN 118152291A CN 202410364962 A CN202410364962 A CN 202410364962A CN 118152291 A CN118152291 A CN 118152291A
Authority
CN
China
Prior art keywords
interface
covered
code
directory file
methods
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
CN202410364962.9A
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.)
Vipshop Guangzhou Software Co Ltd
Original Assignee
Vipshop Guangzhou Software 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 Vipshop Guangzhou Software Co Ltd filed Critical Vipshop Guangzhou Software Co Ltd
Priority to CN202410364962.9A priority Critical patent/CN118152291A/en
Publication of CN118152291A publication Critical patent/CN118152291A/en
Pending legal-status Critical Current

Links

Landscapes

  • Debugging And Monitoring (AREA)

Abstract

The application provides an interface coverage rate statistical method, an interface coverage rate statistical device, a storage medium and computer equipment. The method comprises the following steps: performing full analysis on the source codes based on preset class keywords and interface keywords, and identifying target classes containing interface methods and interface methods under each target class; creating an interface directory file based on the identified target class, the interface method in each target class and the input parameters corresponding to the interface methods, and storing the interface directory file in a database; acquiring a code line coverage rate statistical result; based on the statistics result of the code line coverage rate and the interface directory file, a covered interface method is identified; and calculating the ratio of the number of the covered interface methods to the total number of the interface methods corresponding to the interface directory file to obtain the interface coverage rate. The application can automatically count the coverage rate of the interface, improve the accuracy of statistics and improve the statistics efficiency.

Description

Interface coverage rate statistical method, device, storage medium and computer equipment
Technical Field
The present application relates to the field of software testing technologies, and in particular, to an interface coverage rate statistics method and apparatus, a storage medium, and a computer device.
Background
In the process of software development, software versions formed at each stage of software development are tested. In order to ensure the quality and reliability of software, test coverage is an important index. The test coverage rate refers to how much coverage test has been performed on the software code under a certain test environment. The interface coverage rate refers to the percentage of the total interfaces covered during the execution of the test case. However, the statistics of the coverage rate of the interface at present depend on manual work, and are time-consuming and labor-consuming.
Disclosure of Invention
The embodiment of the application provides an interface coverage rate statistics method, an interface coverage rate statistics device, a storage medium and computer equipment, which can automatically count the interface coverage rate, improve the accuracy of statistics and improve the statistics efficiency.
In a first aspect, the present application provides an interface coverage statistics method, where the method includes:
Performing full analysis on the source codes based on preset class keywords and interface keywords, and identifying target classes containing interface methods and interface methods under each target class;
creating an interface directory file based on the identified target class, the interface method in each target class and the input parameters corresponding to the interface methods, and storing the interface directory file in a database;
acquiring a code line coverage rate statistical result;
Based on the statistics result of the code line coverage rate and the interface directory file, a covered interface method is identified;
and calculating the ratio of the number of the covered interface methods to the total number of the interface methods corresponding to the interface directory file to obtain the interface coverage rate.
In one embodiment, if the code line coverage statistics result includes a class name and a method name corresponding to the covered code line, executing the interface method for matching the interface directory file based on the code line coverage statistics result, and identifying the covered interface method includes:
matching the class name and the method name corresponding to the covered code line with the interface directory file;
And if the method names of any covered codes, the class names of the method names and any interface methods of the method participating in the interface directory file are matched and consistent, marking the covered codes of the row as the covered interface methods.
In one embodiment, the code line coverage statistics are obtained by jacoco tool statistics.
In one embodiment, the interface directory file further includes source code corresponding to each interface method.
In one embodiment, executing the interface method for identifying the covered interface based on the matching of the code line coverage statistics with the interface directory file includes:
Matching the source codes corresponding to each interface method in the interface directory file based on the covered code line;
If the decompiled code of any covered code row is consistent with the class name and the reference of the source code corresponding to any interface method in the interface directory file, and the decompiled code of the covered code row contains the source code of the corresponding interface method, the covered code of the row is marked as the covered interface method.
In a second aspect, the present application provides an interface coverage statistics apparatus, including:
The first recognition module is used for carrying out full analysis on the source codes based on preset class keywords and interface keywords and recognizing target classes containing interface methods and interface methods under the target classes;
the catalog file storage module is used for creating an interface catalog file based on the identified target class, the interface method in each target class and the input parameters corresponding to the interface method and storing the interface catalog file into the database;
the acquisition module is used for acquiring a code line coverage rate statistical result;
the second identification module is used for matching the code line coverage rate statistical result with the interface directory file to identify a covered interface method;
And the calculating module is used for calculating the ratio of the number of the covered interface methods to the total number of the interface methods corresponding to the interface directory file to obtain the interface coverage rate.
In one embodiment, the second identifying module is configured to perform the following steps when the code line coverage statistics include class names and method names corresponding to covered code lines:
matching the class name and the method name corresponding to the covered code line with the interface directory file;
And if the method names of any covered codes, the class names of the method names and any interface methods of the method participating in the interface directory file are matched and consistent, marking the covered codes of the row as the covered interface methods.
In one embodiment, the second identification module is further configured to perform the steps of:
Matching the source codes corresponding to each interface method in the interface directory file based on the covered code line;
If the decompiled code of any covered code row is consistent with the class name and the reference of the source code corresponding to any interface method in the interface directory file, and the decompiled code of the covered code row contains the source code of the corresponding interface method, the covered code of the row is marked as the covered interface method.
In a third aspect, the present application provides a storage medium having stored therein computer readable instructions which, when executed by one or more processors, cause the one or more processors to perform the steps of the interface coverage statistics method as described in any of the preceding.
In a fourth aspect, the present application provides a computer device comprising: one or more processors, and memory;
the memory has stored therein computer readable instructions which, when executed by the one or more processors, perform the steps of any of the interface coverage statistics methods described above.
From the above technical solutions, the embodiment of the present application has the following advantages:
According to the interface coverage rate statistical method, device, storage medium and computer equipment, source codes are analyzed in a full quantity through preset class keywords and interface keywords, target classes containing the interface methods and the interface methods under the target classes are identified, interface directory files are created and stored based on identification results and input parameters corresponding to the interface methods, the code line coverage rate statistical results are obtained to be matched with the interface directory files during testing, the number of the covered interface methods is counted in covered code lines, the interface coverage rate is calculated based on the total number of the interface methods contained in the interface directory files, the interface methods with the characteristics are extracted through full quantity analysis of the source codes, the interface directory files are created, the interface methods in the covered methods are identified by the aid of the code line coverage rate statistical results obtained during the combination of the interface directory files, and finally the interface coverage rate is calculated, so that automatic and efficient statistics is achieved, and accuracy is high.
Drawings
In order to more clearly illustrate the embodiments of the application or the technical solutions of the prior art, the drawings which are used in the description of the embodiments or the prior art will be briefly described, it being obvious that the drawings in the description below are only some embodiments of the application, and that other drawings can be obtained from these drawings without inventive faculty for a person skilled in the art.
FIG. 1 is a flow chart of an interface coverage statistics method in one embodiment;
FIG. 2 is a block diagram of an interface coverage statistics apparatus, in one embodiment;
FIG. 3 is an internal block diagram of a computer device, in one embodiment;
FIG. 4 is an internal block diagram of a computer device, in one embodiment.
Detailed Description
The following description of the embodiments of the present application will be made clearly and completely with reference to the accompanying drawings, in which it is apparent that the embodiments described are only some embodiments of the present application, but not all embodiments. All other embodiments, which can be made by those skilled in the art based on the embodiments of the application without making any inventive effort, are intended to be within the scope of the application.
As shown in fig. 1, an embodiment of the present application provides an interface coverage statistics method, which includes steps S101 to S105, where:
Step S101, performing full analysis on source codes based on preset class keywords and interface keywords, and identifying target classes containing interface methods and interface methods under each target class.
In code writing, many different classes are involved, under which are many methods, not all classes contain interface methods, and under which are possible other methods. The method comprises the steps of presetting keywords contained in common classes containing interface methods as class keywords of screening target classes, presetting the keywords contained in the common interface methods as interface keywords of the screening interface methods, carrying out full-scale analysis on source codes based on the class keywords and the interface keywords, identifying target classes containing the class keywords, and identifying a method containing the interface keywords under each target class as the interface method. In one embodiment, the source code is analyzed using class keywords and interface keywords, including comparing annotations.
Step S102, an interface directory file is created based on the identified target classes, the interface methods in each target class and the input parameters corresponding to the interface methods, and the interface directory file is stored in a database.
And according to the identification result, the identified inclusion relation between each target class and the interface method below the target class and the entry creation interface directory file determined according to the code corresponding to each interface method are stored in a database. The interface catalog file contains relevant information of all interface methods related to the analyzed source code, and can be reused for carrying out interface coverage statistics when the source code is not changed.
And step S103, acquiring a code line coverage rate statistical result.
Code line coverage refers to the proportion of code lines tested to total code lines. In one embodiment, the code line coverage statistics are obtained by jacoco tool statistics. The code line coverage statistics include the code lines tested in addition to the scale. In this scheme, the statistical code line to be tested needs to be utilized.
Step S104, based on the statistics result of the coverage rate of the code lines and the interface directory file, the covered interface method is identified.
Because there is no way to distinguish whether the method included in the tested code line is an interface method or not when the code line coverage rate is counted, it is difficult to realize automatic interface coverage rate counting in the prior art.
Step S105, calculating the ratio of the number of the covered interface methods to the total number of the interface methods corresponding to the interface directory file, and obtaining the interface coverage rate.
Because the interface target file contains all the interface methods related to the source code, the total number of the interface methods of the source code can be obtained, and the interface coverage rate can be obtained by calculating the ratio of the number of the covered interface methods to the total number of the interface methods obtained through statistics.
The method for counting the coverage rate of the interface provided by the application is characterized in that the source codes are subjected to full analysis through preset class keywords and interface keywords, the target class containing the interface methods and the interface methods under the target class are identified, the interface directory file is created and stored based on the identification result and the entry corresponding to each interface method, the code line coverage rate counting result is obtained and matched with the interface directory file during testing, the number of covered interface methods is identified in covered code lines, the coverage rate of the interface is calculated based on the total number of the interface methods contained in the interface directory file, the interface methods with the characteristics are extracted through full analysis of the source codes, the interface directory file is created, the interface coverage rate in the covered method is identified by utilizing the code line coverage rate counting result obtained during the combination testing of the interface directory file, and the automatic and efficient statistics is realized, and the accuracy rate is high.
In one embodiment, if the code line coverage statistics result includes class names and method names corresponding to covered code lines, performing matching between the code line coverage statistics result and an interface directory file, and identifying a covered interface method, including:
matching the class name and the method name corresponding to the covered code line with the interface directory file;
If the method name of any covered code, the class name of the covered code and any interface method in the participating interface directory file of the method are matched and consistent, the covered code of the line is identified as the covered interface method.
In this embodiment, for the case that the code line coverage statistics result includes the class name and the method name corresponding to the covered code line, matching may be performed between the class name and the method name and the interface directory file, where it is to be noted that matching needs to be satisfied consistently, the classes to which the methods belong are the same, the references of the methods are the same, and it is determined that the same interface method is covered.
In one embodiment, the interface directory file further includes source code corresponding to each interface method.
In one embodiment, the method for identifying the covered interface based on matching the statistics of the coverage rate of the code line with the interface directory file includes:
Matching the source codes corresponding to each interface method in the interface directory file based on the covered code line;
If the decompiled code of any covered code row is consistent with the class name and the reference of the source code corresponding to any interface method in the interface directory file, and the decompiled code of the covered code row contains the source code of the corresponding interface method, the covered code of the row is marked as the covered interface method.
In this embodiment, the method is applied to the case that the code line coverage rate statistics result does not include class names and method names corresponding to covered code lines, when testing is performed, the code line coverage rate statistics tool tests the code executed by the machine, the code in the generated result is decompiled code obtained by decompiling the machine code and is used for matching with the interface directory file, matching consistency needs to meet the same class to which the method belongs, the parameters of the method are the same, the source code is basically consistent, the same interface method can be judged, and the interface method is judged to be covered.
It should be understood that, although the steps in the flowcharts related to the embodiments described above are sequentially shown as indicated by arrows, these steps are not necessarily sequentially performed in the order indicated by the arrows. The steps are not strictly limited to the order of execution unless explicitly recited herein, and the steps may be executed in other orders. Moreover, at least some of the steps in the flowcharts described in the above embodiments may include a plurality of steps or a plurality of stages, which are not necessarily performed at the same time, but may be performed at different times, and the order of the steps or stages is not necessarily performed sequentially, but may be performed alternately or alternately with at least some of the other steps or stages.
The following describes the interface coverage rate statistics device provided by the embodiment of the present application, and the interface coverage rate statistics device described below and the interface coverage rate statistics method described above may be referred to correspondingly.
As shown in fig. 2, an embodiment of the present application provides an interface coverage statistics apparatus 200, including:
the first identifying module 201 is configured to perform full-scale analysis on the source code based on a preset class keyword and an interface keyword, and identify a target class including an interface method and an interface method under each target class;
A catalog file storing module 202, configured to create an interface catalog file based on the identified target classes and the interface methods in each target class and the entries corresponding to the interface methods, and store the interface catalog file in the database;
An obtaining module 203, configured to obtain a code line coverage statistics result;
a second identifying module 204, configured to identify a covered interface method based on the code line coverage statistics result and the interface directory file;
and the calculating module 205 is configured to calculate a ratio of the number of the covered interface methods to the total number of the interface methods corresponding to the interface directory file, so as to obtain an interface coverage rate.
In one embodiment, the second identifying module is configured to perform the following steps when the code line coverage statistics include class names and method names corresponding to covered code lines:
matching the class name and the method name corresponding to the covered code line with the interface directory file;
And if the method names of any covered codes, the class names of the method names and any interface methods of the method participating in the interface directory file are matched and consistent, marking the covered codes of the row as the covered interface methods.
In one embodiment, the second identification module is further configured to perform the steps of:
Matching the source codes corresponding to each interface method in the interface directory file based on the covered code line;
If the decompiled code of any covered code row is consistent with the class name and the reference of the source code corresponding to any interface method in the interface directory file, and the decompiled code of the covered code row contains the source code of the corresponding interface method, the covered code of the row is marked as the covered interface method.
The above-mentioned division of each module in the interface coverage statistics device is merely for illustration, and in other embodiments, the interface coverage statistics device may be divided into different modules as needed to complete all or part of the functions of the above-mentioned interface coverage statistics device. The respective modules in the above-described interface coverage statistics apparatus may be implemented in whole or in part by software, hardware, and a combination thereof. The above modules may be embedded in hardware or may be independent of a processor in the computer device, or may be stored in software in a memory in the computer device, so that the processor may call and execute operations corresponding to the above modules.
In one embodiment, the present application also provides a storage medium having stored therein computer readable instructions which, when executed by one or more processors, cause the one or more processors to perform the steps of the interface coverage statistics method as described in any of the embodiments above.
In one embodiment, the present application further provides a computer device, where computer readable instructions are stored, and the one or more processors execute the steps of the interface coverage statistics method according to any of the above embodiments when the computer readable instructions are executed.
Illustratively, in one embodiment, a computer device is provided, which may be a server, the internal structure of which may be as shown in FIG. 3. The computer device includes a processor, a memory, and a network interface connected by a system bus. Wherein the processor of the computer device is configured to provide computing and control capabilities. The memory of the computer device includes a non-volatile storage medium and an internal memory. The non-volatile storage medium stores an operating system, computer programs, and a database. The internal memory provides an environment for the operation of the operating system and computer programs in the non-volatile storage media. The database of the computer device is for storing data. The network interface of the computer device is used for communicating with an external terminal through a network connection. The computer program is executed by a processor to implement an interface coverage statistics method.
In one embodiment, a computer device is provided, which may be a terminal, and the internal structure of which may be as shown in fig. 4. The computer device includes a processor, a memory, a communication interface, a display screen, and an input device connected by a system bus. Wherein the processor of the computer device is configured to provide computing and control capabilities. The memory of the computer device includes a non-volatile storage medium and an internal memory. The non-volatile storage medium stores an operating system and a computer program. The internal memory provides an environment for the operation of the operating system and computer programs in the non-volatile storage media. The communication interface of the computer device is used for carrying out wired or wireless communication with an external terminal, and the wireless mode can be realized through WIFI, a mobile cellular network, NFC (near field communication) or other technologies. The computer program is executed by a processor to implement an interface coverage statistics method. The display screen of the computer equipment can be a liquid crystal display screen or an electronic ink display screen, and the input device of the computer equipment can be a touch layer covered on the display screen, can also be keys, a track ball or a touch pad arranged on the shell of the computer equipment, and can also be an external keyboard, a touch pad or a mouse and the like.
It will be appreciated by persons skilled in the art that the structures shown in fig. 3 and 4 are merely block diagrams of portions of structures associated with aspects of the present application and are not intended to limit the computer apparatus to which aspects of the present application may be applied, and that a particular computer apparatus may include more or less components than those shown, or may combine some of the components, or have a different arrangement of components.
Those skilled in the art will appreciate that implementing all or part of the above described methods may be accomplished by way of a computer program stored on a non-transitory computer readable storage medium, which when executed, may comprise the steps of the embodiments of the methods described above. Any reference to memory, database, or other medium used in embodiments provided herein may include at least one of non-volatile and volatile memory. The nonvolatile Memory may include Read-Only Memory (ROM), magnetic tape, floppy disk, flash Memory, optical Memory, high density embedded nonvolatile Memory, resistive random access Memory (ReRAM), magneto-resistive random access Memory (Magnetoresistive Random Access Memory, MRAM), ferroelectric Memory (Ferroelectric Random Access Memory, FRAM), phase change Memory (PHASE CHANGE Memory, PCM), graphene Memory, and the like. Volatile memory can include random access memory (Random Access Memory, RAM) or external cache memory, and the like. By way of illustration, and not limitation, RAM can be in various forms such as static random access memory (Static Random Access Memory, SRAM) or dynamic random access memory (Dynamic Random Access Memory, DRAM), etc. The databases referred to in the embodiments provided herein may include at least one of a relational database and a non-relational database. The non-relational database may include, but is not limited to, a blockchain-based distributed database, and the like. The processor referred to in the embodiments provided in the present application may be a general-purpose processor, a central processing unit, a graphics processor, a digital signal processor, a programmable logic unit, a data processing logic unit based on quantum computing, or the like, but is not limited thereto.
Finally, it is further 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.
Furthermore, the terms "first," "second," and the like, are used for descriptive purposes only and are not to be construed as indicating or implying a relative importance or implicitly indicating the number of technical features indicated. Thus, a feature defining "a first" or "a second" may explicitly or implicitly include at least one such feature. In the description of the present application, the meaning of "plurality" means at least two, for example, two, three, etc., unless specifically defined otherwise.
In the present specification, each embodiment is described in a progressive manner, and each embodiment focuses on the difference from other embodiments, and may be combined according to needs, and the same similar parts may be referred to each other.
The previous description of the disclosed embodiments is provided to enable any person skilled in the art to make or use the present application. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the application. Thus, the present application is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.

Claims (10)

1. An interface coverage statistics method, characterized in that the method comprises:
Performing full analysis on the source codes based on preset class keywords and interface keywords, and identifying target classes containing interface methods and interface methods under each target class;
creating an interface directory file based on the identified target class, the interface method in each target class and the input parameters corresponding to the interface methods, and storing the interface directory file in a database;
acquiring a code line coverage rate statistical result;
Based on the statistics result of the code line coverage rate and the interface directory file, a covered interface method is identified;
and calculating the ratio of the number of the covered interface methods to the total number of the interface methods corresponding to the interface directory file to obtain the interface coverage rate.
2. The interface coverage statistics method according to claim 1, wherein if the code line coverage statistics result includes class names and method names corresponding to covered code lines, executing the interface method for matching the interface directory file based on the code line coverage statistics result, and identifying the covered interface method includes:
matching the class name and the method name corresponding to the covered code line with the interface directory file;
And if the method names of any covered codes, the class names of the method names and any interface methods of the method participating in the interface directory file are matched and consistent, marking the covered codes of the row as the covered interface methods.
3. The interface coverage statistics method of claim 2, wherein the code line coverage statistics result is obtained by a jacoco tool statistics.
4. The interface coverage statistics method of claim 1, wherein the interface catalog file further comprises source code corresponding to each interface method.
5. The interface coverage statistics method as recited in claim 4, wherein performing the interface method of identifying the coverage based on the matching of the code line coverage statistics with the interface catalog file comprises:
Matching the source codes corresponding to each interface method in the interface directory file based on the covered code line;
If the decompiled code of any covered code row is consistent with the class name and the reference of the source code corresponding to any interface method in the interface directory file, and the decompiled code of the covered code row contains the source code of the corresponding interface method, the covered code of the row is marked as the covered interface method.
6. An interface coverage statistics apparatus, comprising:
The first recognition module is used for carrying out full analysis on the source codes based on preset class keywords and interface keywords and recognizing target classes containing interface methods and interface methods under the target classes;
the catalog file storage module is used for creating an interface catalog file based on the identified target class, the interface method in each target class and the input parameters corresponding to the interface method and storing the interface catalog file into the database;
the acquisition module is used for acquiring a code line coverage rate statistical result;
the second identification module is used for matching the code line coverage rate statistical result with the interface directory file to identify a covered interface method;
And the calculating module is used for calculating the ratio of the number of the covered interface methods to the total number of the interface methods corresponding to the interface directory file to obtain the interface coverage rate.
7. The interface coverage statistics apparatus of claim 6, wherein the second identification module is configured to perform the following steps when the code line coverage statistics include class names and method names corresponding to covered code lines:
matching the class name and the method name corresponding to the covered code line with the interface directory file;
And if the method names of any covered codes, the class names of the method names and any interface methods of the method participating in the interface directory file are matched and consistent, marking the covered codes of the row as the covered interface methods.
8. The interface coverage statistics apparatus of claim 6, wherein the second identification module is further configured to perform the steps of:
Matching the source codes corresponding to each interface method in the interface directory file based on the covered code line;
If the decompiled code of any covered code row is consistent with the class name and the reference of the source code corresponding to any interface method in the interface directory file, and the decompiled code of the covered code row contains the source code of the corresponding interface method, the covered code of the row is marked as the covered interface method.
9. A storage medium, characterized by: the storage medium having stored therein computer readable instructions which, when executed by one or more processors, cause the one or more processors to perform the steps of the interface coverage statistics method of any of claims 1 to 5.
10. A computer device, comprising: one or more processors, and memory;
The memory has stored therein computer readable instructions which, when executed by the one or more processors, perform the steps of the interface coverage statistics method of any of claims 1 to 5.
CN202410364962.9A 2024-03-28 2024-03-28 Interface coverage rate statistical method, device, storage medium and computer equipment Pending CN118152291A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202410364962.9A CN118152291A (en) 2024-03-28 2024-03-28 Interface coverage rate statistical method, device, storage medium and computer equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202410364962.9A CN118152291A (en) 2024-03-28 2024-03-28 Interface coverage rate statistical method, device, storage medium and computer equipment

Publications (1)

Publication Number Publication Date
CN118152291A true CN118152291A (en) 2024-06-07

Family

ID=91294819

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202410364962.9A Pending CN118152291A (en) 2024-03-28 2024-03-28 Interface coverage rate statistical method, device, storage medium and computer equipment

Country Status (1)

Country Link
CN (1) CN118152291A (en)

Similar Documents

Publication Publication Date Title
CN111026647B (en) Method and device for acquiring code coverage rate, computer equipment and storage medium
CN110795464B (en) Method, device, terminal and storage medium for checking field of object marker data
CN116610583A (en) SCA tool maturity evaluation method, SCA tool maturity evaluation device, SCA tool maturity evaluation equipment, SCA tool maturity evaluation medium and SCA tool maturity evaluation product
CN116561607A (en) Method and device for detecting abnormality of resource interaction data and computer equipment
CN118152291A (en) Interface coverage rate statistical method, device, storage medium and computer equipment
CN115759742A (en) Enterprise risk assessment method and device, computer equipment and storage medium
CN114238143A (en) ES data number making method, system and storage medium for interface test
CN112784552A (en) Table editing method and device
CN117555955B (en) Data conversion method, data conversion device, computer device, and storage medium
CN114327377B (en) Method and device for generating demand tracking matrix, computer equipment and storage medium
CN111309623B (en) Coordinate class data classification test method and device
CN117010925B (en) Automatic pricing method, system, equipment and storage medium for engineering materials
CN116594883A (en) Code testing method, device, computer equipment and storage medium
CN118295702A (en) Software design relation display method, device, computer equipment and storage medium
CN116860603A (en) Report test method, report test device, computer equipment and storage medium
CN117435478A (en) Program logic function detection method, device, computer equipment and storage medium
CN117407267A (en) Conditional branch coverage rate calculation method, device, computer equipment and storage medium
CN116561010A (en) Interface test method, device, computer equipment and storage medium
CN114330265A (en) Typical case generation method and typical case template configuration method for asset evaluation
CN118012752A (en) Application program testing method, computer device and storage medium
CN116701178A (en) Interface test method, device, computer equipment and storage medium
CN118170669A (en) Differential coverage analysis method and device, storage medium and computer equipment
CN117951002A (en) Incremental code unit test method, device, computer equipment and storage medium
CN117033242A (en) Test data generation method, device, computer equipment and storage medium
CN115328809A (en) Visual chart testing method, device, equipment, storage medium and product

Legal Events

Date Code Title Description
PB01 Publication
SE01 Entry into force of request for substantive examination