CN117950993A - Dynamic debugging apk plug-in - Google Patents

Dynamic debugging apk plug-in Download PDF

Info

Publication number
CN117950993A
CN117950993A CN202311662391.9A CN202311662391A CN117950993A CN 117950993 A CN117950993 A CN 117950993A CN 202311662391 A CN202311662391 A CN 202311662391A CN 117950993 A CN117950993 A CN 117950993A
Authority
CN
China
Prior art keywords
application program
information
module
abnormal
parameter
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
CN202311662391.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.)
Beijing Easy Times Digital Technology Co ltd
Original Assignee
Beijing Easy Times Digital Technology 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 Beijing Easy Times Digital Technology Co ltd filed Critical Beijing Easy Times Digital Technology Co ltd
Priority to CN202311662391.9A priority Critical patent/CN117950993A/en
Publication of CN117950993A publication Critical patent/CN117950993A/en
Pending legal-status Critical Current

Links

Classifications

    • YGENERAL 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
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE 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/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

  • Stored Programmes (AREA)

Abstract

The invention discloses a dynamic debugging apk plug-in, which comprises the following steps: the information viewing unit is used for dynamically viewing information in the application program, positioning and classifying the information to be viewed, so as to find abnormal information in the application program; the resource updating unit is used for separating the resources in the application program, and dynamically loading and updating the resources in a hot updating mode so as to repair the abnormal resources; the scene parameter adjusting unit is used for dynamically adjusting parameters of the application program in different scenes so as to track and repair abnormal parameters of the application program in the scene switching process; the code repairing unit is used for identifying the abnormal codes in the application program, dynamically repairing and storing the abnormal codes, and verifying and debugging the repaired codes. The invention ensures that the developer can find out the problem existence point in the application program more rapidly and repair the problem in time, ensures that the developer can work normally and efficiently, and accelerates the development period.

Description

Dynamic debugging apk plug-in
Technical Field
The invention relates to the technical field of computers, in particular to a dynamic debugging apk plug-in.
Background
Because Unity is a cross-platform engine, the internal mechanism is complex, so that code anomalies generated in the development process can be difficult to track and debug, particularly when the code scale is large and a plurality of external plug-ins or modules are used, the reasons for anomalies are difficult to locate, and the difficulty of troubleshooting and repairing the anomalies is increased. In large Unity projects, there are usually multiple scenes and various scene switching logics, but when scene errors are found in debugging and testing, developers may need to manually enter and exit different scenes to conduct troubleshooting and positioning of problems, and such a process is time-consuming and inconvenient, and is difficult to quickly find and repair scene errors.
Disclosure of Invention
In order to solve the technical problem, the present invention provides a dynamic debug apk plug-in, including:
the information viewing unit is used for dynamically viewing information in the application program, positioning and classifying the information to be viewed, so as to find abnormal information in the application program;
The resource updating unit is used for separating the resources in the application program, and dynamically loading and updating the resources in a hot updating mode so as to repair the abnormal resources;
the scene parameter adjusting unit is used for dynamically adjusting parameters of the application program in different scenes so as to track and repair abnormal parameters of the application program in the scene switching process;
the code repairing unit is used for identifying the abnormal codes in the application program, dynamically repairing and storing the abnormal codes, and verifying and debugging the repaired codes.
Further, the information viewing unit includes:
The information classification module is used for identifying and classifying the information in the application program and classifying and displaying the information according to three levels of ordinary, warning and abnormality;
the information positioning module is used for positioning the identified abnormal information and displaying the front information and the rear information of the abnormal information;
the abnormality tracking module is used for tracking the positioned abnormality information in real time and displaying detailed information of the abnormality information.
Further, the resource updating unit includes:
The resource management module is used for managing import, export and deletion of resources in the application program;
The hot updating module is used for carrying out hot updating on the resources in the application program, namely dynamically loading and replacing the resources when the application program runs;
The abnormal resource repair module is used for identifying the abnormal resources and repairing the abnormal resources after the abnormal resources are found;
And the resource version control module is used for tracking the version history of the resource and managing the resource version.
Further, in the resource updating unit, the resource needs to be specifically authorized, and subsequent loading and updating are performed after the resource is authorized.
Further, the scene parameter adjusting unit includes:
The scene switching management module is used for managing the switching of the application program in different scenes;
and the parameter adjusting module is used for adjusting the parameters of the application program in different scenes.
Further, the parameter adjustment module includes:
the dynamic parameter adjusting sub-module is used for adjusting parameters in real time when the application program runs;
the parameter saving and loading sub-module is used for saving the adjusted parameter setting and loading the parameters in the next running process;
The parameter rollback and reset sub-module is used for canceling the parameter adjustment set before, recovering to the initial state or resetting the parameter to a default value;
The parameter verification and limitation submodule is used for verifying and limiting the range of the parameter and verifying the validity and effectiveness of the parameter;
And the parameter import and export sub-module is used for importing and exporting the parameters, namely exporting the parameter settings into a file or importing the parameters from the file.
Further, the code repair unit includes:
the code static analysis module is used for analyzing the source codes in the application program through a static analysis technology and identifying potential errors and abnormal codes of problems in the source codes;
the instantaneous coding module is used for instantaneous coding of the abnormal codes, namely dynamically repairing and saving the codes when the application program runs;
The verification and debugging module is used for verifying and debugging the repaired code;
and the code version control module is used for tracking the version history of the repair code and managing the code version.
Furthermore, in the instant coding module, compliance verification is required to be performed on the coded codes, and automatic code operation is performed after the compliance verification.
Compared with the prior art, the dynamic debugging apk plug-in has the beneficial effects that:
The invention can more clearly and intuitively discover and solve the abnormal information in the application program through the information checking unit developer, can dynamically modify the abnormal information in time through the resource updating unit and the code repairing unit without repacking apk, thereby saving a great deal of time and energy, enabling the developer to more efficiently debug and develop work, accelerating the product to be on line in the process of continuous iterative optimization, solving the problem of inconvenience caused by manually entering and exiting different scenes in a plurality of scenes and various scene switching logics through the scene parameter adjusting unit, and rapidly discovering and repairing the abnormal scene.
Drawings
FIG. 1 is a schematic diagram of the composition of a dynamic debug apk plug-in an embodiment of the present invention.
Detailed Description
The following describes in further detail the embodiments of the present invention with reference to the drawings and examples. The following examples are illustrative of the invention and are not intended to limit the scope of the invention.
In the description of the present application, it should be understood that the terms "center," "upper," "lower," "front," "rear," "left," "right," "vertical," "horizontal," "top," "bottom," "inner," "outer," and the like indicate orientations or positional relationships based on the orientation or positional relationships shown in the drawings, merely to facilitate describing the present application and simplify the description, and do not indicate or imply that the insert or element in question must have a specific orientation, be configured and operated in a specific orientation, and therefore should not be construed as limiting the present application.
The terms "", "second" are used for descriptive purposes only and are not to be construed as indicating or implying relative importance or implicitly indicating the number of technical features indicated. Thus, a feature defining "", "second" may explicitly or implicitly include one or more such feature. In the description of the present application, unless otherwise indicated, the meaning of "a plurality" is two or more.
In the description of the present application, it should be noted that, unless explicitly specified and limited otherwise, the terms "mounted," "connected," and "connected" are to be construed broadly, and may be either fixedly connected, detachably connected, or integrally connected, for example; can be mechanically or electrically connected; can be directly connected or indirectly connected through an intermediate medium, and can be communication between two elements. The specific meaning of the above terms in the present application will be understood in specific cases by those of ordinary skill in the art.
As shown in fig. 1, in an embodiment of the present application, there is provided a dynamic debug apk plug-in, including: the information viewing unit is used for dynamically viewing information in the application program, positioning and classifying the information to be viewed, so as to find abnormal information in the application program; the resource updating unit is used for separating the resources in the application program, and dynamically loading and updating the resources in a hot updating mode so as to repair the abnormal resources; the scene parameter adjusting unit is used for dynamically adjusting parameters of the application program in different scenes so as to track and repair abnormal parameters of the application program in the scene switching process; the code repairing unit is used for identifying the abnormal codes in the application program, dynamically repairing and storing the abnormal codes, and verifying and debugging the repaired codes.
Furthermore, the developer can more clearly and intuitively find and solve the abnormal information in the application program through the information checking unit, meanwhile, the abnormal information can be dynamically modified in time through the resource updating unit and the code repairing unit without repacking apk, so that a great amount of time and energy are saved, the developer can more efficiently carry out debugging and development work, the product is accelerated to be on line in the process of continuous iterative optimization, the problem that inconvenience is caused by manually entering and exiting different scenes in a plurality of scenes and various scene switching logics is solved through the scene parameter adjusting unit, and the abnormal in the scenes can be quickly found and repaired.
In an embodiment of the present application, there is provided a dynamic debug apk plug-in, the information viewing unit including: the information classification module is used for identifying and classifying the information in the application program and classifying and displaying the information according to three levels of ordinary, warning and abnormality; the information positioning module is used for positioning the identified abnormal information and displaying the front information and the rear information of the abnormal information; the abnormality tracking module is used for tracking the positioned abnormality information in real time and displaying detailed information of the abnormality information.
Specifically, a user interface is built in the information viewing unit, a developer can dynamically view Log information of an application program through the interface, identify the Log information in the application program through the information classification module, judge whether the information is abnormal or not, and classify and display the information, so that the developer can conveniently distinguish and process different types of problems; and the information positioning module in the user interface has a searching function, can perform quick search by inputting keywords, positions related Log information, positions the Log when a developer selects a certain Log, and displays information before and after the Log so that the developer can better know the context.
The information in the application program is identified and positioned through the information classification module and the information positioning module, so that a developer can more rapidly find possible problem points and trace the possible problem points in real time.
In an embodiment of the present application, there is provided a dynamic debug apk plug-in, the resource update unit including: the resource management module is used for managing import, export and deletion of resources in the application program; the hot updating module is used for carrying out hot updating on the resources in the application program, namely dynamically loading and replacing the resources when the application program runs; the abnormal resource repair module is used for identifying the abnormal resources and repairing the abnormal resources after the abnormal resources are found; and the resource version control module is used for tracking the version history of the resource and managing the resource version.
Specifically, a developer can import AssetBundle a resource file in the Unity editor through the resource management module, upgrade the resource file to an application program, and designate a target resource to be updated; the hot updating module downloads and replaces the original resource file without repackaging time and energy expenditure of apk, so that the hot updating effect is realized, the debugging and optimizing processes are greatly accelerated, and developers can work more efficiently; the abnormal resource repair module can repair the problems related to the resources in time, and improves the development efficiency and the user experience.
In the embodiment of the application, a dynamic debugging apk plug-in is provided, in the resource updating unit, the resource needs to be subjected to specific authorization, and subsequent loading and updating are performed after the resource is subjected to the authorization.
In an embodiment of the present application, there is provided a dynamic debug apk plug-in, the scene parameter adjusting unit including: the scene switching management module is used for managing the switching of the application program in different scenes; and the parameter adjusting module is used for adjusting the parameters of the application program in different scenes.
Specifically, interaction is performed with the Unity engine through the scene switching management module so as to acquire and modify the attribute and state of the UI element, the component and the 3D object, and a communication bridge interface between the UI element, the component and the 3D object and the Unity engine is established; the parameter adjusting module allows a developer to dynamically adjust parameters of the UI and the 3D scene through a communication bridge interface when the developer runs, so that the developer can directly modify and adjust the attribute of the UI element or the 3D object in the application program on the plug-in interface, the developer can check and modify the structure, the attribute and the components of all the hierarchical trees in the Unity editor through the provided interface, and simultaneously can modify the position, the size, the color and other attributes of the UI element or modify the parameters of rotation, scaling and the like of the object in the 3D scene in real time, thus the developer can observe the influence of the change of the parameters on the interface effect in real time, and can quickly verify and optimize the influence, and the visual debugging mode greatly improves the development efficiency.
In an embodiment of the present application, there is provided a dynamic debug apk plug-in, the parameter adjustment module including: the dynamic parameter adjusting sub-module is used for adjusting parameters in real time when the application program runs; the parameter saving and loading sub-module is used for saving the adjusted parameter setting and loading the parameters in the next running process; the parameter rollback and reset sub-module is used for canceling the parameter adjustment set before, recovering to the initial state or resetting the parameter to a default value; the parameter verification and limitation submodule is used for verifying and limiting the range of the parameter and verifying the validity and effectiveness of the parameter; and the parameter import and export sub-module is used for importing and exporting the parameters, namely exporting the parameter settings into a file or importing the parameters from the file.
Specifically, the dynamic parameter adjustment sub-module can support dynamic parameter adjustment, namely, parameters can be adjusted in real time when an application program runs, and a developer can dynamically adjust parameters in the application program, such as game difficulty, sound effect volume and the like according to requirements of different scenes; the parameter storage and loading sub-module can support the parameter storage and loading functions, and a developer can store the adjusted parameter settings and load the parameters in the next running process, so that the personalized settings of a user can be reserved, and better user experience is provided; the parameter rollback and reset sub-module can provide parameter rollback and reset functions, a developer can cancel the previous parameter adjustment and restore to an initial state, or reset the parameter to a default value, and flexible control of the parameter is facilitated for the developer in the debugging and testing process; the parameter verification and limitation submodule can verify and limit the range of the parameter, ensure the validity and the effectiveness of the parameter, and enable a developer to set the value range of the parameter so as to prevent unreasonable parameter setting; the parameter import and export sub-module can support the import and export functions of the parameters, and a developer can export the parameter settings into files or import the parameter settings from the files, thereby facilitating the backup, sharing and cross-platform use of the parameters.
In an embodiment of the present application, there is provided a dynamic debug apk plug-in, the code repair unit including: the code static analysis module is used for analyzing the source codes in the application program through a static analysis technology and identifying potential errors and abnormal codes of problems in the source codes; the instantaneous coding module is used for instantaneous coding of the abnormal codes, namely dynamically repairing and saving the codes when the application program runs; the verification and debugging module is used for verifying and debugging the repaired code; and the code version control module is used for tracking the version history of the repair code and managing the code version.
Specifically, the instant coding module enables a developer to directly write codes on an interface and store the codes through a user interface, after the codes are stored, the developer can restart an application program, automatically load and apply modified code effects, the developer can verify and debug the modified codes through the verification and debugging module without repacking APK, the developer can quickly iterate and debug the codes, packing time is saved, the flexible debugging mode not only reduces repeated steps, but also can quickly verify correctness of logic and functions, and development period is accelerated.
In the embodiment of the application, a dynamic debugging apk plug-in is provided, and in the instant coding module, compliance verification is required to be carried out on the coded codes, and automatic code operation is carried out after the compliance verification.
In summary, an embodiment of the present invention provides a dynamic debug apk plug-in, including: the information viewing unit is used for dynamically viewing information in the application program, positioning and classifying the information to be viewed, so as to find abnormal information in the application program; the resource updating unit is used for separating the resources in the application program, and dynamically loading and updating the resources in a hot updating mode so as to repair the abnormal resources; the scene parameter adjusting unit is used for dynamically adjusting parameters of the application program in different scenes so as to track and repair abnormal parameters of the application program in the scene switching process; the code repairing unit is used for identifying the abnormal codes in the application program, dynamically repairing and storing the abnormal codes, and verifying and debugging the repaired codes. The invention can more clearly and intuitively discover and solve the abnormal information in the application program through the information checking unit developer, can dynamically modify the abnormal information in time through the resource updating unit and the code repairing unit without repacking apk, thereby saving a great deal of time and energy, enabling the developer to more efficiently debug and develop work, accelerating the product to be on line in the process of continuous iterative optimization, solving the problem of inconvenience caused by manually entering and exiting different scenes in a plurality of scenes and various scene switching logics through the scene parameter adjusting unit, and rapidly discovering and repairing the abnormal scene.
Finally, it should be noted that: it will be apparent to those skilled in the art that various modifications and variations can be made to the present invention without departing from the spirit or scope of the invention. Thus, it is intended that the present invention also include such modifications and alterations insofar as they come within the scope of the appended claims or the equivalents thereof.
The foregoing is merely an example of the present invention and is not intended to limit the scope of the present invention, and all changes made in the structure according to the present invention should be considered as falling within the scope of the present invention without departing from the gist of the present invention. It will be clear to those skilled in the art that, for convenience and brevity, the specific working process and the related description described above may refer to the corresponding process in the foregoing plug-in embodiment, which is not described herein again.
The terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, an insert, an article, or a device/insert 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, insert, article, or device/insert.
Thus far, the technical solution of the present invention has been described in connection with further embodiments shown in the drawings, but it is readily understood by those skilled in the art that the scope of protection of the present invention is not limited to these specific embodiments. Equivalent modifications and substitutions for related technical features may be made by those skilled in the art without departing from the principles of the present invention, and such modifications and substitutions will fall within the scope of the present invention.
The foregoing description is only of the preferred embodiments of the present invention, and is not intended to limit the scope of the present invention.

Claims (8)

1. A dynamic debug apk plug-in comprising:
the information viewing unit is used for dynamically viewing information in the application program, positioning and classifying the information to be viewed, so as to find abnormal information in the application program;
The resource updating unit is used for separating the resources in the application program, and dynamically loading and updating the resources in a hot updating mode so as to repair the abnormal resources;
the scene parameter adjusting unit is used for dynamically adjusting parameters of the application program in different scenes so as to track and repair abnormal parameters of the application program in the scene switching process;
the code repairing unit is used for identifying the abnormal codes in the application program, dynamically repairing and storing the abnormal codes, and verifying and debugging the repaired codes.
2. The dynamic debug apk plug-in of claim 1, wherein the information viewing unit comprises:
The information classification module is used for identifying and classifying the information in the application program and classifying and displaying the information according to three levels of ordinary, warning and abnormality;
the information positioning module is used for positioning the identified abnormal information and displaying the front information and the rear information of the abnormal information;
the abnormality tracking module is used for tracking the positioned abnormality information in real time and displaying detailed information of the abnormality information.
3. The dynamic debug apk plug-in of claim 1, wherein the resource update unit comprises:
The resource management module is used for managing import, export and deletion of resources in the application program;
The hot updating module is used for carrying out hot updating on the resources in the application program, namely dynamically loading and replacing the resources when the application program runs;
The abnormal resource repair module is used for identifying the abnormal resources and repairing the abnormal resources after the abnormal resources are found;
And the resource version control module is used for tracking the version history of the resource and managing the resource version.
4. A dynamic debug apk plug-in as defined in claim 3, wherein,
In the resource updating unit, the resource needs to be subjected to specific authorization, and subsequent loading and updating are performed after the resource is subjected to the authorization.
5. The dynamic debug apk plug-in of claim 1, wherein the scene parameter adjustment unit comprises:
The scene switching management module is used for managing the switching of the application program in different scenes;
and the parameter adjusting module is used for adjusting the parameters of the application program in different scenes.
6. The dynamic debug apk plug-in of claim 5, wherein the parameter adjustment module comprises:
the dynamic parameter adjusting sub-module is used for adjusting parameters in real time when the application program runs;
the parameter saving and loading sub-module is used for saving the adjusted parameter setting and loading the parameters in the next running process;
The parameter rollback and reset sub-module is used for canceling the parameter adjustment set before, recovering to the initial state or resetting the parameter to a default value;
The parameter verification and limitation submodule is used for verifying and limiting the range of the parameter and verifying the validity and effectiveness of the parameter;
And the parameter import and export sub-module is used for importing and exporting the parameters, namely exporting the parameter settings into a file or importing the parameters from the file.
7. The dynamic debug apk plug-in of claim 1, wherein the code repair unit comprises:
the code static analysis module is used for analyzing the source codes in the application program through a static analysis technology and identifying potential errors and abnormal codes of problems in the source codes;
the instantaneous coding module is used for instantaneous coding of the abnormal codes, namely dynamically repairing and saving the codes when the application program runs;
The verification and debugging module is used for verifying and debugging the repaired code;
and the code version control module is used for tracking the version history of the repair code and managing the code version.
8. A dynamic debug apk plug-in as defined in claim 7, wherein,
In the instant coding module, compliance verification is required to be carried out on the coded codes, and automatic code operation is carried out after the compliance verification.
CN202311662391.9A 2023-12-06 2023-12-06 Dynamic debugging apk plug-in Pending CN117950993A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202311662391.9A CN117950993A (en) 2023-12-06 2023-12-06 Dynamic debugging apk plug-in

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202311662391.9A CN117950993A (en) 2023-12-06 2023-12-06 Dynamic debugging apk plug-in

Publications (1)

Publication Number Publication Date
CN117950993A true CN117950993A (en) 2024-04-30

Family

ID=90793446

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202311662391.9A Pending CN117950993A (en) 2023-12-06 2023-12-06 Dynamic debugging apk plug-in

Country Status (1)

Country Link
CN (1) CN117950993A (en)

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5675803A (en) * 1994-01-28 1997-10-07 Sun Microsystems, Inc. Method and apparatus for a fast debugger fix and continue operation
US9436449B1 (en) * 2015-06-02 2016-09-06 Microsoft Technology Licensing, Llc Scenario-based code trimming and code reduction
CN111831284A (en) * 2020-07-29 2020-10-27 网易(杭州)网络有限公司 Rendering debugging method, device and equipment
CN112587931A (en) * 2021-01-18 2021-04-02 广州天游网络科技有限公司 Game simulation test system and method
CN113032248A (en) * 2021-03-05 2021-06-25 粒界(上海)信息科技有限公司 Application debugging method and device of android system, storage medium and electronic equipment
CN115878475A (en) * 2022-12-15 2023-03-31 平安银行股份有限公司 Abnormal scene testing method, device and system
EP4209912A1 (en) * 2022-01-06 2023-07-12 Siemens Aktiengesellschaft Method for enhancing the debugging capability for a software program

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5675803A (en) * 1994-01-28 1997-10-07 Sun Microsystems, Inc. Method and apparatus for a fast debugger fix and continue operation
US9436449B1 (en) * 2015-06-02 2016-09-06 Microsoft Technology Licensing, Llc Scenario-based code trimming and code reduction
CN111831284A (en) * 2020-07-29 2020-10-27 网易(杭州)网络有限公司 Rendering debugging method, device and equipment
CN112587931A (en) * 2021-01-18 2021-04-02 广州天游网络科技有限公司 Game simulation test system and method
CN113032248A (en) * 2021-03-05 2021-06-25 粒界(上海)信息科技有限公司 Application debugging method and device of android system, storage medium and electronic equipment
EP4209912A1 (en) * 2022-01-06 2023-07-12 Siemens Aktiengesellschaft Method for enhancing the debugging capability for a software program
CN115878475A (en) * 2022-12-15 2023-03-31 平安银行股份有限公司 Abnormal scene testing method, device and system

Similar Documents

Publication Publication Date Title
CN106844217B (en) Method and device for embedding point of applied control and readable storage medium
US10318412B1 (en) Systems, methods, and apparatus for dynamic software generation and testing
US8151247B2 (en) Test data management
CN110554965B (en) Automated fuzz testing method, related equipment and computer readable storage medium
US10184882B2 (en) System and method for providing user guidance for electronic device processing
US7757125B2 (en) Defect resolution methodology and data defects quality/risk metric model extension
US6182245B1 (en) Software test case client/server system and method
JP5295269B2 (en) Method for generating component model-based virtual software platform, method for verifying software platform architecture using the same, and apparatus therefor
US20080201611A1 (en) Defect Resolution Methodology Target Assessment Process
CN110704297A (en) Code evaluation method and device, computer equipment and storage medium
CN115039084A (en) Unit testing of components of a dataflow graph
CN111694612A (en) Configuration checking method, device, computer system and storage medium
US8661414B2 (en) Method and system for testing an order management system
CN110109773A (en) A kind of detection method and system of magnetic disk of virtual machine consistency
CN113778898A (en) User interface automatic testing method and device, electronic equipment and storage medium
CN111026670B (en) Test case generation method, test case generation device and storage medium
CN112241370A (en) Verification method, system and device for API (application program interface) interface class
US20180365132A1 (en) Adaptive software testing
CN114297961A (en) Chip test case processing method and related device
CN110750435A (en) Test case management method and device
CN117950993A (en) Dynamic debugging apk plug-in
CN114138537A (en) Crash information online analysis method for android application
CN115437903A (en) Interface test method, device, apparatus, storage medium, and program
CN109374038B (en) Change test method of nuclear security level instrument control product based on application prototype
CN112327800A (en) Vehicle detection method and device and diagnosis equipment

Legal Events

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