Sciweavers

783 search results - page 36 / 157
» The TextPro Tool Suite
Sort
View
APL
1998
ACM
14 years 16 days ago
EGREGION: a branch coverage tool for APL
This article describes our experience with test suites and automated branch coverage tools for APL software maintenance, based on our use of them to verify Y2K compliance of an AP...
Robert Bernecky
IADIS
2004
13 years 9 months ago
Participatory System Design as a Tool for Learning
This paper suggests that participatory system design methodologies may be used as a learning tool in academic environments. It reports from a successful experiment in this directi...
Claudia Roda
SIGSOFT
2007
ACM
14 years 9 months ago
Differential testing: a new approach to change detection
Regression testing, as it's commonly practiced, is unsound due to inconsistent test repair and test addition. This paper presents a new technique, differential testing, that ...
Robert B. Evans, Alberto Savoia
ICDE
2010
IEEE
276views Database» more  ICDE 2010»
14 years 3 months ago
X-data: Generating test data for killing SQL mutants
Abstract— Checking if an SQL query has been written correctly is not an easy task. Formal verification is not applicable, since it is based on comparing a specification with an...
Bhanu Pratap Gupta, Devang Vira, S. Sudarshan
KBSE
2009
IEEE
14 years 3 months ago
ReAssert: Suggesting Repairs for Broken Unit Tests
—Developers often change software in ways that cause tests to fail. When this occurs, developers must determine whether failures are caused by errors in the code under test or in...
Brett Daniel, Vilas Jagannath, Danny Dig, Darko Ma...