Sciweavers

78 search results - page 3 / 16
» Inspecting Automated Test Code: A Preliminary Study
Sort
View
CORR
2006
Springer
77views Education» more  CORR 2006»
13 years 6 months ago
Prioritizing Software Inspection Results using Static Profiling
Static software checking tools are useful as an additional automated software inspection step that can easily be integrated in the development cycle and assist in creating secure,...
Cathal Boogerd, Leon Moonen
ICST
2011
IEEE
12 years 10 months ago
Tailored Shielding and Bypass Testing of Web Applications
User input validation is a technique to counter attacks on web applications. In typical client-server architectures, this validation is performed on the client side. This is ineff...
Tejeddine Mouelhi, Yves Le Traon, Erwan Abgrall, B...
AIME
2007
Springer
14 years 13 days ago
Enhancing Automated Test Selection in Probabilistic Networks
Abstract. Most test-selection algorithms currently in use with probabilistic networks select variables myopically, that is, test variables are selected sequentially, on a one-by-on...
Danielle Sent, Linda C. van der Gaag
EMSOFT
2006
Springer
13 years 10 months ago
Software partitioning for effective automated unit testing
A key problem for effective unit testing is the difficulty of partitioning large software systems into appropriate units that can be tested in isolation. We present an approach th...
Arindam Chakrabarti, Patrice Godefroid
SIGCSE
2000
ACM
155views Education» more  SIGCSE 2000»
13 years 10 months ago
A study of common pitfalls in simple multi-threaded programs
It is generally acknowledged that developing correct multithreaded codes is difficult, because threads may interact with each other in unpredictable ways. The goal of this work i...
Sung-Eun Choi, E. Christopher Lewis