A survey on data-flow testing
Data-flow testing (DFT) is a family of testing strategies designed to verify the interactions
between each program variable's definition and its uses. Such a test objective of interest is …
between each program variable's definition and its uses. Such a test objective of interest is …
Combining symbolic execution and model checking for data flow testing
Data flow testing (DFT) focuses on the flow of data through a program. Despite its higher
fault-detection ability over other structural testing techniques, practical DFT remains a …
fault-detection ability over other structural testing techniques, practical DFT remains a …
Automated test data generation and stubbing method for C/C++ embedded projects
Automated test data generation for unit testing C/C++ functions using concolic testing has
been known for improving software quality while reducing human testing effort. However …
been known for improving software quality while reducing human testing effort. However …
An automated test data generation method for void pointers and function pointers in c/c++ libraries and embedded projects
Automated test data generation for unit testing C/C++ functions using concolic methods is
well-known for improving software quality while reducing human testing effort. However …
well-known for improving software quality while reducing human testing effort. However …
Improvements of directed automated random testing in test data generation for c++ projects
This paper improves the breadth-first search strategy in directed automated random testing
(DART) to generate a fewer number of test data while gaining higher branch coverage …
(DART) to generate a fewer number of test data while gaining higher branch coverage …
Data visualization using shape preserving C2 rational spline
M Sarfraz, MZ Hussain, TS Shaikh… - 2011 15th International …, 2011 - ieeexplore.ieee.org
A rational cubic spline is developed to provide smooth curves (positive, monotone and
convex). To control the shape of the curve, two families of parameters are introduced in its …
convex). To control the shape of the curve, two families of parameters are introduced in its …
A map** study of automation support tools for unit testing
I Singh - 2012 - diva-portal.org
Unit testing is defined as a test activity usually performed by a developer for the purpose of
demonstrating program functionality and meeting the requirements specification of module …
demonstrating program functionality and meeting the requirements specification of module …
Generación de Casos de Prueba en Programación Orientada a Objetos= Test Case Generation in Object-Oriented Programming
JM Rojas Siles - 2013 - oa.upm.es
Las pruebas de software (Testing) son en la actualidad la técnica más utilizada para la
validación y la evaluación de la calidad de un programa. El testing está integrado en todas …
validación y la evaluación de la calidad de un programa. El testing está integrado en todas …