CN112988594A - Integrated detection method and system for code quality evaluation - Google Patents
Integrated detection method and system for code quality evaluation Download PDFInfo
- Publication number
- CN112988594A CN112988594A CN202110446925.9A CN202110446925A CN112988594A CN 112988594 A CN112988594 A CN 112988594A CN 202110446925 A CN202110446925 A CN 202110446925A CN 112988594 A CN112988594 A CN 112988594A
- Authority
- CN
- China
- Prior art keywords
- code
- detected
- codes
- executable file
- server
- 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.)
- Withdrawn
Links
Images
Classifications
-
- 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/362—Software debugging
- G06F11/3628—Software debugging of optimised code
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Computer Hardware Design (AREA)
- Quality & Reliability (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Debugging And Monitoring (AREA)
Abstract
The invention relates to the field of software development code detection, in particular to an integrated detection method and system for code quality evaluation, which comprises the following steps: acquiring a target warehouse branch code to be pre-submitted according to the code to be detected, and merging the target warehouse branch code and the target warehouse branch code; carrying out static detection and recording on the combined codes through scanning; translating the combined codes into a file to be compiled by using a preset execution script, and compiling the file to be compiled to construct an executable file and record the executable file; acquiring deployment environment configuration information according to the executable file, deploying the executable file to a corresponding test server for carrying out automatic case test and recording; and comparing the static detection result, the executable file construction result and the automatic test result according to the preset quality access control to determine whether to push the codes to be detected to a target warehouse. The method is based on continuous integrated detection of pre-construction and code quality evaluation, reduces the software code repair cost, improves the research and development efficiency, and has a good application prospect.
Description
Technical Field
The invention relates to the field of software development code detection, in particular to an integrated detection method and system for code quality evaluation.
Background
In order to ensure the code quality, in the development stage, the code submitted each time is required to be audited by a specially-assigned person. Due to rapid changes of industry requirements and environments, new versions need to be continuously delivered to clients, one project often relates to multiple platforms such as Windows, Linux and Android, and the following problems exist if the prior art process is continuously used: firstly, the offline code evaluation efficiency and coverage rate are low, the offline code evaluation method too depends on the personal skill level, and quality problems are omitted; secondly, the version release process is complicated, long in time consumption and large in labor consumption; and thirdly, testing and verifying links are lagged, and problems are usually found after the codes are merged into a warehouse. The above problems become a restriction factor for breaking through the bottleneck of fast response, and the requirements of fast changing and updating of services cannot be met.
Disclosure of Invention
Therefore, the invention provides an integrated detection method and system for code quality evaluation, which are based on continuous integrated detection of pre-construction and code quality evaluation, reduce the software code repair cost and improve the research and development efficiency.
According to the design scheme provided by the invention, an integrated detection method for code quality evaluation is provided, which comprises the following steps:
acquiring a target warehouse branch code pre-submitted by the code to be detected according to the code to be detected, and merging the target warehouse branch code and the target warehouse branch code;
carrying out static detection on the combined codes through scanning and recording detection results; translating the combined codes into a file to be compiled through a preset execution script, compiling the file to be compiled by utilizing a preset compiling environment to construct an executable file, and recording the construction result of the executable file; acquiring deployment environment configuration information according to the executable file, deploying the executable file to a corresponding test server to perform automatic case testing, and recording an automatic test result;
and comparing the static detection result, the executable file construction result and the automatic test result according to the preset code evaluation quality access control, and determining whether to push the codes to be detected to a target warehouse or not according to the comparison result.
As the integrated detection method for evaluating the code quality, the codes to be detected are further captured by monitoring and capturing the pre-submitted information branched to the target warehouse.
As the integrated detection method for evaluating the code quality, the codes to be detected are temporarily stored locally before the codes to be detected and the target warehouse branch codes are combined.
As an integrated detection method for code quality evaluation, the code to be detected and the target warehouse branch code are further subjected to code merging by git.
As an integrated detection method for code quality evaluation, the invention further obtains files to be compiled and corresponding compiling environment information for different system platforms by using a preset execution script for the merged codes, and builds an executable file by compiling the files to be compiled.
As an integrated detection method for code quality evaluation, the codes to be detected are pushed to a target warehouse branch and the locally temporarily stored codes to be detected are cleared if the access control requirements of the code quality evaluation are met according to the comparison result; and if the code evaluation quality access control requirement is not met, the code to be detected is not allowed to be pushed to the target warehouse branch.
Further, the present invention also provides an integrated detection system for code quality assessment, comprising: a main server and a plurality of sub-servers, wherein,
the system comprises a main server, a code quality evaluation module and a code scanning and checking module, wherein the main server is preset with a static detection module for code scanning and checking, an automatic deployment module for deploying a test server according to environment configuration information of an executable file and triggering the automatic test server to perform automatic test verification, and the code quality evaluation module for comparing and evaluating a static detection result, an executable file construction result and an automatic test result according to preset quality access control;
the plurality of sub-servers includes: the system comprises a test server, an automatic test server, a code hosting server and a continuous integration server, wherein the code hosting server is used for monitoring a submission request of a code to be detected and storing the submission request and target warehouse branch information, and the continuous integration server is used for merging the code to be detected and the target warehouse branch code according to a feedback signal of the code hosting server and acquiring a file to be compiled through a preset execution script to construct an executable file.
As an integrated detection system for code quality evaluation of the present invention, further, the code quality evaluation module further includes: and the trigger pushing unit is used for pushing the codes to be detected meeting the quality access control requirement to a target code warehouse branch and prompting the code hosting server to clear the relevant information temporarily stored locally.
The invention has the beneficial effects that:
the method integrates and detects the partial codes in advance before the codes are merged into the specified warehouse branch so as to ensure that the newly submitted codes meet the preset quality requirement, and quickly feeds back a response to developers according to an evaluation result; the problems are found in advance, the defect repair cost is reduced to the maximum extent, the research and development efficiency is improved, and the method has a good application prospect.
Description of the drawings:
FIG. 1 is a flow chart of an integrated detection method for evaluating code quality in an embodiment;
FIG. 2 is a schematic block diagram of an integrated detection system for code quality evaluation in an embodiment.
The specific implementation mode is as follows:
in order to make the objects, technical solutions and advantages of the present invention clearer and more obvious, the present invention is further described in detail below with reference to the accompanying drawings and technical solutions.
The embodiment of the invention provides an integrated detection method for code quality evaluation, which comprises the following steps: acquiring a target warehouse branch code pre-submitted by the code to be detected according to the code to be detected, and merging the target warehouse branch code and the target warehouse branch code; carrying out static detection on the combined codes through scanning and recording detection results; translating the combined codes into a file to be compiled through a preset execution script, compiling the file to be compiled by utilizing a preset compiling environment to construct an executable file, and recording the construction result of the executable file; acquiring deployment environment configuration information according to the executable file, deploying the executable file to a corresponding test server to perform automatic case testing, and recording an automatic test result; and comparing the static detection result, the executable file construction result and the automatic test result according to the preset code evaluation quality access control, and determining whether to push the codes to be detected to a target warehouse or not according to the comparison result. By adopting the mode of pre-constructing, pushing the codes to the code base after the detection and evaluation are passed, the coding and integration errors of the codes can be found as early as possible, the problem codes are prevented from entering the code base, the product quality is effectively guaranteed, the automatic quality inspection saves a large amount of manual examination and verification cost, meanwhile, developers can also quickly obtain feedback, the subsequent continuous integration efficiency is improved, and the overall working flow of the team is optimized; integrating and detecting the partial codes in advance before the codes are merged into the specified warehouse branch so as to ensure that the newly submitted codes meet the preset quality requirement, and quickly feeding back a response to a developer according to an evaluation result; the problem is found in advance, the defect repair cost is reduced to the maximum extent, and the research and development efficiency is improved.
Further, based on the foregoing method, an embodiment of the present invention further provides an integrated detection system for code quality evaluation, including: a main server and a plurality of sub-servers, wherein,
the system comprises a main server, a code quality evaluation module and a code scanning and checking module, wherein the main server is preset with a static detection module for code scanning and checking, an automatic deployment module for deploying a test server according to environment configuration information of an executable file and triggering the automatic test server to perform automatic test verification, and the code quality evaluation module for comparing and evaluating a static detection result, an executable file construction result and an automatic test result according to preset quality access control;
the plurality of sub-servers includes: the system comprises a test server, an automatic test server, a code hosting server and a continuous integration server, wherein the code hosting server is used for monitoring a submission request of a code to be detected and storing the submission request and target warehouse branch information, and the continuous integration server is used for merging the code to be detected and the target warehouse branch code according to a feedback signal of the code hosting server and acquiring a file to be compiled through a preset execution script to construct an executable file.
And integrating and detecting the partial codes in advance before the codes are merged into the specified warehouse branch so as to ensure that the newly submitted codes meet the preset quality requirement, and quickly feeding back a response to the developer according to an evaluation result. The problem is found in advance, the defect repair cost is reduced to the maximum extent, and the research and development efficiency is improved.
Further, referring to fig. 1, the detailed steps of the integrated detection method in the present disclosure can be described as follows:
step 1, a developer carries out pre-submission to a target warehouse branch, captures the submission action through a change detection module preset in a code hosting server, and temporarily stores all relevant information submitted at this time to the code hosting server;
step 2, pulling the pre-submitted code and the code of the target warehouse branch to a continuous integration server, and combining the pre-submitted code and the code of the target warehouse branch into a latest complete code in a git patch mode by a code combining module preset in the continuous integration server;
step 2-1, the main server monitors and acquires information pre-submitted by developers from a code hosting server;
step 2-2, the main server obtains a target warehouse branch based on the monitored information and pushes target warehouse branch information to the continuous integration server;
and 2-3, acquiring the code of the target warehouse branch by the continuous integration server based on the target warehouse branch information, and combining the code of the target warehouse branch with the code pre-submitted at this time into a latest complete code in a git patch mode.
Step 3, after the merging is completed, triggering a static detection module preset in the main server to scan and check the latest complete code, and recording a static code check result;
step 4, translating the successfully combined complete codes into files to be compiled aiming at different system platforms through a preset execution script, acquiring preset compiling environment information through the script, compiling the files to be compiled by a compiling module to construct an executable file, and recording a constructing result;
providing information required for compiling the corresponding warehouse to a compiling module of the continuous integration server by the main server; and after the compiling is finished, the continuous integration server pushes continuous integration information and the compiling result to the main server.
Step 5, acquiring deployment environment configuration information according to the executable file, deploying the executable file to a specified test server, and triggering an automatic test verification process;
step 6, running the existing automatic test case by the automatic test server, recording the case passing condition, and forming an automatic test result;
and returning the automatic test result to the main server by the automatic test server for evaluation by the code quality evaluation module.
And 7, automatically acquiring a static code inspection result, a construction result and an automatic test result by a code quality evaluation module preset by the main server through a script, comparing the static code inspection result, the construction result and the automatic test result with a preset quality access control, and determining whether to push the code pre-submitted this time to a code library according to a comparison result.
After comparing the access control information with the preset quality access control information, the method further comprises the following steps: if the code meets the requirements, the script is triggered to push the code pre-submitted to the code library, and the code hosting server is prompted to clear the pre-submitted code temporarily stored in the local; and if the requirements are not met, the pre-submitted codes are not allowed to be pushed to the code base.
According to actual use requirements, the main server can also push evaluation result information of the code quality evaluation module to the code hosting server so as to be inquired and obtained by developers.
Further, as shown in fig. 2, in the integrated detection system in the embodiment of the present disclosure, the main server provides unified management and external services, and the sub-server completes a specific service function, where the sub-server includes: the system comprises a code hosting server, a continuous integration server, a test server and an automatic test server; the main server is preset with a static detection module, an automatic deployment module and a code quality evaluation module; the code hosting server is preset with a change detection module; the continuous integration server is preset with a code merging module and a compiling module. The modules in fig. 2 may be specifically designed as follows:
the change detection module is used for monitoring all code submission requests, storing submission request information and target warehouse branch information, and triggering the continuous integration server to pull corresponding codes;
the code merging module is used for merging the codes submitted by the developers and the codes of the target warehouse branches in the form of git patch to form a latest complete code;
the static detection module is used for triggering static code detection on the changed codes according to the merging completion condition and recording the static code detection result; meanwhile, the static detection module can also upload the static code inspection result to a designated server, and a code submitter and related personnel with configured authority can access the code static inspection result;
the compiling module translates the successfully combined complete codes into files to be compiled aiming at different system platforms through a preset execution script, acquires preset compiling environment information through the script, compiles the files to be compiled to construct executable files through the compiling module, and records a constructing result; if the compiling fails, storing the compiling failure result and the error information to a specified position, and notifying a code submitting person and related persons through mails;
the automatic deployment module acquires deployment environment configuration information according to the executable file, deploys the executable file to a specified test server and triggers an automatic test verification process;
the code quality evaluation module automatically acquires a static code inspection result, a construction result and an automatic test result through a script, compares the static code inspection result, the construction result and the automatic test result with a preset quality access control, and determines whether to push the code pre-submitted this time to a code library according to the comparison result; specifically, after the requirement is met, the script is triggered to push the submitted code to the code base, if the requirement is not met, the code pre-submitted code is not allowed to be pushed to the code base, and a code submitting person and related persons are notified to correct the code through mails.
Based on the above method and/or system, the present embodiment further provides an integrated detection apparatus for code quality evaluation, including a memory and a processor, which are connected to each other, wherein the memory is used for storing a computer program, and the processor is used for reading the computer program and executing the integrated detection method.
Based on the above methods and/or systems, embodiments of the present disclosure further provide a computer-readable storage medium having instructions stored thereon, where the instructions, when executed on a computer, perform the integrated detection method described above.
Unless specifically stated otherwise, the relative steps, numerical expressions, and values of the components and steps set forth in these embodiments do not limit the scope of the present invention.
It is clear to those skilled in the art that, for convenience and brevity of description, the specific working processes of the system and the apparatus described above may refer to the corresponding processes in the foregoing system embodiments, and are not described herein again.
In all examples shown and described herein, any particular value should be construed as merely exemplary, and not as a limitation, and thus other examples of example embodiments may have different values.
The flowchart and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of systems, and computer program products according to various embodiments of the present invention. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems which perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
In addition, functional units in the embodiments of the present invention may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit.
The functions, if implemented in the form of software functional units and sold or used as a stand-alone product, may be stored in a non-volatile computer-readable storage medium executable by a processor. Based on such understanding, the technical solution of the present invention may be embodied in the form of a software product, which is stored in a storage medium and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute all or part of the steps of the system according to the embodiments of the present invention. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk, and other various media capable of storing program codes.
Finally, it should be noted that: the above-mentioned embodiments are only specific embodiments of the present invention, which are used for illustrating the technical solutions of the present invention and not for limiting the same, and the protection scope of the present invention is not limited thereto, although the present invention is described in detail with reference to the foregoing embodiments, those skilled in the art should understand that: any person skilled in the art can modify or easily conceive the technical solutions described in the foregoing embodiments or equivalent substitutes for some technical features within the technical scope of the present disclosure; such modifications, changes or substitutions do not depart from the spirit and scope of the embodiments of the present invention, and they should be construed as being included therein. Therefore, the protection scope of the present invention shall be subject to the protection scope of the claims.
Claims (10)
1. An integrated detection method for code quality assessment, comprising:
acquiring a target warehouse branch code pre-submitted by the code to be detected according to the code to be detected, and merging the target warehouse branch code and the target warehouse branch code;
carrying out static detection on the combined codes through scanning and recording detection results; translating the combined codes into a file to be compiled through a preset execution script, compiling the file to be compiled by utilizing a preset compiling environment to construct an executable file, and recording the construction result of the executable file; acquiring deployment environment configuration information according to the executable file, deploying the executable file to a corresponding test server to perform automatic case testing, and recording an automatic test result;
and comparing the static detection result, the executable file construction result and the automatic test result according to the preset code evaluation quality access control, and determining whether to push the codes to be detected to a target warehouse or not according to the comparison result.
2. The integrated detection method for code instruction evaluation according to claim 1, characterized in that the code to be detected is captured by listening and capturing pre-commit information branching to the target repository.
3. The integrated detection method for code quality assessment according to claim 1, wherein the codes to be detected are temporarily stored locally before the codes to be detected and the target warehouse branch codes are merged.
4. The integrated detection method for code quality assessment according to claim 1, 2 or 3, characterized in that for the code to be detected and the target warehouse branch code, the two are code merged by git.
5. The integrated detection method for code quality assessment according to claim 1, wherein for the merged code, the files to be compiled and the corresponding compiling environment information for different system platforms are obtained by using a preset execution script, and the executable file is constructed by compiling the files to be compiled.
6. The integrated detection method for code quality assessment according to claim 3, characterized in that according to the comparison result, if the code assessment quality access control requirement is met, the codes to be detected are pushed to a target warehouse branch, and the locally temporarily stored codes to be detected are cleared; and if the code evaluation quality access control requirement is not met, the code to be detected is not allowed to be pushed to the target warehouse branch.
7. An integrated detection system for code quality assessment, comprising: a main server and a plurality of sub-servers, wherein,
the system comprises a main server, a code quality evaluation module and a code scanning and checking module, wherein the main server is preset with a static detection module for code scanning and checking, an automatic deployment module for deploying a test server according to environment configuration information of an executable file and triggering the automatic test server to perform automatic test verification, and the code quality evaluation module for comparing and evaluating a static detection result, an executable file construction result and an automatic test result according to preset quality access control;
the plurality of sub-servers includes: the system comprises a test server, an automatic test server, a code hosting server and a continuous integration server, wherein the code hosting server is used for monitoring a submission request of a code to be detected and storing the submission request and target warehouse branch information, and the continuous integration server is used for merging the code to be detected and the target warehouse branch code according to a feedback signal of the code hosting server and acquiring a file to be compiled through a preset execution script to construct an executable file.
8. The integrated detection system for code quality assessment according to claim 7, wherein said code quality assessment module further comprises: and the trigger pushing unit is used for pushing the codes to be detected meeting the quality access control requirement to a target code warehouse branch and prompting the code hosting server to clear the relevant information temporarily stored locally.
9. An integrated detection device for code quality assessment, comprising a memory and a processor connected to each other, wherein the memory is used for storing a computer program, and the processor is used for reading the computer program and executing the integrated detection method according to any one of claims 1 to 6.
10. A computer-readable storage medium having stored thereon instructions which, when run on a computer, perform an integrated detection method according to any one of claims 1 to 6.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202110446925.9A CN112988594A (en) | 2021-04-25 | 2021-04-25 | Integrated detection method and system for code quality evaluation |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202110446925.9A CN112988594A (en) | 2021-04-25 | 2021-04-25 | Integrated detection method and system for code quality evaluation |
Publications (1)
Publication Number | Publication Date |
---|---|
CN112988594A true CN112988594A (en) | 2021-06-18 |
Family
ID=76341678
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN202110446925.9A Withdrawn CN112988594A (en) | 2021-04-25 | 2021-04-25 | Integrated detection method and system for code quality evaluation |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN112988594A (en) |
Cited By (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN113282517A (en) * | 2021-07-21 | 2021-08-20 | 支付宝(杭州)信息技术有限公司 | Quality evaluation system of intelligent contract code |
CN113419963A (en) * | 2021-07-14 | 2021-09-21 | 上海浦东发展银行股份有限公司 | Method, device, equipment and storage medium for integrating programming language items |
CN113656316A (en) * | 2021-08-20 | 2021-11-16 | 上海通联金融服务有限公司 | Method for realizing compiling and scanning of Java project based on Jenkins + Sonar |
CN113792189A (en) * | 2021-09-30 | 2021-12-14 | 中国人民解放军国防科技大学 | Crowd-sourcing software development contribution efficiency evaluation method, device, equipment and medium |
CN113946831A (en) * | 2021-10-18 | 2022-01-18 | 哈尔滨工业大学 | Cross-platform new software based on micro-service, new system security risk analysis method, computer and storage medium |
CN114490319A (en) * | 2021-12-21 | 2022-05-13 | 博思数采科技发展有限公司 | Distributed continuous integration automatic test method and system |
CN114880220A (en) * | 2022-05-05 | 2022-08-09 | 一汽解放汽车有限公司 | Development system and method for vehicle automatic driving software |
-
2021
- 2021-04-25 CN CN202110446925.9A patent/CN112988594A/en not_active Withdrawn
Cited By (10)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN113419963A (en) * | 2021-07-14 | 2021-09-21 | 上海浦东发展银行股份有限公司 | Method, device, equipment and storage medium for integrating programming language items |
CN113419963B (en) * | 2021-07-14 | 2022-12-13 | 上海浦东发展银行股份有限公司 | Method, device, equipment and storage medium for integrating programming language items |
CN113282517A (en) * | 2021-07-21 | 2021-08-20 | 支付宝(杭州)信息技术有限公司 | Quality evaluation system of intelligent contract code |
CN113656316A (en) * | 2021-08-20 | 2021-11-16 | 上海通联金融服务有限公司 | Method for realizing compiling and scanning of Java project based on Jenkins + Sonar |
CN113792189A (en) * | 2021-09-30 | 2021-12-14 | 中国人民解放军国防科技大学 | Crowd-sourcing software development contribution efficiency evaluation method, device, equipment and medium |
CN113792189B (en) * | 2021-09-30 | 2024-05-14 | 中国人民解放军国防科技大学 | Method, device, equipment and medium for evaluating contribution efficiency of crowd-sourced software development |
CN113946831A (en) * | 2021-10-18 | 2022-01-18 | 哈尔滨工业大学 | Cross-platform new software based on micro-service, new system security risk analysis method, computer and storage medium |
CN113946831B (en) * | 2021-10-18 | 2024-04-05 | 哈尔滨工业大学 | Cross-platform new software based on micro-service, new system security risk analysis method, computer and storage medium |
CN114490319A (en) * | 2021-12-21 | 2022-05-13 | 博思数采科技发展有限公司 | Distributed continuous integration automatic test method and system |
CN114880220A (en) * | 2022-05-05 | 2022-08-09 | 一汽解放汽车有限公司 | Development system and method for vehicle automatic driving software |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN112988594A (en) | Integrated detection method and system for code quality evaluation | |
US10657030B2 (en) | System and method for testing software in a multi-platform testing environment | |
EP3265916B1 (en) | A method for identifying a cause for a failure of a test | |
CN108776643B (en) | Target code merging control method and system based on version control process | |
CN109840194B (en) | Method and system for detecting configuration file | |
US11544048B1 (en) | Automatic custom quality parameter-based deployment router | |
US10635575B2 (en) | Testing of enterprise resource planning systems | |
CN112148614B (en) | Regression testing method and device | |
JP2019028913A (en) | Test execution control program, text execution control method, and test execution control device | |
CN114880220A (en) | Development system and method for vehicle automatic driving software | |
EP3514680B1 (en) | Identification of changes in functional behavior and runtime behavior of a system during maintenance cycles | |
CN106909434B (en) | Method and device for detecting undefined function in executable program | |
CN116594635A (en) | Cloud primary continuous integration and delivery method and device | |
CN116599881A (en) | Cloud platform tenant modeling test method, device, equipment and storage medium | |
CN114416140B (en) | Upgrade method and device based on ECU | |
CN110674038A (en) | Method and device for classifying error information in software test | |
CN113626232B (en) | Method, device, equipment and readable medium for checking server log | |
CN115167896A (en) | Method and device for updating software version, storage medium and electronic equipment | |
CN113946828A (en) | Vulnerability scanning method and vulnerability scanning device of industrial control system | |
CN111209197B (en) | Application continuous integration test method, system, equipment and storage medium | |
CN113568834A (en) | SDK code compatibility detection method, device, computer equipment and medium | |
CN112416799A (en) | Code quality early warning method and device, electronic equipment and storage medium | |
CN105183530A (en) | Module loading method and system based on K-UNIX core | |
CN111143229A (en) | Software testing method and device, computer equipment and computer readable storage medium | |
CN116418655B (en) | TBOX fault repairing method and system |
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 | ||
WW01 | Invention patent application withdrawn after publication |
Application publication date: 20210618 |
|
WW01 | Invention patent application withdrawn after publication |