Friday, December 14, 2007

How can you stop the script while running?

You can stop your script by using a load runner function lr_abort (). There is a default function vuser_end (). But it will stop the script at the end last line. But if you want to stop the script in the middle after some error occurred, then use lr_abort ();.

No comments:

Post a Comment