Sciweavers

270 search results - page 1 / 54
» Automated test generation for industrial Erlang applications
Sort
View
ERLANG
2003
ACM
13 years 9 months ago
Automated test generation for industrial Erlang applications
We present an implemented technique for generating test cases from state machine specifications. The work is motivated by a need for testing of protocols and services developed b...
Johan Blom, Bengt Jonsson
FM
2009
Springer
153views Formal Methods» more  FM 2009»
13 years 2 months ago
Iterative Refinement of Reverse-Engineered Models by Model-Based Testing
Abstract. This paper presents an iterative technique to accurately reverseengineer models of the behaviour of software systems. A key novelty of the approach is the fact that it us...
Neil Walkinshaw, John Derrick, Qiang Guo
ICSE
2009
IEEE-ACM
13 years 9 months ago
Automating Structural Testing of C Programs: Experience with PathCrawler
Structural testing is widely used in industrial verification processes of critical software. This report presents PathCrawler, a structural test generation tool that may be used ...
Bernard Botella, Mickaël Delahaye, Sté...
ICSE
2009
IEEE-ACM
13 years 9 months ago
Automated Test Program Generation for an Industrial Optimizing Compiler
Chen Zhao, Yunzhi Xue, Qiuming Tao, Liang Guo, Zha...
ICFP
2009
ACM
13 years 11 months ago
Finding race conditions in Erlang with QuickCheck and PULSE
We address the problem of testing and debugging concurrent, distributed Erlang applications. In concurrent programs, race conditions are a common class of bugs and are very hard t...
Koen Claessen, Michal Palka, Nicholas Smallbone, J...