International Journal of Computer Applications
Foundation of Computer Science (FCS), NY, USA
|
Volume 170 - Issue 5 |
Published: Jul 2017 |
Authors: Rijwan Khan, Mohd Amjad |
![]() |
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
@article{ 10.5120/ijca2017914845, author = { Rijwan Khan,Mohd Amjad }, title = { Introduction to Data Flow Testing with Genetic Algorithm }, journal = { International Journal of Computer Applications }, year = { 2017 }, volume = { 170 }, number = { 5 }, pages = { 39-45 }, doi = { 10.5120/ijca2017914845 }, publisher = { Foundation of Computer Science (FCS), NY, USA } }
%0 Journal Article %D 2017 %A Rijwan Khan %A Mohd Amjad %T Introduction to Data Flow Testing with Genetic Algorithm%T %J International Journal of Computer Applications %V 170 %N 5 %P 39-45 %R 10.5120/ijca2017914845 %I Foundation of Computer Science (FCS), NY, USA
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.