Hi Judy,
I am not recording the script at all. I have take a simple code from a script and the Action.c looks like this:
lr_start_transaction("Online_XXX_Test");
web_reg_find("Text=XXX - Welcome to Internet Banking", LAST);
web_url("online.tsb.co.uk",
"URL=https://online.XXX.co.uk",
"Resource=0",
"RecContentType=text/html",
"Referer=",
"Snapshot=t1.inf",
"Mode=HTML",
LAST);
lr_end_transaction("Online_XXX_Test", LR_AUTO);
return 0;
I compile it and run it against the BPM agent, which i think is not different from performance center agents?
Thanks & regards
Santosh