Active Topics Memberlist Calendar Search Help | |
Register Login |
One Stop Testing Forum : Testing Tools @ OneStopTesting : LoadRunner @ OneStopTesting |
Topic: "System error" under load troubleshooting |
|
Author | Message |
bond007
Newbie Joined: 30Mar2007 Online Status: Offline Posts: 1 |
Topic: "System error" under load troubleshooting Posted: 30Mar2007 at 11:04pm |
I see intermittent “system error” in my application under load and not sure how I can troubleshoot it further.
I would like to stop execution of all users in the scenario if I see a “system error” web_reg_find("Text=system error", "Fail=Found", "Search=Body", LAST); My Runtime Setting has “Continue on error” unchecked; however when I run 20 users, scripts continues to run and I am having hard time finding any logs on the server. I would like my scenario to end immediately if “System error” found. Any suggestion will be appreciated. Post Resume: Click here to Upload your Resume & Apply for Jobs |
|
IP Logged | |
jay@jay
Newbie Joined: 30Mar2007 Online Status: Offline Posts: 15 |
Posted: 31Mar2007 at 2:10am |
int syserror;
syserror = web_reg_find("Fail=Found", "Text=System Error", LAST); lr_start_transaction("abcd"); web_url("Main", "URL=https://{ServerName}", .. .. .. lr_end_transaction("abcd",LR_AUTO); if(syserror = LR_FAIL) { lr_error_message("Received System Error-Aborting Vuser"); lr_abort(); } |
|
IP Logged | |
Forum Jump |
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |
© Vyom Technosoft Pvt. Ltd. All Rights Reserved.