Akademska digitalna zbirka SLovenije - logo
E-viri
Recenzirano Odprti dostop
  • Generating constrained rand...
    CLAESSEN, KOEN; DUREGÅRD, JONAS; PAŁKA, MICHAŁ H.

    Journal of functional programming, 01/2015, Letnik: 25, Številka: e8
    Journal Article

    We present a technique for automatically deriving test data generators from a given executable predicate representing the set of values we are interested in generating. The distribution of these generators is uniform over values of a given size. To make the generation efficient, we rely on laziness of the predicate, allowing us to prune the space of values quickly. In contrast, implementing test data generators by hand is labour intensive and error prone. Moreover, handwritten generators often have an unpredictable distribution of values, risking that some values are arbitrarily underrepresented. We also present a variation of the technique that has better performance, but where the distribution is skewed in a limited, albeit predictable way. Experimental evaluation of the techniques shows that the automatically derived generators are much easier to define than handwritten ones, and their performance, while lower, is adequate for some realistic applications.