I've set up and recorded a Web transaction to one of our apps. This is a Silverlight web app and due to that limitation I needed to capture it as accurately as possible using X/Y capture.
My problem now is this - the time reported for a 'step' (which is really a long process of waiting an appropriate amount of time for some content to load, entering my credentials, and clicking on some static content) is VERY inaccurate. I know it takes a minute to perform the task, and the pauses are recorded in the step itself 'wait 27 seconds....etc.'
However, the reported time is only a fraction of that - less than a second. I believe this is because that short time is the sum total of all HTTP communication and the rest is obfuscated because of Silverlight. That's not a problem, but I want to be able to accurately record the pauses and time elapsed.
Any assistance would be appreciated.