%A Duc Anh Nguyen %A Nguyen Huong Tran %A Dinh Hieu Vo %A Ngoc Hung Pham %J International journal of software engineering and knowledge engineering (IJSEKE) %T ON IMPROVEMENTS OF DIRECTED AUTOMATED RANDOM TESTING IN TEST DATA GENERATION FOR C++ PROJECTS %X This paper improves the breadth-first search strategy in directed automated random testing (DART) to generate a fewer number of test data while gaining higher branch coverage, namely Static DART or SDART for short. In addition, the paper extends the test data compilation mechanism in DART, which currently only supports the projects written in C, to generate test data for C++ projects. The main idea of SDART is when it is less likely to increase code coverage with the current path selection strategies, the static test data generation will be applied with the expectation that more branches are covered earlier. Furthermore, in order to extend the test data compilation of DART for C++ context, the paper suggests a general test driver technique for C++ which supports various types of parameters including basic types, arrays, pointers, and derived types. Currently, an experimental tool has been implemented based on the proposal in order to demonstrate its efficacy in practice. The results have shown that SDART achieves higher branch coverage with a fewer number of test data in comparison with that of DART in practice. %D 2019 %I IJSEKE %L SisLab3502