Testing is Rocket Science Not Brain Surgery

Almost all of the World's Greatest Accomplishments Were The Result of Great Planning!

Testing is Rocket Science Not Brain Surgery header image 4

Entries from May 7th, 2008

Code Snippets(HP LoadRunner): Decrypting Passwords and Using those Values in a web_submit statement by Howard Clark

May 7th, 2008 · 1 Comment · Uncategorized

declare either as a global in the globals.h available in multi-protocol scripts or outside of the vuser_init //placeholder variables char *Temp; char decrypted_password; //Retrieves the paramater value and decrypts it. Temp = lr_eval_string(“{UserPwd}”); Temp = lr_decrypt(Temp); //optional output of decrypted parameter value //_output_message(“%s”, Temp); //creates a new parameter that can be used in a text […]

[Read more →]

Tags: