Hello,
Thanks a lot for the response.
Below are the observations:
1. I recorded the same flow using AJAX (Click and Scipt) for which i getting ONLY this :
Action()
{
lr_start_transaction("MoneyCenter_DashBoard_01");
web_text_link("Dashboard",
"Snapshot=t5.inf",
DESCRIPTION,
"Text=Dashboard",
"Ordinal=1",
ACTION,
"UserAction=Click",
LAST);
lr_end_transaction("MoneyCenter_DashBoard_01",LR_AUTO);
return 0;
}
2. But for the same flow if I use WEB (http/html) i get a very huge code recorded which consists of web_url() and web_custom_request() functions.
Will the small code which was generated using AJAX (Click and Script) be sufficient. If so how can i verify or confim the same.
Please advice.
Best Regards,
Nishu BG.