hi,Team
My loadrunner is 12.02 community version.
In my TruClient IE script,there is an Evaluate JavaScript code that catch the element innerHTML of web page.
Then I define the iteration number as 10 in controller ,the script work normally before the 8th iteration.
Call Function dosomething
Function dosomething()
{
step 1
...
step 5 Evaluate JavaScript code var id=LR.getParam("id"); //this is an input parameter,from param table,uniqe.
...
step 10 Evaluate JavaScript code var str=document.getElementsByTagName("a")[0].innerHTML; // this point will failed after 7 iterations.
...
}
I don't know which parameter will cause this issue,or it's a bug.
What information do you need ?
Thanks,
-Darren