loadrunner when a user login fails, re-execute the logon script

char *userid;   

re: userid = lr_eval_string ( "{Param_userid}"); \\ Param_userid parameters of the parameter for the user

lr_save_string (userid, "user"); \\ parameter of the user data stored in the user parameters

{

\\ user login script

\\ judgment condition, when a user login fails

geto re; \\ when a user login fails the re-assignment of the user to re-login operation is performed

 

 

}
----------------
Disclaimer: This article is CSDN blogger "Polaris 0202" original article, follow the CC 4.0 BY-SA copyright agreement, reproduced, please attach the original source and link this statement.
Original link: https: //blog.csdn.net/wangsy0202/article/details/51917322

Guess you like

Origin www.cnblogs.com/wsy0202/p/12368077.html