Skip to content

How to write parametrized tests?

iks github user edited this page Jun 21, 2019 · 6 revisions

Back to User Guide Main Page


Parametrized tests are similar to executable examples (XX) that are executed with the stage instruction TestData. The difference is, that the XX with TestData is executed only once whereas parametrized XX (with the stage instruction Test-Parameter) are executed multiple times. Imagine, the test data file OrderData.xlsx contains five datasets. That would mean that the following XX definition would cause five tests being executed all using the same instructions but different data:

XXID: Create order
Test-Parameter: OrderData

Execute script "Create order".

Previous | Next

Clone this wiki locally