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 Ba...
Crash reproduction approaches help developers during debugging by generating a test case that reprod...
Exploring the execution space is essential to many program analysis tasks such as finding vulnerabil...
EvoCrash is a recent search-based approach to generate a test case that reproduces reported crashes....
Search-based techniques have been widely used for white-box test generation. Many of these approache...
Search-based techniques have been widely used for white-box test generation. Many of these approache...
Reproduction package of Derakhshanfar, P., Devroey, X. and Zaidman, A. (2020). It is not Only About ...
Search-based crash reproduction approaches assist developers during debugging by generating a test c...
This study presents the initial step towards a thorough analysis of the difficulty to reproduce a cr...
Basic Block Coverage (BBC) is a secondary objective for search-based unit test generation techniques...
Search-based crash reproduction approaches assist developers during debugging by generating a test c...
Writing a test case reproducing a reported software crash is a common practice to identify the root ...
Evolutionary-based crash reproduction techniques aid developers in their debugging practices by gene...
The replication package for the study about using new helper objectives (MOHO) for crash reproductio...
Search-based crash reproduction approaches assist developers during debugging by generating a test c...
Approaches for automatic crash reproduction aim to generate test cases that reproduce crashes starti...
Crash reproduction approaches help developers during debugging by generating a test case that reprod...
Exploring the execution space is essential to many program analysis tasks such as finding vulnerabil...
EvoCrash is a recent search-based approach to generate a test case that reproduces reported crashes....
Search-based techniques have been widely used for white-box test generation. Many of these approache...
Search-based techniques have been widely used for white-box test generation. Many of these approache...
Reproduction package of Derakhshanfar, P., Devroey, X. and Zaidman, A. (2020). It is not Only About ...
Search-based crash reproduction approaches assist developers during debugging by generating a test c...
This study presents the initial step towards a thorough analysis of the difficulty to reproduce a cr...
Basic Block Coverage (BBC) is a secondary objective for search-based unit test generation techniques...
Search-based crash reproduction approaches assist developers during debugging by generating a test c...
Writing a test case reproducing a reported software crash is a common practice to identify the root ...
Evolutionary-based crash reproduction techniques aid developers in their debugging practices by gene...
The replication package for the study about using new helper objectives (MOHO) for crash reproductio...
Search-based crash reproduction approaches assist developers during debugging by generating a test c...
Approaches for automatic crash reproduction aim to generate test cases that reproduce crashes starti...
Crash reproduction approaches help developers during debugging by generating a test case that reprod...
Exploring the execution space is essential to many program analysis tasks such as finding vulnerabil...
EvoCrash is a recent search-based approach to generate a test case that reproduces reported crashes....