HI All,
I have recorded a Load Runner script for some business transaction and added few transaction in the scripts like.
-------------------------------------------------------------------------------------
lr_start_transaction(Loadrunnerz_Home_Page1);
lr_end_transaction (Loadrunnerz_Home_Page1, LR_AUTO);
:
lr_start_transaction(Loadrunnerz_Home_Page2);
lr_end_transaction (Loadrunnerz_Home_Page2, LR_AUTO);
--------------------------------------------------------------------------------------------
When I run the script, I want to see only the log information of specific Transaction of lr_start_transaction(Loadrunnerz_Home_Page2); , in the Replay Log, not for all the Transaction Logs.
Can anyone please let me know the approches need to follow for it?
Regards
Subhendu