CN111045724B - Query method, device and readable storage medium for calling chain information - Google Patents
Query method, device and readable storage medium for calling chain information Download PDFInfo
- Publication number
- CN111045724B CN111045724B CN201911272092.8A CN201911272092A CN111045724B CN 111045724 B CN111045724 B CN 111045724B CN 201911272092 A CN201911272092 A CN 201911272092A CN 111045724 B CN111045724 B CN 111045724B
- Authority
- CN
- China
- Prior art keywords
- information
- calling
- chain information
- call
- version information
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Active
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/70—Software maintenance or management
- G06F8/71—Version control; Configuration management
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/36—Preventing errors by testing or debugging software
- G06F11/3668—Software testing
-
- Y—GENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
- Y02—TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
- Y02D—CLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
- Y02D10/00—Energy efficient computing, e.g. low power processors, power management or thermal management
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- General Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Computer Security & Cryptography (AREA)
- Computer Hardware Design (AREA)
- Quality & Reliability (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
The invention provides a query method, a device and a readable storage medium for calling chain information, wherein the query method for calling chain information comprises the following steps: the method comprises the steps of obtaining version information selected by a user, inquiring call chain information corresponding to the version information in a preset database, displaying call relations among methods in the call chain information through graphics, inquiring call relations among the methods in the preset database through the version information, and displaying through graphics, so that development and test work can be directly guided.
Description
Technical Field
The present invention relates to the field of software, and in particular, to a method and apparatus for querying call chain information, and a readable storage medium.
Background
A boot is an open source item for analyzing Java programs. A call flow chart of the Java program can be generated based on the root item, and the call flow chart can clearly reflect the call relation among various modules (methods) in the Java program.
However, the existing boot project does not refine information useful in the Java program, and the call chain information does not further refine information of call relation between each module (method) or information of other parameter changes, that is, the call relation information between each module cannot be displayed, so that development and test work cannot be directly guided.
Disclosure of Invention
The invention mainly aims to provide a query method, a query device and a readable storage medium for call chain information, which solve the problem that the existing root project cannot show call relation information among modules, so that development and test work cannot be directly guided.
In order to achieve the above object, the present invention provides a query method for calling chain information, the query method for calling chain information including:
acquiring version information selected by a user;
inquiring the corresponding calling chain information of the version information in a preset database;
and displaying the calling relation between each method in the calling chain information through a graph.
Optionally, before the step of obtaining the version information selected by the user, the method further includes:
compiling source code data of a Java program into intermediate code information, and acquiring version information corresponding to the source code data;
acquiring the calling chain information according to the intermediate code information, and importing the calling chain information into the preset database;
and storing the call chain information and the version information in an associated mode.
Optionally, the step of importing the call chain information into the preset database includes:
acquiring associated data in the call chain information;
and associating the association data to the call chain information, and importing the associated call chain information into the preset database.
Optionally, the step of querying the version information in the preset database for the corresponding call chain information includes:
when the number of the version information is multiple, acquiring version creation time corresponding to the multiple version information;
acquiring earliest version information in the version creation time as target version information;
inquiring call chain information corresponding to the target version information in a preset database.
Optionally, after the step of querying the call chain information corresponding to the target version information in the preset database, the method further includes:
comparing the method in the call chain information corresponding to the target version information and other version information;
and outputting prompt information according to the comparison result.
Optionally, the step of outputting the prompt message according to the comparison result includes:
if the comparison result is that the calling relation of the same method in the calling chain information corresponding to the target version information and other version information is different, marking the different calling relation of the same method;
and annotating the different methods if the comparison result is that the different methods exist in the call chain information corresponding to the other version information and the target version information.
Optionally, the calling relation is the type and quantity of the input parameter, the type of the output parameter, calling method information and called method information of each method.
In addition, in order to achieve the above object, the present invention also provides a query device for calling link information, where the query device for calling link information includes a memory, a processor, and a query program for calling link information stored in the memory and capable of running on the processor, where the query program for calling link information implements the steps of the query method for calling link information described above when executed by the processor.
In addition, in order to achieve the above object, the present invention also proposes a readable storage medium having stored thereon a query program for calling link information, which when executed by a processor, implements the steps of the query method for calling link information as described above.
The invention provides a query method, a device and a readable storage medium for calling chain information, wherein the query method for calling chain information comprises the following steps: the method comprises the steps of obtaining version information selected by a user, inquiring call chain information corresponding to the version information in a preset database, displaying call relations among methods in the call chain information through graphics, inquiring call relations among the methods in the preset database through the version information, and displaying through graphics, so that development and test work can be directly guided.
Drawings
In order to more clearly illustrate the technical solutions of embodiments or examples of the present invention, the drawings that are required to be used in the embodiments or examples of the present invention will be briefly described below, and it is apparent that the drawings in the following description are only some embodiments of the present invention, and other drawings may be obtained according to the drawings without inventive efforts for those skilled in the art.
FIG. 1 is a schematic diagram of a terminal structure of a hardware operating environment according to an embodiment of the present invention;
FIG. 2 is a flowchart of a first embodiment of a method for querying call chain information according to the present invention;
fig. 3 is a flowchart of a second embodiment of a query method for calling chain information according to the present invention.
The achievement of the objects, functional features and advantages of the present invention will be further described with reference to the accompanying drawings, in conjunction with the embodiments.
Detailed Description
It should be understood that the specific embodiments described herein are for purposes of illustration only and are not intended to limit the scope of the invention.
As shown in fig. 1, fig. 1 is a schematic diagram of a hardware operating environment of a terminal according to an embodiment of the present invention.
As shown in fig. 1, the terminal may include: a processor 1001, such as a CPU, a network interface 1004, a user interface 1003, a memory 1005, a communication bus 1002. Wherein the communication bus 1002 is used to enable connected communication between these components. The user interface 1003 may include a Display screen (Display), an input unit such as a Keyboard (Keyboard), a remote controller, and the optional user interface 1003 may further include a standard wired interface, a wireless interface. The network interface 1004 may optionally include a standard wired interface, a wireless interface (e.g., a memory), such as disk storage. The memory 1005 may also optionally be a storage device separate from the processor 1001 described above.
The communication bus 1002 may be a peripheral component interconnect standard (PCI, peripheral ComponentInterconnect) bus, or an extended industry standard architecture (EISA, extended Industry StandardArchitecture) bus, among others. The communication bus may be classified as an address bus, a data bus, a control bus, or the like. For ease of illustration, the figures are shown with only one bold line, but not with only one bus or one type of bus. The communication bus 1002 is used for communication between the above-described electronic device and other devices.
The memory 1005 may include random access memory (Random Access Memory, simply RAM) or may include non-volatile memory (non-volatile memory), such as at least one magnetic disk memory. Optionally, the memory 1005 may also be at least one memory device located remotely from the aforementioned processor 1001.
The processor 1001 may be a general-purpose processor, including a central processing unit (Central Processing Unit, CPU for short), a network processor (Network Processor, NP for short), and the like; but also digital signal processors (Digital Signal Processing, DSP for short), application specific integrated circuits (Application SpecificIntegrated Circuit, ASIC for short), field-programmable gate arrays (Field-Programmable Gate Array, FPGA for short) or other programmable logic devices, discrete gate or transistor logic devices, discrete hardware components.
It will be appreciated by those skilled in the art that the structure of the terminal shown in fig. 1 is not limiting of the terminal and may include more or fewer components than shown, or may combine certain components, or a different arrangement of components.
As shown in fig. 1, an operating system, a network communication module, a user interface module, and a query program that invokes chain information may be included in a memory 1005, which is one type of computer storage medium.
In the terminal shown in fig. 1, the network interface 1004 is mainly used for connecting to a background server and performing data communication with the background server; the user interface 1003 is mainly used for connecting a client (user side) and performing data communication with the client; and the processor 1001 may be configured to call a query program of call chain information stored in the memory 1005, and perform the following operations:
acquiring version information selected by a user;
inquiring the corresponding calling chain information of the version information in a preset database;
and displaying the calling relation between each method in the calling chain information through a graph.
Further, the processor 1001 may call a query program of call chain information stored in the memory 1005, and further perform the following operations:
compiling source code data of a Java program into intermediate code information, and acquiring version information corresponding to the source code data;
acquiring the calling chain information according to the intermediate code information, and importing the calling chain information into the preset database;
and storing the call chain information and the version information in an associated mode.
Further, the processor 1001 may call a query program of call chain information stored in the memory 1005, and further perform the following operations:
acquiring associated data in the call chain information;
and associating the association data to the call chain information, and importing the associated call chain information into the preset database.
Further, the processor 1001 may call a query program of call chain information stored in the memory 1005, and further perform the following operations:
when the number of the version information is multiple, acquiring version creation time corresponding to the multiple version information;
acquiring earliest version information in the version creation time as target version information;
inquiring call chain information corresponding to the target version information in a preset database.
Further, the processor 1001 may call a query program of call chain information stored in the memory 1005, and further perform the following operations:
comparing the method in the call chain information corresponding to the target version information and other version information;
and outputting prompt information according to the comparison result.
Further, the processor 1001 may call a query program of call chain information stored in the memory 1005, and further perform the following operations:
if the comparison result is that the calling relation of the same method in the calling chain information corresponding to the target version information and other version information is different, marking the different calling relation of the same method;
and annotating the different methods if the comparison result is that the different methods exist in the call chain information corresponding to the other version information and the target version information.
Further, the processor 1001 may call a query program of call chain information stored in the memory 1005, and further perform the following operations:
the calling relation is the type and quantity of the input parameter, the type of the output parameter, the calling method information and the called method information of each method.
The invention provides a query method for calling chain information.
Referring to fig. 2, fig. 2 is a flowchart of a first embodiment of a query method for calling chain information according to the present invention.
The embodiment provides a query method for calling chain information, which comprises the following steps:
s10, acquiring version information selected by a user;
s20, inquiring the version information in a preset database to correspond to call chain information;
s30, displaying the calling relation between each method in the calling chain information through a graph.
In an embodiment, in order to directly guide development or test of a developer or a tester, a call chain relation of a code may be directly displayed from a preset database, that is, version information selected by a user may be obtained in the embodiment, and call chain information corresponding to the version information in the preset database is queried, where all methods in the code are pre-stored in the preset database, that is, the call chain information includes a call relation between each method, and the call relation is a parameter entering type and number, a parameter exiting type, call method information and called method information of each method. Taking the A method as an example, the parameter type is the type of parameters transmitted by the A method to other methods, the parameter type and the quantity are the type and the quantity of parameters transmitted by other methods to the A method, the calling method information is the quantity and the type of other methods called by the A method, and the quantity of the called methods is the quantity and the type of called A methods.
Further, before the version selected by the user is acquired, judging whether call information exists in a preset database, if call chain information corresponding to the version information exists in the preset database, directly inquiring call chain information corresponding to the version information in the preset database, and displaying call relations among all methods in the call chain information through graphics, wherein the call relations among all methods are displayed through a graphic display device, and the graphic display device comprises, but is not limited to, a computer screen, a display screen of a tablet computer and the like so as to display the call relations among all methods, so that development and test work can be directly guided.
Further, if the call chain information corresponding to the version information does not exist in the preset database, as shown in fig. 3, the method for querying the version information in the second embodiment of the present invention, that is, before the step of obtaining the version information selected by the user, further includes:
s01, compiling source code data of a Java program into intermediate code information, and acquiring version information corresponding to the source code data;
s02, acquiring the calling chain information according to the intermediate code information, and importing the calling chain information into the preset database;
s03, storing the call chain information and the version information in an associated mode;
the calling chain information corresponding to the version information is required to be pre-stored in the preset database, at the moment, source code data of the Java program are compiled into intermediate code information, and the version information corresponding to the source code data is acquired; after the intermediate code information and the version information are acquired, acquiring the calling chain information according to the intermediate code information, and importing the calling chain information into the database, wherein the calling chain information and the version information are stored in an associated mode. Each piece of calling chain information corresponds to one piece of version information, namely when the calling chain information is queried, the version information in a preset database can be queried according to the version information to correspond to the calling chain information; and displaying the calling relation between each method in the calling chain information through a graph.
Further, in this embodiment, a boot tool is used to compile source code data of a Java program, and obtain a Jimple byte code file in an intermediate form, that is, obtain intermediate code information; and then analyzing the Jimple byte codes, forming call chain information by the call relation between each method corresponding to the source code data of the Java program, namely acquiring the call chain information according to the intermediate code information, and importing the call chain information into a preset database. The version information of the source code data of the Java program is acquired, and the version information and the call chain information are associated and stored in a preset database, so that when the call chain information is queried, the corresponding call chain information can be positioned only by querying the version information, and the call chain information can be queried more quickly. It can be understood that the invention further converts the source code data of the Java program into the Jimple byte code file by means of the boot tool, and the Jimple byte code file is an intermediate agent of the boot tool. The Jimple byte code file is a compact, stack-free and typed three-address code intermediate representation, relatively clear in structure, and more suitable for subsequent query analysis of call chain information due to the fact that each instruction has an explicit operand.
Further, in the process of importing the call chain information into the preset database, since the importing process is that the sequence of the methods is imported into the database, that is, after the imported method is stored in the database, the method invokes other methods, that is, the invoking relation of the imported method for invoking other methods is not synchronously stored, at this time, after all methods in the call chain information are stored, traversing the preset database, and obtaining the associated data in the call chain information in the preset database, wherein the associated data comprises the complexity of the call chain and the cohesive coupling degree, the complexity of the call chain is used for describing the logic of the call chain, and the cohesive coupling degree is used for describing the coupling degree of the upstream and downstream invoking relation in the call chain.
Further, after the associated data in the call chain information is obtained, the associated data is associated to the call chain information, the associated call chain information is imported into a database, namely, the complexity and the cohesive coupling degree of the call chain are updated into a preset database, and at the moment, the call chain information stored in the preset database comprises information of call relation or other parameter change of each method.
Further, a plurality of call chain information is stored in the preset database, that is, the call chain information and the version information are stored in an associated mode, and at the moment, the version information is also a plurality of. In this embodiment, when the number of the version information is plural, version creation times corresponding to the plural version information are obtained, and the earliest version information in the version creation times is obtained as target version information. After the target version information is acquired, inquiring call chain information corresponding to the target version information in a preset database, wherein at the moment, other version information except the target version information also corresponds to the call chain information corresponding to the preset database, and comparing the target version information with methods in the call chain information corresponding to other version information; and after the target version information is compared with methods in the call chain information corresponding to other version information, outputting prompt information according to a comparison result.
Further, the comparison of the methods in the call chain information corresponding to the target version information and other version information may be that the comparison result is that the call relationship of the same method in the call chain information corresponding to the target version information and other version information is compared, that is, the comparison result is that the call relationship of the same method in the call chain information corresponding to the target version information and other version information is different, and then the different call relationship of the same method is marked; the method comprises the steps of marking different calling relations of the same method, wherein the different calling relations of the same method can be marked by adopting different base colors so as to prompt developers or testers that the calling relations of the method are different. And if the comparison result is that the calling relation of the same method in the calling chain information corresponding to the target version information and other version information is the same, marking is not carried out or prompt information with the same calling relation of the method is output.
Further, the method in the call chain information corresponding to the target version information and other version information can be compared, so that whether the method different from the target version information exists in the call chain information corresponding to the other version information or not can be also determined. And annotating the different methods when the comparison result is that the different methods exist in the call chain information corresponding to the other version information and the target version information, so as to prompt a developer or a tester that a new method exists in the call chain information corresponding to the version information.
In an embodiment of the present invention, the method for querying the call chain information includes the following steps: the method comprises the steps of obtaining version information selected by a user, inquiring call chain information corresponding to the version information in a preset database, displaying call relations among methods in the call chain information through graphics, inquiring call relations among the methods in the preset database through the version information, and displaying through graphics, so that development and test work can be directly guided.
The invention also provides a query device for calling the chain information, which comprises: the method comprises the steps of a memory, a processor and a query program of calling chain information, wherein the query program of calling chain information is stored in the memory and can run on the processor, and the steps of the query method of calling chain information are realized when the query program of calling chain information is executed by the processor.
The invention also provides a readable storage medium, wherein the readable storage medium stores a query program for calling the chain information, and the query program for calling the chain information realizes the steps of the query method for calling the chain information according to any embodiment when being executed by a processor.
The foregoing embodiment numbers of the present invention are merely for the purpose of description, and do not represent the advantages or disadvantages of the embodiments.
From the above description of the embodiments, it will be clear to those skilled in the art that the above-described embodiment method may be implemented by means of software plus a necessary general hardware platform, but of course may also be implemented by means of hardware, but in many cases the former is a preferred embodiment. Based on such understanding, the technical solution of the present invention may be embodied essentially or in a part contributing to the prior art in the form of a software product stored in a storage medium (such as ROM/RAM, magnetic disk, optical disk), comprising several instructions for causing a terminal device (which may be a mobile phone, a computer, a cloud server, or a network device, etc.) to perform the method of the embodiments of the present invention.
In the above embodiments, it may be implemented in whole or in part by software, hardware, firmware, or any combination thereof. When implemented in software, may be implemented in whole or in part in the form of a computer program product. The computer program product includes one or more computer instructions. When loaded and executed on a computer, produces a flow or function in accordance with embodiments of the present invention, in whole or in part. The computer may be a general purpose computer, a special purpose computer, a computer network, or other programmable apparatus. The computer instructions may be stored in or transmitted from one computer-readable storage medium to another, for example, by wired (e.g., coaxial cable, optical fiber, digital Subscriber Line (DSL)), or wireless (e.g., infrared, wireless, microwave, etc.). The computer readable storage medium may be any available medium that can be accessed by a computer or a data storage device such as a server, data center, etc. that contains an integration of one or more available media. The usable medium may be a magnetic medium (e.g., floppy Disk, hard Disk, magnetic tape), an optical medium (e.g., DVD), or a semiconductor medium (e.g., solid State Disk (SSD)), etc.
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 description is only of the preferred embodiments of the present invention, and is not intended to limit the scope of the invention, but rather is intended to cover any equivalents of the structures or equivalent processes disclosed herein or in the alternative, which may be employed directly or indirectly in other related arts.
Claims (8)
1. The query method for calling the chain information is characterized by comprising the following steps of:
acquiring version information selected by a user;
inquiring the corresponding calling chain information of the version information in a preset database;
displaying the calling relation between each method in the calling chain information through a graph;
before the step of obtaining the version information selected by the user, the method further comprises:
compiling source code data of a Java program into intermediate code information, and acquiring version information corresponding to the source code data;
acquiring the calling chain information according to the intermediate code information, and importing the calling chain information into the preset database;
and storing the call chain information and the version information in an associated mode.
2. The query method of claim 1, wherein the step of importing the call chain information into the preset database comprises:
acquiring associated data in the call chain information;
and associating the association data to the call chain information, and importing the associated call chain information into the preset database.
3. The method for querying the call chain information according to claim 1, wherein the step of querying the preset database for the call chain information corresponding to the version information comprises:
when the number of the version information is multiple, acquiring version creation time corresponding to the multiple version information;
acquiring earliest version information in the version creation time as target version information;
inquiring call chain information corresponding to the target version information in a preset database.
4. The method for querying the call chain information according to claim 3, wherein after the step of querying the call chain information corresponding to the target version information in the preset database, the method further comprises:
comparing the method in the call chain information corresponding to the target version information and other version information;
and outputting prompt information according to the comparison result.
5. The method for querying the call chain information according to claim 4, wherein the step of outputting the prompt message according to the comparison result comprises:
if the comparison result is that the calling relation of the same method in the calling chain information corresponding to the target version information and other version information is different, marking the different calling relation of the same method;
and annotating the different methods if the comparison result is that the different methods exist in the call chain information corresponding to the other version information and the target version information.
6. The method according to any one of claims 1 to 5, wherein the call relation is an entry type and number, an exit type, call method information, and called method information of each method.
7. A query device for calling link information, wherein the query device for calling link information comprises a memory, a processor, and a query program for calling link information stored in the memory and executable on the processor, and the query program for calling link information, when executed by the processor, implements the steps of the query method for calling link information according to any one of claims 1 to 6.
8. A readable storage medium, wherein a query program for calling link information is stored on the readable storage medium, and the query program for calling link information, when executed by a processor, implements the steps of the query method for calling link information according to any one of claims 1 to 6.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201911272092.8A CN111045724B (en) | 2019-12-11 | 2019-12-11 | Query method, device and readable storage medium for calling chain information |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201911272092.8A CN111045724B (en) | 2019-12-11 | 2019-12-11 | Query method, device and readable storage medium for calling chain information |
Publications (2)
Publication Number | Publication Date |
---|---|
CN111045724A CN111045724A (en) | 2020-04-21 |
CN111045724B true CN111045724B (en) | 2023-05-05 |
Family
ID=70236208
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201911272092.8A Active CN111045724B (en) | 2019-12-11 | 2019-12-11 | Query method, device and readable storage medium for calling chain information |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN111045724B (en) |
Families Citing this family (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN113326184B (en) * | 2021-05-11 | 2022-05-17 | 前海飞算云智软件科技(深圳)有限公司 | Interface testing method and device, storage medium and electronic equipment |
CN113703729B (en) * | 2021-08-30 | 2024-06-28 | 中国工商银行股份有限公司 | Method, device and equipment for generating program call chain |
Family Cites Families (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN107092553A (en) * | 2017-04-20 | 2017-08-25 | 广州华多网络科技有限公司 | A kind of method, device and computer system for setting up request call chain between process |
CN109710220B (en) * | 2018-12-12 | 2023-08-22 | 平安科技(深圳)有限公司 | Relational database query method, relational database query device, relational database query equipment and storage medium |
CN109981349B (en) * | 2019-02-27 | 2022-02-25 | 华为云计算技术有限公司 | Call chain information query method and device |
-
2019
- 2019-12-11 CN CN201911272092.8A patent/CN111045724B/en active Active
Also Published As
Publication number | Publication date |
---|---|
CN111045724A (en) | 2020-04-21 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN110888817B (en) | Code coverage rate report generation method, device and readable storage medium | |
US20120233605A1 (en) | Application Compatibility Leveraging Successful Resolution of Issues | |
CN111045724B (en) | Query method, device and readable storage medium for calling chain information | |
US10824541B1 (en) | System and method for test data fabrication | |
CN108197024B (en) | Embedded browser debugging method, debugging terminal and computer readable storage medium | |
CN111694572A (en) | Code format conversion method, device, computer equipment and storage medium | |
CN111427771A (en) | Code coverage rate analysis method, equipment, server and readable storage medium | |
CN110704311B (en) | Application program testing method and device, electronic equipment and readable storage medium | |
CN112650648A (en) | Monitoring method, device, equipment and storage medium | |
CN115543781A (en) | Method and interactive system for automatically verifying automobile software model | |
US10685298B2 (en) | Mobile application compatibility testing | |
CN115292197A (en) | Software testing method and device, electronic equipment and storage medium | |
CN115391228A (en) | Precise test method, device, equipment and medium | |
CN111008147B (en) | Application program testing method, terminal and computer readable storage medium | |
CN113032004B (en) | Method, apparatus and program product for managing development jobs in a development environment | |
CN115729560B (en) | Program code processing method and device | |
CN111949510B (en) | Test processing method, device, electronic equipment and readable storage medium | |
CN110795646A (en) | Request processing method and device, electronic equipment and computer-readable storage medium | |
CN114328060B (en) | Reusable test case framework, construction method and electronic equipment | |
CN112052054A (en) | Function calling method and device, electronic equipment and storage medium | |
CN114047923A (en) | Error code positioning method, device, storage medium and electronic equipment | |
CN109189369B (en) | Method and device for compressing codes | |
CN113553578A (en) | Log printing response method and device, electronic equipment and storage medium | |
CN111151008A (en) | Game operation data verification method, device, configuration background and medium | |
TWI730384B (en) | Image testing method, device, computer device and readbale storage medium |
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 |