Proceedings of the 7th ACM SIGPLAN Workshop on ERLANG 2008
DOI: 10.1145/1411273.1411277
|View full text |Cite
|
Sign up to set email alerts
|

Erlang testing and tools survey

Abstract: As the commercial usage of Erlang increases, so does the need for mature development and testing tools. This paper aims to evaluate the available tools with their shortcomings, strengths and commercial usability compared to common practices in other languages.To identify the needs of Erlang developers in this area we published an online survey advertising it in various media. The results of this survey and additional research in this field is presented. Through the comparison of tools and the requirements of t… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1

Citation Types

0
3
0

Year Published

2009
2009
2022
2022

Publication Types

Select...
3
2
2

Relationship

0
7

Authors

Journals

citations
Cited by 8 publications
(3 citation statements)
references
References 15 publications
0
3
0
Order By: Relevance
“…in the Scientific Students' Association [29], [6], [12]). Our students achieved good results at student research competitions, and were successful in related projects at our partners in Kent, Sheffield and London [23], [12], [24], [28].…”
Section: Resultsmentioning
confidence: 99%
“…in the Scientific Students' Association [29], [6], [12]). Our students achieved good results at student research competitions, and were successful in related projects at our partners in Kent, Sheffield and London [23], [12], [24], [28].…”
Section: Resultsmentioning
confidence: 99%
“…EUnit [3] is the Erlang implementation of the popular xUnit testing framework and is reportedly the most used testing tool by Erlang developers [8]. Despite its ease of use, EUnit executes each test under a single interleaving and is inadequate for detecting concurrency errors.…”
Section: Test-driven Development In Erlangmentioning
confidence: 99%
“…Dialyzer, the DIscrepancy AnalYZer for ERlang, is a static analyzer for the Erlang programming language based on soft-typing principles [47]. Dialyzer is very popular among Erlang programmers and, according to a 2008 survey, it was the most used tool for testing or statically-analyzing Erlang programs [48]. Dialyzer is currently bundled with the standard Erlang/OTP distribution [49] and is also covered in introductory books for Erlang [50].…”
Section: Success Typesmentioning
confidence: 99%