Does anyone know if its possible to add a timer within a test which only runs when a datafile reaches EOF?
i.e. multiple threads running through a test, accessing 1 data file. When the file reaches the end, before looping back to the beginning, it waits 5 minutes.
Thanks!