Proceedings 12th IEEE International Conference Automated Software Engineering
DOI: 10.1109/ase.1997.632858
|View full text |Cite
|
Sign up to set email alerts
|

Genetic algorithms for dynamic test data generation

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

0
39
0
6

Publication Types

Select...
4
3
1

Relationship

0
8

Authors

Journals

citations
Cited by 69 publications
(49 citation statements)
references
References 4 publications
0
39
0
6
Order By: Relevance
“…This study is also an extension to the two existing studies [43] [44], where the performance of random approach and the genetic algorithm are compared. In both of the studies, random approach achieves lower code coverage compared to the genetic algorithm in some cases.…”
Section: The Proposed Approach and Its Implementationmentioning
confidence: 99%
“…This study is also an extension to the two existing studies [43] [44], where the performance of random approach and the genetic algorithm are compared. In both of the studies, random approach achieves lower code coverage compared to the genetic algorithm in some cases.…”
Section: The Proposed Approach and Its Implementationmentioning
confidence: 99%
“…This is facilitated by the fact that many of the software engineering problems can be stated as the search problems. For instance, the testing problem can be stated as the problem of searching the input domain of the program, for those test case values that satisfy the pre defined testing criteria [12].…”
Section: Related Workmentioning
confidence: 99%
“…Through instrumentation, the subject program has in effect been converted into another program that computes a function that is to be minimised to zero. This approach has been used by Korel [2], Tracey et al [7], [8], Wegener et al [9], Jones [1] and Michael [4] [3].…”
Section: // Execution Required To Enter This Branchmentioning
confidence: 99%
“…For example, consider the problem of satisfying the condition x = 0 and y = 0. A move by a search algorithm from the (x, y) point (4,6) to the point (3, 5) is rewarded by + in a cost decrease of 2 but max produces only a cost decrease of 1. Similarly, a detrimental move from (4, 6) to (5, 7) is penalised more heavily by + than by max.…”
Section: Analytical Considerationsmentioning
confidence: 99%