Loadrunner - Select which action to execute next -



Loadrunner - Select which action to execute next -

i'm scripting under vugen , know if there way take action perform next.

for illustration have 3 action in script,

in first action i'm testing value of variable , if value 0 want execute action 2 action 3 but if value 1 want execute action 3.

is there way create possible ?

unschedule actions in run time settings

these standard c functions, so....

if ( myvariable == 0 ) { action2(); }

if ( myvariable == 0 || myvariable == 1 ) { action3(); }

you may want investigate 'c' language refresher course.

loadrunner

Comments

Popular posts from this blog

web services - java.lang.NoClassDefFoundError: Could not initialize class net.sf.cglib.proxy.Enhancer -

Accessing MATLAB's unicode strings from C -

javascript - mongodb won't find my schema method in nested container -