Quantcast
Channel: LoadRunner Practitioners Forum topics
Viewing all articles
Browse latest Browse all 3978

Error -- memory violation : Exception ACCESS_VIOLATION received in PC

$
0
0

Hi,

PC is throwing  memory violation : Exception ACCESS_VIOLATION error and vusers are dropping gradually.

Script is

web_set_max_html_param_len("9999");

lr_save_string(lr_eval_string(lr_paramarr_random("c_Plangroup")),"c_planGroupVal");
lr_save_int(strcmp(lr_eval_string("{c_planGroupVal}"),"DC"),"Compareresult"); [Exception error observed at this line]

if(atoi((lr_eval_string("{Compareresult}"))) == 0)

{

lr_think_time(10);

lr_start_transaction("Multiplan_TC04_Click_Link_DC");


web_url("Heat and Control, Inc. Profit-Sharing and 401(k) Savings Plan",
"URL=https://{p_URL}/planhome.aspx?planId={c_DCPlanid}&plancode={c_DCPlanCode}&planGroup={c_planGroupVal}",
"TargetFrame=",
"Resource=0",
"RecContentType=text/html",
"Referer=https://{p_URL}/Multiplanhome.aspx",
"Snapshot=t4.inf",
"Mode=HTML",
// EXTRARES,
// "Url=/api/mln/retirement", "Referer=https://{p_URL}/planhome.aspx?planId={c_DCPlanid}&plancode={c_DCPlanCode}&planGroup={c_planGroupVal}", ENDITEM,
// "Url=/api/mln/plan/home", "Referer=https://{p_URL}/planhome.aspx?planId={c_DCPlanid}&plancode={c_DCPlanCode}&planGroup={c_planGroupVal}", ENDITEM,
LAST);

lr_end_transaction("Multiplan_TC04_Click_Link_DC",LR_AUTO);

 

Can anyone please help on this.

Thanks in advance


Viewing all articles
Browse latest Browse all 3978

Trending Articles