International Journal of Computer Applications |
Foundation of Computer Science (FCS), NY, USA |
Volume 170 - Number 5 |
Year of Publication: 2017 |
Authors: Rijwan Khan, Mohd Amjad |
10.5120/ijca2017914845 |
Rijwan Khan, Mohd Amjad . Introduction to Data Flow Testing with Genetic Algorithm. International Journal of Computer Applications. 170, 5 ( Jul 2017), 39-45. DOI=10.5120/ijca2017914845
Control flow diagrams are a keystone in testing the structure of software programs. With the help of control flow between the various components of the program, we can select the test cases in a particular domain. In this paper, we introduced a window-based tool for generating the CFG of a C Program automatically. The data flow testing, i.e., control flow testing depends on all def-use of the variables. So selecting the test cases for a particular data flow diagram is not an easy task. In this paper genetic algorithm has been used to generate the test cases automatically for data flow testing.