Title
It is not Only About Control Dependent Nodes: Basic Block Coverage for Search-Based Crash Reproduction
Author
Derakhshanfar, P. (TU Delft Software Engineering) 
Devroey, Xavier (TU Delft Software Engineering) 
Zaidman, A.E. (TU Delft Software Engineering) 
Contributor
Aleti, Aldeida (editor)
Panichella, Annibale (editor)
Date
2020-10
Abstract
Search-based techniques have been widely used for white-box test generation. Many of these approaches rely on the approach level and branch distance heuristics to guide the search process and generate test cases with high line and branch coverage. Despite the positive results achieved by these two heuristics, they only use the information related to the coverage of explicit branches (e.g., indicated by conditional and loop statements), but ignore potential implicit branchings within basic blocks of code. If such implicit branching happens at runtime (e.g., if an exception is thrown in a branchless-method), the existing fitness functions cannot guide the search process. To address this issue, we introduce a new secondary objective, called Basic Block Coverage (BBC), which takes into account the coverage level of relevant basic blocks in the control flow graph. We evaluated the impact of BBC on search-based crash reproduction because the implicit branches commonly occur when trying to reproduce a crash, and the search process needs to cover only a few basic blocks (i.e., blocks that are executed before crash happening). We combined BBC with existing fitness functions (namely STDistance and WeightedSum) and ran our evaluation on 124 hard-to-reproduce crashes. Our results show that BBC, in combination with STDistance and WeightedSum, reproduces 6 and 1 new crashes, respectively. BBC significantly decreases the time required to reproduce 26.6% and 13.7% of the crashes using STDistance and WeightedSum, respectively. For these crashes, BBC reduces the consumed time by 44.3% (for STDistance) and 40.6% (for WeightedSum) on average.
Subject
Automated crash reproduction
Evolutionary algorithm
Search-based software testing
Secondary objective
To reference this document use:
http://resolver.tudelft.nl/uuid:0e590b08-f2aa-49ef-8786-92bbc96c7257
DOI
https://doi.org/10.1007/978-3-030-59762-7_4
Publisher
Springer
Embargo date
2022-07-01
ISBN
978-3-030-59761-0
Source
Search-Based Software Engineering - 12th International Symposium, SSBSE 2020
Event
12th Symposium on Search-Based Software Engineering, 2020-10-07 → 2020-10-08, Online, , Italy
Series
Lecture Notes in Computer Science (including subseries Lecture Notes in Artificial Intelligence and Lecture Notes in Bioinformatics), 0302-9743, 12420 LNCS
Bibliographical note
Green Open Access added to TU Delft Institutional Repository ‘You share, we take care!’ – Taverne project https://www.openaccess.nl/en/you-share-we-take-care Otherwise as indicated in the copyright section: the publisher is the copyright holder of this work and the author uses the Dutch legislation to make this work public.
Part of collection
Institutional Repository
Document type
conference paper
Rights
© 2020 P. Derakhshanfar, Xavier Devroey, A.E. Zaidman