CN113051582B - Computer software technology development and debugging system - Google Patents

Computer software technology development and debugging system Download PDF

Info

Publication number
CN113051582B
CN113051582B CN202110470025.8A CN202110470025A CN113051582B CN 113051582 B CN113051582 B CN 113051582B CN 202110470025 A CN202110470025 A CN 202110470025A CN 113051582 B CN113051582 B CN 113051582B
Authority
CN
China
Prior art keywords
computer software
fault
debugging
fault codes
module
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
Application number
CN202110470025.8A
Other languages
Chinese (zh)
Other versions
CN113051582A (en
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.)
Chongqing College of Electronic Engineering
Original Assignee
Chongqing College of Electronic Engineering
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 Chongqing College of Electronic Engineering filed Critical Chongqing College of Electronic Engineering
Priority to CN202110470025.8A priority Critical patent/CN113051582B/en
Publication of CN113051582A publication Critical patent/CN113051582A/en
Application granted granted Critical
Publication of CN113051582B publication Critical patent/CN113051582B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/50Monitoring users, programs or devices to maintain the integrity of platforms, e.g. of processors, firmware or operating systems
    • G06F21/57Certifying or maintaining trusted computer platforms, e.g. secure boots or power-downs, version controls, system software checks, secure updates or assessing vulnerabilities
    • G06F21/577Assessing vulnerabilities and evaluating computer system security
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/362Software debugging
    • G06F11/3628Software debugging of optimised code
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • G06F11/3672Test management
    • G06F11/3684Test management for test design, e.g. generating new test cases
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • G06F11/3672Test management
    • G06F11/3688Test management for test execution, e.g. scheduling of test suites
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2221/00Indexing scheme relating to security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F2221/03Indexing scheme relating to G06F21/50, monitoring users, programs or devices to maintain the integrity of platforms
    • G06F2221/033Test or assess software
    • 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

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Security & Cryptography (AREA)
  • Quality & Reliability (AREA)
  • Software Systems (AREA)
  • Computing Systems (AREA)
  • Stored Programmes (AREA)

Abstract

The invention discloses a computer software technology development and debugging system, which belongs to the technical field of computer software and provides the following scheme: the computer software technology development debugging system comprises: the operation test module inputs parameters and sets execution conditions to perform operation test on the computer software and output a test result; the main control module compares the test result of the computer software with a preset result according to the corresponding test case library to acquire fault codes in the running process of the computer software and counts the number of the fault codes; the first debugging module is used for comparing and debugging the fault codes of the computer software based on the fault code library when the number of the fault codes of the computer software is less than or equal to the preset number of the fault codes; and the second debugging module is used for carrying out risk troubleshooting on the computer software based on the vulnerability code base and the fault code base and debugging the computer software when the number of the fault codes is larger than the preset number of the fault codes. The invention improves the running reliability of the computer software.

Description

Computer software technology development and debugging system
Technical Field
The invention relates to the technical field of computer software, in particular to a computer software technology development and debugging system.
Background
Computer software technology development is a process of building a software system or a software part in the system according to user requirements, and is a system engineering including requirement capture, requirement analysis, design, implementation and test. Software is typically implemented in a programming language and is typically developed using software development tools.
Computer software refers to programs in computer systems that are descriptions of processing objects and processing rules for computational tasks, and their documentation to facilitate understanding of the declarative data needed by the programs. Computer software is specifically divided into system software and application software, and includes not only programs that can run on a computer, but files related to these programs are also generally considered to be part of the software. The general process of the software design idea and method comprises the algorithms and methods for designing the functions and implementation of software, the overall structural design and module design of software, programming and debugging, program joint debugging and testing, and writing and submitting programs.
However, in the current process of developing computer software, when a developer develops the computer software, due to carelessness of the developer or limitations of programming languages, some bugs, defects, even malicious codes are implanted, and the like, the developed computer software cannot normally run or the running result is wrong, so that the safety is poor, and the reliability is low.
Disclosure of Invention
The invention aims to solve the technical problem of providing a computer software technology development and debugging system, and aims to solve the problems of vulnerability, defect and the like in the computer software development process and needing to be debugged and perfected for multiple times, thereby improving the reliability of computer software operation.
The basic scheme provided by the invention is as follows:
a computer software technology development debugging system, the computer software technology development debugging system comprising:
the operation test module is used for inputting parameters and setting execution conditions so as to perform operation test on the computer software and output a test result;
the main control module is used for comparing the test result of the computer software with a preset result according to the corresponding test case library so as to obtain fault codes in the running process of the computer software and counting the number of the fault codes;
the first debugging module is used for comparing and debugging fault codes in the running process of the computer software based on a fault code library when the quantity of the fault codes of the computer software is less than or equal to the preset quantity of the fault codes;
and the second debugging module is used for debugging the computer software after risk troubleshooting is carried out on the computer software based on the vulnerability code library and the fault code library when the number of the fault codes of the computer software is larger than the preset number of the fault codes.
The principle of the basic scheme of the invention is as follows:
in the scheme, the computer software technology development and debugging system is provided with an operation test module, a main control module, a first debugging module and a second debugging module, the developed computer software is subjected to operation test, and risk troubleshooting and debugging are performed according to the test result of the computer software. Specifically, the output end of the running test module is connected with the input end of the main control module, a test result is output to the main control module after running test is carried out on the computer software, and the main control module compares the test result of the computer software with a preset result based on a test case library corresponding to the computer software so as to obtain a fault code in the running process of the computer software and count the fault code; the output end of the main control module is respectively connected with the first debugging module and the second debugging module, and when the number of the fault codes of the computer software acquired by the main control module is less than or equal to the preset number of the fault codes, the first debugging module is controlled to directly compare and debug the computer software according to the fault code library; when the number of the fault codes of the computer software acquired by the main control module is larger than the preset number of the fault codes, the second debugging module is controlled to carry out risk troubleshooting on the computer software according to the vulnerability code base, and after the second debugging module carries out risk troubleshooting on the computer software, the computer software is compared and debugged according to the fault code base.
The basic scheme has the beneficial effects that:
(1) In the scheme, the test result output by the running test module is compared with the preset result through the control of the main control module, and the fault code in the running process of the computer software is obtained based on the test case library corresponding to the computer software, so that the system can conveniently and pertinently debug and optimize the fault in the computer software, and the debugging efficiency of the computer software technology development and debugging system is improved.
(2) In the scheme, the first debugging module is combined with the fault code library, and the second debugging module is combined with the vulnerability code library and the fault code library to carry out risk investigation on the computer software, compare debugging optimization, enable the computer software to run more stably, and improve the running reliability of the computer software.
(3) According to the scheme, risk investigation is carried out on the computer software based on the bug code library, the influence of various malicious codes, backdoors and bug codes on the stability of the computer software on the Internet is avoided, meanwhile, the computer software is tested and optimized based on the fault code library, the problem codes of the computer software are identified, the fault codes of the computer software are easier to repair in an auxiliary mode, and the debugging safety of the computer software is improved.
Further, the computer software technology development debugging system further comprises:
and the fault code library construction module is used for constructing the fault code library by acquiring the computer software fault codes judged by the main control module.
Through the construction of the fault code library, the comparison and analysis of the computer software faults are facilitated, and the debugging optimization of the computer software is better performed by combining the test case library corresponding to the computer software.
Further, the computer software technology development debugging system further comprises:
and the fault code base updating module is used for updating the fault codes after the last computer software test to the fault code base to be used as comparison data of the next computer software test.
The fault code base updating module arranged in the computer software technology development and debugging system stores the fault code after the computer software is tested each time into the fault code base, so that when the computer software fails again, the fault code corresponding to the computer software can be found out more quickly, and the debugging efficiency of the computer software is improved.
Further, the fault code library comprises all fault codes in the computer software historical test, so that the computer software can be debugged and optimized more quickly after encountering the same fault in the subsequent test.
Further, the vulnerability code base is constructed on the basis of the CVE, and the vulnerability code base comprises vulnerability code segments of computer software, vulnerability information, patch information and vulnerability information including code segments after being repaired.
In the scheme, the vulnerability code base is constructed based on the CVE, so that the vulnerability code base has more complete hole leakage information which can be related to computer software, risk investigation on the tested computer software is facilitated, and the reliability of vulnerability investigation of a computer software technology development debugging system is improved.
Further, the second debugging module is further used for cross-comparing the fault codes in the running process of the computer software with the vulnerability code base when the number of the fault codes of the computer software is larger than the preset number of the fault codes so as to carry out risk investigation on the computer software.
The second debugging module is used for performing cross comparison on the computer software fault codes and the codes in the vulnerability code base, so that risks of the computer software are easier to check, and the running safety of the computer software is improved.
Further, the computer software technology development debugging system further comprises:
and the vulnerability retrieval module is used for constructing a vulnerability keyword retrieval list containing common vulnerabilities of the computer software according to the vulnerability code base so as to retrieve and position the vulnerability codes of the computer software.
The computer software technology development and debugging system is convenient for retrieving and positioning the computer software bug codes through the setting of the bug retrieval module, and improves the bug troubleshooting efficiency and the security of the computer software technology development and debugging system.
Furthermore, the computer software comprises self-development software and external open software, so that the debugging range of the computer software technology development and debugging system to the computer software is enlarged, and the adaptability of the system is improved.
Drawings
FIG. 1 is a schematic structural diagram of an embodiment of a computer software technology development debugging system of the present invention;
FIG. 2 is a schematic structural diagram of another embodiment of the computer software development debugging system of the present invention.
Detailed Description
The following is further detailed by way of specific embodiments:
reference numerals in the drawings of the specification include: the system comprises a software development module 10, an operation test module 20, a main control module 30, a first debugging module 40, a second debugging module 50, a fault code library construction module 60, a fault code library updating module 70 and a vulnerability retrieval module 80.
In one embodiment, referring to fig. 1 and fig. 2, a computer software technology development debugging system includes:
the operation test module 20 is used for inputting parameters and setting execution conditions so as to perform operation test on the computer software and output a test result;
the main control module 30 is configured to compare a test result of the computer software with a preset result according to a corresponding test case library to obtain a fault code in an operation process of the computer software, and count the number of the fault codes;
the first debugging module 40 is configured to, when the number of fault codes of the computer software is less than or equal to a preset number of fault codes, compare and debug the fault codes in the running process of the computer software based on a fault code library;
and the second debugging module 50 is configured to, when the number of the fault codes of the computer software is greater than the preset number of the fault codes, perform risk troubleshooting on the computer software based on the bug code base and the fault code base, and then debug the computer software.
In this embodiment, the computer software technology development and debugging system further includes a computer device and a software development module 10; the software development module 10 is used for developing computer software through a software development tool, and using a computer device as an operation carrier of a computer software technology development and debugging system, so that the computer software can be operated, and parameters are input and execution conditions are set through an input device of the computer device, so that the computer software developed by the software development module 10 is operated and tested based on the operation test module 20, and a test result is output. It is understood that the software development tool may include, but is not limited to, one or a combination of several of a function module, a coding module, a comprehensive test module and a component module, and the input device may be, but is not limited to, a mouse, a keyboard, a touch pad, and the like.
In this embodiment, for the test of the computer software, the computer software may be a self-development software or an external open software, and in the following embodiments, for example, a piece of air quality detection software needs to be tested and optimized for debugging based on the test result. The air quality detection software can be self-developed software or externally opened software, specifically, input parameter data of the air quality detection software is input through input equipment of computer equipment, execution conditions of the air quality detection software are set, the air quality detection software is operated through the operation test module 20 based on the input parameter data, and a test result is output; the main control module 30 compares the test result with the preset result of the air quality detection software according to the test case library corresponding to the air quality detection software to determine whether the test result of the air quality detection software meets the preset result value, and when the deviation of the test result is large, acquires the fault codes in the air quality detection software and counts the number of the fault codes. When the number of fault codes of the air quality detection software acquired by the main control module 30 is less than or equal to the preset number of fault codes, controlling the first debugging module 40 to directly compare and debug the air quality detection software according to the fault code library; when the number of the fault codes of the air quality detection software acquired by the main control module 30 is greater than the preset number of the fault codes, the second debugging module 50 is controlled to perform risk troubleshooting on the air quality detection software according to the bug code library, and after the second debugging module 50 performs risk troubleshooting on the air quality detection software, the air quality detection software is compared and debugged according to the fault code library. The air quality detection software is more stable to operate through the scheme, and the operation reliability of the air quality detection software is improved.
In one embodiment, when the air quality detection software is a self-development software, the first debugging module 40 may also be used to perform debugging optimization directly according to the fault code library to troubleshoot the problem of the air quality detection software; when the air quality detection software is external computer software, risk checking may be performed based on the bug code library, and then debugging and optimization are performed according to the bug code library by the second debugging module 50. Or the air quality detection software is self-development software, when the number of fault codes acquired by the main control module 30 is less than or equal to the preset number of fault codes, the fault codes in the running process of the air quality detection software are debugged and optimized based on the fault code library, and when the number of fault codes acquired by the main control module 30 is greater than the preset number of fault codes, the fault codes in the running process of the air quality detection software are debugged and optimized based on the fault code library; for the air quality detection software which is external computer software, risk investigation needs to be performed based on the bug code base, and then debugging optimization is performed according to the fault code base by the second debugging module 50. Through the scheme, the air quality detection software is more stable in operation, and the reliability of the operation of the air quality detection software is improved.
It is to be understood that the risk investigation in the above embodiments is to investigate a vulnerability, malicious code, and the like of the air quality detection software. The number of the preset fault codes can be, but is not limited to, 2, 3 and the like, and is set according to the actual application scenario of the computer software. The test case is a description of a test task performed on a specific software product, and embodies a test scheme, a method, a technology and a strategy. The contents of the test object, the test environment, the input data, the test steps, the expected results, the test scripts and the like are included, and finally, a document is formed. That is, a test case is a set of test inputs, execution conditions, and expected results tailored for a particular purpose to verify that a particular software requirement is met.
In an embodiment, referring to fig. 2, the system for developing and debugging computer software technology includes a fault code library constructing module 60, configured to obtain a computer software fault code judged by the main control module 30, so as to construct a fault code library, that is, the main control module 30 stores the obtained fault code after each test of the computer software, constructs a fault code library according to the stored computer software fault code, and updates the fault code after the last test of the computer software to the fault code library through a fault code library updating module 70, so as to serve as comparison data for the next test of the computer software. It can be understood that after each test of the computer software, the existing fault codes are updated to the fault code library, the fault code library includes all fault codes in the historical test of the computer software, and when the same or similar fault codes are encountered in multiple continuous tests after the development of the computer software is completed, the first debugging module 40 and the second debugging module 50 in the computer software technology development and debugging system can more easily perform debugging optimization on the computer software, so that the running reliability of the computer software is improved, and meanwhile, the debugging efficiency of the computer software technology development and debugging system is improved.
In an embodiment, the fault code library has fault code data of a plurality of different computer software, and the fault code data of each computer software can be classified so as to classify the fault code of each computer software into a fault code set, so that a computer software technology development and debugging system can debug and optimize the corresponding computer software more conveniently. Further, the main control module 30 may also extract the same or similar fault codes existing between different computer software, and analyze and process the same or similar fault codes, so as to analyze the cause of the similar fault problem and avoid the similar fault occurring during the development of the computer software.
In an embodiment, referring to fig. 2, a vulnerability code base is constructed based on a CVE (universal vulnerability information base), and the vulnerability code base includes vulnerability information including vulnerability code segments, vulnerability information, patch information, and post-fix code segments of computer software. The second debugging module 50 is further configured to, when the number of fault codes of the air quality detection software is greater than the preset number of fault codes, cross-compare the fault codes in the operation process of the air quality detection software with the bug code base to perform risk check on the air quality detection software, identify bug code segments, bug information and the like that may exist in the air quality detection software, and debug and optimize the air quality detection software through the second debugging module 50, thereby improving the safety and reliability of the air quality detection software.
Further, the vulnerability retrieval module 80 in the computer software technology development and debugging system constructs a vulnerability keyword retrieval list containing common vulnerabilities of the air quality detection software according to the vulnerability code base, and can retrieve and locate the vulnerability codes of the air quality detection software based on semantics and grammar, so that the computer software technology development and debugging system can better and more quickly troubleshoot and debug and optimize risk information of the air quality detection software. It should be noted that the vulnerability keyword search list may be, for example, heap overflow, stack overflow and integer overflow vulnerability search information, and the language capable of supporting vulnerability search at least includes: JAVA, JSP, PHP.
The foregoing are merely exemplary embodiments of the present invention, and no attempt is made to show structural details of the invention in more detail than is necessary for the fundamental understanding of the art, the description taken with the drawings making apparent to those skilled in the art how the several forms of the invention may be embodied in practice with the teachings of the invention. It should be noted that, for those skilled in the art, without departing from the structure of the present invention, several changes and modifications can be made, which should also be regarded as the protection scope of the present invention, and these will not affect the effect of the implementation of the present invention and the practicability of the patent. The scope of the claims of the present application shall be determined by the contents of the claims, and the description of the embodiments and the like in the specification shall be used to explain the contents of the claims.

Claims (7)

1. A computer software technology development debugging system, comprising:
the operation test module is used for inputting parameters and setting execution conditions so as to perform operation test on the computer software and output a test result;
the main control module is used for comparing the test result of the computer software with a preset result according to the corresponding test case library so as to obtain fault codes in the running process of the computer software and counting the number of the fault codes;
the first debugging module is used for comparing and debugging fault codes in the running process of the computer software based on a fault code library when the number of the fault codes of the computer software is less than or equal to the preset number of the fault codes;
the second debugging module is used for carrying out risk troubleshooting on the computer software based on the vulnerability code library and the fault code library and debugging when the number of fault codes of the computer software is larger than the preset number of fault codes;
the vulnerability code library comprises vulnerability code segments of computer software, vulnerability information, patch information and vulnerability information including repaired code segments, and the second debugging module is further used for comparing fault codes in the running process of the computer software with the vulnerability code library in a crossed mode when the quantity of the fault codes of the computer software is larger than the preset quantity of the fault codes so as to conduct risk investigation on the computer software.
2. The computer software technology development debugging system of claim 1, further comprising:
and the fault code base building module is used for acquiring the computer software fault codes judged by the main control module so as to build the fault code base.
3. The computer software technology development debugging system of claim 2, further comprising:
and the fault code base updating module is used for updating the fault codes after the last computer software test to the fault code base to be used as comparison data of the next computer software test.
4. The computer software technology development debugging system of claim 3 wherein said library of fault codes comprises all fault codes in a computer software historical test.
5. The computer software technology development debugging system of claim 1 wherein said vulnerability code base is built based on CVE.
6. The computer software technology development debugging system of claim 5, further comprising:
and the vulnerability retrieval module is used for constructing a vulnerability keyword retrieval list containing common vulnerabilities of the computer software according to the vulnerability code base so as to retrieve and position the vulnerability codes of the computer software.
7. The computer software technology development debugging system of any one of claims 1 to 6, wherein the computer software comprises self-development software and external open software.
CN202110470025.8A 2021-04-28 2021-04-28 Computer software technology development and debugging system Active CN113051582B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110470025.8A CN113051582B (en) 2021-04-28 2021-04-28 Computer software technology development and debugging system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110470025.8A CN113051582B (en) 2021-04-28 2021-04-28 Computer software technology development and debugging system

Publications (2)

Publication Number Publication Date
CN113051582A CN113051582A (en) 2021-06-29
CN113051582B true CN113051582B (en) 2023-03-14

Family

ID=76517849

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110470025.8A Active CN113051582B (en) 2021-04-28 2021-04-28 Computer software technology development and debugging system

Country Status (1)

Country Link
CN (1) CN113051582B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116662206B (en) * 2023-07-24 2024-02-13 泰山学院 Computer software online real-time visual debugging method and device

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104794055A (en) * 2015-04-27 2015-07-22 柳州市一呼百应科技有限公司 Development method for common software
CN105678169A (en) * 2015-12-30 2016-06-15 西安胡门网络技术有限公司 Binary program vulnerability discovery method and system
CN105808434A (en) * 2016-03-07 2016-07-27 成都亿信标准认证集团有限公司 Software reliability test system
CN109542761A (en) * 2018-10-11 2019-03-29 平安科技(深圳)有限公司 Evaluation of Software Quality, device and storage medium
CN112306877A (en) * 2020-10-30 2021-02-02 山东山大电力技术股份有限公司 Power system fault operation and maintenance method and system
CN112347484A (en) * 2020-10-27 2021-02-09 杭州安恒信息技术股份有限公司 Software vulnerability detection method, device, equipment and computer readable storage medium
CN112597006A (en) * 2020-12-14 2021-04-02 中国航发控制系统研究所 Embedded software integration test automatic execution system and method

Family Cites Families (20)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101814053B (en) * 2010-03-29 2013-03-13 中国人民解放军信息工程大学 Method for discovering binary code vulnerability based on function model
CN102799822B (en) * 2012-07-11 2015-06-17 中国信息安全测评中心 Software running security measurement and estimation method based on network environment
CN103020529B (en) * 2012-10-31 2015-12-09 中国航天科工集团第二研究院七○六所 A kind of software vulnerability analytical approach based on model of place
CN104008183A (en) * 2014-06-10 2014-08-27 徐州重型机械有限公司 Vehicle fault code displaying method and device
CN104268085B (en) * 2014-10-24 2017-07-28 重庆邮电大学 A kind of discovering software vulnerabilities system and method based on attributes extraction
CN104573524A (en) * 2014-12-19 2015-04-29 中国航天科工集团第二研究院七〇六所 Fuzz testing method based on static detection
PL3331260T3 (en) * 2016-12-05 2021-10-11 Geotab Inc. Big telematics data network communication fault identification system method
CN109818763B (en) * 2017-11-20 2022-04-15 北京绪水互联科技有限公司 Equipment fault analysis and statistics method and system and equipment real-time quality control method and system
CN108470242B (en) * 2018-03-08 2022-03-22 创新先进技术有限公司 Risk management and control method, device and server
CN109522192B (en) * 2018-10-17 2020-08-04 北京航空航天大学 Prediction method based on knowledge graph and complex network combination
CN109657475A (en) * 2018-12-14 2019-04-19 平安城市建设科技(深圳)有限公司 Code vulnerabilities check method, apparatus, equipment and storage medium
CN110262786A (en) * 2019-06-12 2019-09-20 安徽嘉亨软件开发有限公司 A kind of software development system and method based on internet information
CN110414240A (en) * 2019-07-31 2019-11-05 浙江科技学院 A kind of computer software analysis system
CN110688300A (en) * 2019-08-13 2020-01-14 平安科技(深圳)有限公司 Compatibility testing method, device, equipment and storage medium
CN110704315B (en) * 2019-09-26 2022-10-25 天津津航计算技术研究所 Fault injection device for embedded software test
CN110928799B (en) * 2019-12-05 2023-03-21 锐捷网络股份有限公司 Software fault positioning method and device
CN111309609B (en) * 2020-02-13 2023-10-03 抖音视界有限公司 software processing system
CN112416799A (en) * 2020-12-03 2021-02-26 中国人寿保险股份有限公司 Code quality early warning method and device, electronic equipment and storage medium
CN112380542B (en) * 2021-01-18 2021-04-27 杭州弈鸽科技有限责任公司 Internet of things firmware vulnerability mining method and system based on error scene generation
CN113133583B (en) * 2021-04-28 2022-06-28 重庆电子工程职业学院 Multifunctional workbench for computer software developer

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104794055A (en) * 2015-04-27 2015-07-22 柳州市一呼百应科技有限公司 Development method for common software
CN105678169A (en) * 2015-12-30 2016-06-15 西安胡门网络技术有限公司 Binary program vulnerability discovery method and system
CN105808434A (en) * 2016-03-07 2016-07-27 成都亿信标准认证集团有限公司 Software reliability test system
CN109542761A (en) * 2018-10-11 2019-03-29 平安科技(深圳)有限公司 Evaluation of Software Quality, device and storage medium
CN112347484A (en) * 2020-10-27 2021-02-09 杭州安恒信息技术股份有限公司 Software vulnerability detection method, device, equipment and computer readable storage medium
CN112306877A (en) * 2020-10-30 2021-02-02 山东山大电力技术股份有限公司 Power system fault operation and maintenance method and system
CN112597006A (en) * 2020-12-14 2021-04-02 中国航发控制系统研究所 Embedded software integration test automatic execution system and method

Also Published As

Publication number Publication date
CN113051582A (en) 2021-06-29

Similar Documents

Publication Publication Date Title
US8966449B2 (en) Test case pattern matching
Soltani et al. A guided genetic algorithm for automated crash reproduction
Schroeder et al. Generating expected results for automated black-box testing
Santana et al. RAIDE: a tool for Assertion Roulette and Duplicate Assert identification and refactoring
JP7404839B2 (en) Identification of software program defect location
CN101937396B (en) Detecting method of unsafe variable use in software program
Yu et al. Towards automated debugging in software evolution: Evaluating delta debugging on real regression bugs from the developers’ perspectives
Chen et al. A study on the changes of dynamic feature code when fixing bugs: towards the benefits and costs of Python dynamic features
CN113051582B (en) Computer software technology development and debugging system
JP7384054B2 (en) automated software program repair
Pinto et al. Testevol: A tool for analyzing test-suite evolution
US10761962B1 (en) Automated software program repair
US20140040666A1 (en) Systems and methods for feedback driven regression testing
Singhal et al. A critical review of various testing techniques in aspect-oriented software systems
Lavoie et al. A case study of TTCN-3 test scripts clone analysis in an industrial telecommunication setting
JP2019194818A (en) Software trouble prediction device
CN113836023A (en) Compiler security testing method based on system structure cross check
CN110795142A (en) Configuration file generation method and device
Zhang et al. iTES: Integrated testing and evaluation system for software vulnerability detection methods
KR102519639B1 (en) Method for providing code inspection interface, and apparatus implementing the same method
Yousaf et al. Efficient Identification of Race Condition Vulnerability in C code by Abstract Interpretation and Value Analysis
Zhang et al. Are the Scala Checks Effective? Evaluating Checks with Real-world Projects
Huang et al. Testing for dynamic software update: An object-state-oriented approach
Sosnytskyi Statical and Dynamical Software Analysis
Ginelli Understanding and Improving Automatic Program Repair: A Study of Code-removal Patches and a New Exception-driven Fault Localization Approach

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