Zobrazeno 1 - 10
of 22
pro vyhledávání: '"Pietro Braione"'
Publikováno v:
Journal of Systems and Software. 199:111629
Automated test generation based on symbolic execution can be beneficial for systematically testing safety-critical software, to facilitate test engineers to pursue the strict testing requirements mandated by the certification standards, while control
Publikováno v:
2020 IEEE International Symposium on Software Reliability Engineering Workshops (ISSREW).
Presents the introductory welcome message from the conference proceedings. May include the conference officers' congratulations to all involved with the conference event and publication of the proceedings record.
Publikováno v:
Software Testing, Verification and Reliability. 30
Performance profiling can benefit from test cases that hit high-cost executions of programs. In this paper, we investigate the problem of automatically generating test cases that trigger the worst-case execution of programs and propose a novel techni
Autor:
Giovanni Denaro, Pietro Braione
Publikováno v:
SBST@ICSE
SUSHI and TARDIS are two automatic test generators for Java programs. They generate test suites, aiming to satisfy the branch coverage adequacy criterion. Both tools exploit symbolic execution to analyze the control flow paths of the program under te
Publikováno v:
ISSRE Workshops
The European Rail Traffic Management System (ERTMS) represents a class of embedded software-intensive systems of systems for the management of the European rail traffic, in a scenario where interoperability between different European rail traffic inf
Externí odkaz:
https://explore.openaire.eu/search/publication?articleId=doi_dedup___::2193edd6a60bbe946023a9bd23102523
http://hdl.handle.net/10281/272340
http://hdl.handle.net/10281/272340
Publikováno v:
ICSE (Companion Volume)
Random and search-based test generators yield realistic test cases based on program APIs, but often miss structural test objectives that depend on non-trivial data structure instances; Whereas symbolic execution can precisely characterise those depen
Externí odkaz:
https://explore.openaire.eu/search/publication?articleId=doi_dedup___::efa9df33f489f0d8687dd420dc8b474c
http://hdl.handle.net/10281/220024
http://hdl.handle.net/10281/220024
Publikováno v:
ISSTA
International Symposium on Software Testing and Analysis
International Symposium on Software Testing and Analysis
Despite the recent improvements in automatic test case generation, handling complex data structures as test inputs is still an open problem. Search-based approaches can generate sequences of method calls that instantiate structured inputs to exercise
Publikováno v:
Braione, P, Denaro, G, Mattavelli, A, Vivanti, M & Muhammad, A 2014, ' Software testing with code-based test generators : data and lessons learned from a case study with an industrial software component ', Software Quality Journal, vol. 22, no. 2, pp. 311-333 . https://doi.org/10.1007/s11219-013-9207-1
Automatically generating effective test suites promises a significant impact on testing practice by promoting extensively tested software within reasonable effort and cost bounds. Code-based test generators rely on the source code of the software und
Publikováno v:
SIGSOFT FSE
We present the Java Bytecode Symbolic Executor (JBSE), a symbolic executor for Java programs that operates on complex heap inputs. JBSE implements both the novel Heap EXploration Logic (HEX), a symbolic execution approach to deal with heap inputs, an