2018
DOI: 10.25126/jitecs.20183162
|View full text |Cite
|
Sign up to set email alerts
|

Automation Of Independent Path Searching using Depth First Search

Abstract: In a basis path testing, there are independent paths that must be passed/tested at least once to make sure there are no errors in the code and ensure all pseudocode have implemented on the code. Previously, the independent path was generated using the Genetic Algorithm, but the number of iterations influenced the likelihood of the emergence of the corresponding the independent path. Besides, the pseudocode was also unable to be used directly since it must be implemented first, this makes finding an independent… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1

Citation Types

0
2
0

Year Published

2020
2020
2022
2022

Publication Types

Select...
2

Relationship

0
2

Authors

Journals

citations
Cited by 2 publications
(2 citation statements)
references
References 24 publications
0
2
0
Order By: Relevance
“…Arwan and Rusdianto [6] used two approaches to find on an independent path directly from a pseudocode. They use graph theory and Depth First Search algorithm for finding an independent path.…”
Section: Related Workmentioning
confidence: 99%
See 1 more Smart Citation
“…Arwan and Rusdianto [6] used two approaches to find on an independent path directly from a pseudocode. They use graph theory and Depth First Search algorithm for finding an independent path.…”
Section: Related Workmentioning
confidence: 99%
“…Hence, many testers use automation of software testing in order to save cost and time but can give results more accurate compared with software testing that have been done manually. The task of test case generation can be converted into an optimal problem by heuristic search techniques as Genetic Algorithm [4], Depth-first search (DFS) [5] [6], Hill Climbing methods [7] and A* Algorithm [8]. This research focus in implementing two algorithms namely Depth First Search (DFS) algorithm and Backtracking algorithm to generate test cases.…”
Section: Introductionmentioning
confidence: 99%