Loading…

Search‐based crash reproduction using behavioural model seeding

Summary Search‐based crash reproduction approaches assist developers during debugging by generating a test case, which reproduces a crash given its stack trace. One of the fundamental steps of this approach is creating objects needed to trigger the crash. One way to overcome this limitation is seedi...

Full description

Saved in:
Bibliographic Details
Published in:Software testing, verification & reliability verification & reliability, 2020-05, Vol.30 (3), p.n/a
Main Authors: Derakhshanfar, Pouria, Devroey, Xavier, Perrouin, Gilles, Zaidman, Andy, Deursen, Arie
Format: Article
Language:English
Subjects:
Citations: Items that this one cites
Items that cite this one
Online Access:Get full text
Tags: Add Tag
No Tags, Be the first to tag this record!
Description
Summary:Summary Search‐based crash reproduction approaches assist developers during debugging by generating a test case, which reproduces a crash given its stack trace. One of the fundamental steps of this approach is creating objects needed to trigger the crash. One way to overcome this limitation is seeding: using information about the application during the search process. With seeding, the existing usages of classes can be used in the search process to produce realistic sequences of method calls, which create the required objects. In this study, we introduce behavioural model seeding: a new seeding method that learns class usages from both the system under test and existing test cases. Learned usages are then synthesized in a behavioural model (state machine). Then, this model serves to guide the evolutionary process. To assess behavioural model seeding, we evaluate it against test seeding (the state‐of‐the‐art technique for seeding realistic objects) and no seeding (without seeding any class usage). For this evaluation, we use a benchmark of 122 hard‐to‐reproduce crashes stemming from six open‐source projects. Our results indicate that behavioural model seeding outperforms both test seeding and no seeding by a minimum of 6% without any notable negative impact on efficiency. Search‐based crash reproduction consists of automatically generating test cases from observed crash to assist debugging and maintenance. We introduce Behavioral Model Seeding for search‐based crash reproduction: a new strategy that learns the usage of objects from various resources in the form of transition system models and utilizes these models to enhance the test generation process. This strategy outperforms state‐of‐the‐art crash reproduction and initialization ratios by 6% on 122 hard‐to‐reproduce crashes from 6 open‐source projects without any notable impact on efficiency.
ISSN:0960-0833
1099-1689
DOI:10.1002/stvr.1733