How Tellurium does data driven testing?
Tellurium provides an expressive way for you to describe the input file formats starting with “fs.FieldSet”, define test using “defineTest”. Bind your variables to the field you defined in a field set, i.e., the format of a line of data, using “bind”, and use “compareResult” to compare the actual result with the expected one. For input file, Tellurium supports pipe format file. You can use “loadData” to read the input data from a file. You can also use “useData” to use a String defined in your test script as the input data.