A survey on data-flow testing

T Su, K Wu, W Miao, G Pu, J He, Y Chen… - ACM computing surveys …, 2017 - dl.acm.org
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 …

Combining symbolic execution and model checking for data flow testing

T Su, Z Fu, G Pu, J He, Z Su - 2015 IEEE/ACM 37th IEEE …, 2015 - ieeexplore.ieee.org
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 …

Automated test data generation and stubbing method for C/C++ embedded projects

L Nguyen Tung, NV Binh Duong, KN Le… - Automated Software …, 2024 - Springer
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 …

An automated test data generation method for void pointers and function pointers in c/c++ libraries and embedded projects

LN Tung, HV Tran, KN Le, PN Hung - Information and Software Technology, 2022 - Elsevier
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 …

Improvements of directed automated random testing in test data generation for c++ projects

DA Nguyen, TN Huong, HV Dinh… - International Journal of …, 2019 - World Scientific
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 …

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 …

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 …

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 …