INVESTIGADORES
BRABERMAN Victor Adrian
congresos y reuniones científicas
Título:
Achieving Both Model and Code Coverage with Automated Gray-Box Testing"
Autor/es:
KICILLOF; GRIESKAMP; TILLMANN; BRABERMAN
Lugar:
Londres
Reunión:
Workshop; Workshop on Advances in Model Based Testing; 2007
Resumen:
We have devised a novel technique to automatically generate test cases for a software system, combining black-box model-based testing with white-box parameterized unit testing. The former provides general guidance for the structure of the tests in the form of test sequences, as well as the oracle to check for conformance of an application under test with respect to a behavioral model. The latter finds a set of concrete parameter values that maximize code coverage using symbolic analysis. By applying these techniques together, we can produce test definitions (expressed as code to be run in a test management framework) that exercise all selected paths in the model, while also covering code branches specific to the implementation. These results cannot be obtained from any of the individual approaches alone, as the model cannot predict what values are significant to a particular implementation, while parameterized unit testing requires manually written test sequences and correctness validations. We provide tool support, integrated into our model-based testing tool.