Is it possible to debug the event handler code?
I'm trying to execute the complete test case. My test case gets failed at the last step where I have used the event handler code to check if my authorization token has got expired or not. If it is expired, it creates a new one. If it is not- it continues with that old token. My test case gets hanged at the last step.
I think that it might be because of the use of while loop in the event handler code. But the execution shows it is getting hanged at the Transfer step.
but when I verify that in the individual step, I find that the value has already got transferred in the last step. So I think it might be the issue with the last step.
I tried debugging using the Step-by-Step Run feature but there also it gets hanged and I cannot take much inference from there as shown below