漫游测试之性能测试(3.1、Loadrunner的介绍-3.1.3.5 lr_start_transaction和lr_end_transaction)
/*Notifythatatransactionisstarting*/lr_start_transaction("deposit");/*ServerAPIcall*/status=bank_deposit(50);/*Endtransactionwithoperationresult-passorfail*/if(status==0)lr_end_transaction("deposit",L