Hi all,.
As many companies are moving into building Single Page Applications (SPA), what would be the best solution to capture real user experience?
I am trying to use truclient for this effort, however, the challenge that I am facing is that if I were to put the end event as “Step Network Completed”, it doesn’t seem to be waiting for all the different calls to complete before ending the transaction. As a work around, what I am implementing is “Wait for object”. However, the drawback is that this will only wait for the particular object to appear and does not really wait for all the calls to complete (like fiddler or httpwatch). Any inputs in this direction would really be helpful.