Need help with StresStimulus? Start here.
Debugging slow verification of test cases
Unregistered User Posts: 475
10/17/2021
|
I am having a situation where running the verification of my test case takes very long. I record the test case which hops between some web app, Teams and Outlook and it correlates just fine but when verifying the test case it takes VERY long. Is there a way I can trace the verification steps to see what is holding up the process?
|
|
0
link
|
George @StresStimulus Administrator Posts: 511
10/17/2021
|
You can enable tracing during Verify by checking Generate trace log checkbox in Verify dialog as described https://support.stresstimulus.com/display/doc53/Verifying+the+Test+Case
 After verify is complete or aborted, the trace log will appear in the Trace log tab.

The trace log will show timestamps of requests/responses so you can pinpoint which requests are slow. One likely possibility of slow verify is that the recorder captured many asynchronous background requests that run synchronously during verification. An example could be a chat service. These requests are most likely unrelated to the application and unnecessary to your load test, and should be removed from the test case. You can delete them as described https://support.stresstimulus.com/display/doc53/Adding+Deleting+and+Changing+Sessions, or if all of these requests point to a specific host, then you can delete this host as described https://support.stresstimulus.com/display/doc53/Purging+requests+to+unwanted+hosts
|
|
0
link
|
Copyright © 2023 Stimulus Technology