Title :
Test Data Generation for C Programs with String-Handling Functions
Author :
Ruan, Hui ; Zhang, Jian ; Yan, Jun
Author_Institution :
State Key Lab. of Comput. Sci., Inst. of Software, Chinese Acad. of Sci., Beijing
Abstract :
There are many test generation methods, but few of them consider the character strings. This paper proposes a method to generate test data for C programs with character strings and character string function calls, which is based on path oriented testing. Each character variable is viewed as an integer variable with the restriction that the value should be between 0 and 255. A character string is viewed as an array of characters with a predefined fixed length. Many commonly used character library functions are modeled by formulae in predicate logic with assignment statements. The model is then used to replace the function call in the program path, which will be solved by a path analysis tool to generate the test data. A prototype tool called StrGen is developed to illustrate the feasibility of this method. The results of some examples also show that this method is feasible and very efficient.
Keywords :
C language; program testing; C programs; path analysis tool; path oriented testing; string-handling functions; test data generation; Character generation; Computer science; Laboratories; Libraries; Logic; Minimization methods; Prototypes; Research and development; Software engineering; Software testing; character string; program testing; test data generation;
Conference_Titel :
Theoretical Aspects of Software Engineering, 2008. TASE '08. 2nd IFIP/IEEE International Symposium on
Conference_Location :
Nanjing
Print_ISBN :
978-0-7695-3249-3
DOI :
10.1109/TASE.2008.25