How to measure the response time for any step

how to measure the response time for any step.
I tried to use “add transaction Item” but couldnt find the way to implement it.
Is there any other way or add transaction Item will be enough but how does this work

@ayush_singhal, I am not sure, what do you mean by “measure the response time for any step”.
Add Transaction Item: Adds a new item in the queue and starts a transaction. The status of the item will be set to InProgress. Returns the item as a QueueItem variable.
So basically if you are using orcheatrstor to store your inputs in queue, then you have to use this activity.
Regards,
Jiban

@jibanjyoti i meant to measure transaction response time like how much time it took for a step i.e. Login time, search etc