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:

A Side Note: They might be right by Howard Clark

May 4th, 2008 · No Comments · Uncategorized

So here is the article: ‘Testers Are Idiots’ By Edward J. Correia http://www.sdtimes.com/content/article.aspx?ArticleID=31789&AspxAutoDetectCookieSupport=1 I’ll go on record once again as saying the hiring of anyone other than a software engineer to do software testing is pure and utter folly. If I wanted an over-glorified UAT I would have my SMEs take a few weeks off […]

[Read more →]

Tags: