Wednesday, July 3, 2013

RTE Protocol in load runner-How to Implement Continue on Error

To configure the Continue on Error functionality in RTE Scripts:

➤ To continue running the script on error, insert the following function:

TE_setvar(TE_IGNORE_ERRORS, 1)



➤ To restore the default behavior of failing the script on error, insert the

following function:


TE_setvar(TE_IGNORE_ERRORS, 0)

No comments: