Test data generation in program testing is the process of identifying a set of test data that satisfies a selected testing criterion, such as, statement coverage or branch coverage. The existing methods of test data generation are limited to unit testing and may not efficiently generate test data fo
Automated test data generation for programs with procedures
โ Scribed by Korel, Bogdan
- Book ID
- 121283113
- Publisher
- Association for Computing Machinery
- Year
- 1996
- Weight
- 700 KB
- Volume
- 21
- Category
- Article
- ISSN
- 0163-5948
No coin nor oath required. For personal study only.
๐ SIMILAR VOLUMES
This paper presents a technique for automatically generating test-data to test exceptions. The approach is based on the application of a dynamic global optimization based search for the required test-data. The authors' work has focused on test-data generation for safety-critical systems. Such system
Test data generation is one of the most technically challenging steps of testing software, but most commercial systems currently incorporate very little automation for this step. This paper presents results from a project that is trying to find ways to incorporate test data generation into practical