Software test case automatic generating method and system
Patent Information
- Authority / Receiving Office
- CN · China
- Patent Type
- Applications(China)
- Current Assignee / Owner
- BEIJING UNIV OF POSTS & TELECOMM
- Publication Date
- 2009-05-20
- Estimated Expiration
- Not applicable · inactive patent
Smart Images
Figure 1 Figure 2 Figure 3
Abstract
Description
technical field
[0001] The invention relates to software testing technology, in particular to a method and system for automatically generating software test cases. Background technique
[0002] Software testing technology is developing in depth, and new and efficient software testing methods are constantly emerging. Statistics show that at this stage, about 40% of all software testing expenses are spent on test cases, including generating test data and checking test results. , about 50% is spent on writing and compiling scripts, and about 10% is spent on test script execution and configuration management.
[0003] Among many software testing methods, coverage testing is the most commonly used testing method. The so-called coverage testing means that for a given element E, first select a path P containing element E, and then generate a test case C of path P, If the test case C does not exist, another path P' should be selected. If the path P' does not exist, it means that th...