Summary
During replay of TruClient script an error message is observed due to inproperly defined a start transaction step.
Error
During replay of a TruClient script in Vugen 12.53 the following error message appear
Error -205177: TypeError: Cannot set property 'transactionEndTime' of undefined
TypeError: Cannot set property 'transactionEndTime' of undefined
at Element.TC_NS.UserActionMonitor.onUserAction
Cause
The start transaction is assigned to a disabled step.
Fix
The start transaction should not be a disabled step.
Change the start transaction step to a step which will be executed during the replay of the script.