원문정보
초록
영어
In order to reduce the workload of generating test cases Data-driven testing was introduced. The method was proposed to solve the platform dependency of Record-and-playback. With Data-Driven testing, Testers could focus on generating test data itself so that it contributes to the improvement of productivity. Because a lot of testing data is required for better quality coverage, the workload of testers is explosively increased. In this paper, for efficient generation of test data, we propose the Abstract test script. The abstract test script provides various convenient operators for generating test data. With the Abstract test script, testers can design, implement and manage test data for Data-driven testing efficiently.
목차
1. Introduction
2. Test Data Generation Using Test Abstract Script
2.1. Data-driven Testing Structure and Proposed Method
2.2. The Concept of the Abstract Test Script
2.3. Testing Operators for the Abstract Test Script
2.4. Characteristics of the Operations
2.5. Implementation of the System
3. Case Study
4. Conclusion
Acknowledgements
References
