JSON data driven test: 38 iterations in json file, only 36 executed

Hello,

I am data driving a request with a large json file that has 38 iterations. These are visible when previewing the file:

When I actually run the test, only 36 iterations execute:

Can someone please suggest why? Thank you in advance.

Hey @frankdoylezw

What does the iteration count in the main runner view say?

Have you been adding to or amending the file without re-selecting that file for the run?

1 Like

Hey @danny-dainton

Thanks for getting back to me. Youโ€™re right - I think Iโ€™d added to the file and then not started a new runner session to get the changes picked up. Itโ€™s working fine, now.

Whatโ€™s strange is that amends seem to reflect without reloading (e.g. if I change a value on an existing request in the data file) but completely new additions do not?

In any case - Iโ€™ll know to re-select the file, next time.

Thanks again.