Static defect detecting method and system thereof
Patent Information
- Authority / Receiving Office
- CN · China
- Current Assignee / Owner
- BEIJING UNIV OF POSTS & TELECOMM
- Publication Date
- 2015-04-22
Smart Images
Figure 1 Figure 2 Figure 3
Abstract
Description
technical field
[0001] The invention relates to software testing technology, in particular to a static defect detection method and system thereof. Background technique
[0002] Static defect detection refers to analyzing the code without executing the program, and judging all possible runtime attribute violations of the program through the calculation of program syntax and program abstract semantics. The basic feature of static defect detection is that when the software is analyzed, checked and tested, the program to be tested is not actually run. It can test various documents and is one of the most effective quality control methods in the software development process.
[0003] The object of static defect detection is generally program source code or binary executable program. Since the static defect detection technology can analyze part of the source code, there is no need to compile and run the entire program. For those low-probability defects that are difficult to detec...