Javascript – For Loop not working as expected in Beanshell scripting Jmeter
Below is my code, where I am trying to loop through set of Status's and break if Status is equal N. And Save EpisodeId at same index. (using Javascript in beanshell postprocessor) var i; var count = vars.get("AuthStatus_matchNr"); var EpisodeID;…