Thursday 15 September 2022

Get the current iteration number in neoload | iteration number in neoload using javascript

You can get the current iteration number using the NeoLoad Javascript API.

context.currentVU.getCurrentIteration();

Unless your test is run iteratively, in which case you may predict the final iteration number, you cannot know the last iteration.