Loadrunner Testing Cheat Sheet v1.0 PDF
Loadrunner Testing Cheat Sheet v1.0 PDF
Web Checks (Use web_reg_find with SaveCount and if statements to validate) Tips
Enable full extended logging in vugen to help identify items to correlate.
web_reg_find("Text=Welcome", "SaveCount=Welcome_Count", LAST ); Show progress of transactions with lr_vuser_status_message
Enable Expert mode in Controller to allow further configuration
web_submit_form("login.pl", "Snapshot=t2.inf", ITEMDATA, "Name=username", Set VUGen logging to Log on error and set it to 100k to capture max data
Value=jojo", ENDITEM, "Name=password", "Value=bean", ENDITEM, Consider enabling Extended logging and capturing parameter data during scenario execution.
"Name=login.x", "Value=35", ENDITEM, "Name=login.y", "Value=14", ENDITEM, Create separate uniquely named actions in scripts for init and end actions to avoid aggregation.
LAST ); Name Actions, Transactions, Scenario, Results and Analysis to match test case for traceability.