Archive

Posts Tagged ‘invalid action’

loadrunner controller – invalid action

October 29th, 2008

If you have ever written a loadrunner script, you’d have noticed the actions on left of the window. Actions allow you to split your script up into logical components, which help with debugging, recording, and not to mention the benefits in analysis.
By default loadrunner gives you 2 actions, vuser_init, and vuser_end. they are only executed once per script, regardless of the amount of iterations, and they do just as their name implies, initialise and end the virtual user. You have the ability to add your own actions, delete, and rename them, anywhere in between vuser_init and vusier_end. And this is where our problem begins.

Read more…

loadurnner