Challenges to support automated random testing for dynamically typed languages

  • Authors:
  • Stéphane Ducasse;Manuel Oriol;Alexandre Bergel

  • Affiliations:
  • RMoD -- INRIA Lille Nord Europe, France;University of York, UK;University of Chile, Chile

  • Venue:
  • Proceedings of the International Workshop on Smalltalk Technologies
  • Year:
  • 2011

Quantified Score

Hi-index 0.00

Visualization

Abstract

Automated random testing is a proven way to identify bugs and precondition violations, and this even in well tested libraries. In the context of statically typed languages, current automated random testing tools heavily take advantage of static method declaration (argument types, thrown exceptions) to constrain input domains while testing and to identify errors. For such reason, automated random testing has not been investigated in the context of dynamically typed languages. In this paper we present the key challenges that have to be addressed to support automated testing in dynamic languages.