Blazemeter / CitrixPlugin

A repository for the Citrix Plugin for JMeter
Apache License 2.0
11 stars 2 forks source link

Screenshot capture and save when error is occured #67

Open Madeppa opened 1 year ago

Madeppa commented 1 year ago

Hi,

when the user encounters an error, is there a way to automatically generate a screen capture on the user's current state? Also save that screenshot to a separate folder so that it will help us to analyze post load test execution on the errors.

3dgiordano commented 1 year ago

Hi @Madeppa

The errors and their screenshots are part of the response data and are stored in the result file, which is displayed in the View Result Tree.

To see them or debug them you can see the following links of the user manual.

Understanding the result https://github.com/Blazemeter/CitrixPlugin/blob/master/MANUAL.md#understanding-the-result

Debug the result with Citrix Interaction https://github.com/Blazemeter/CitrixPlugin/blob/master/MANUAL.md#debug-the-result-with-citrix-interaction

In general, the same concepts are handled as in JMeter, in the results are the responses, and the errors, and there you can see the image captures there. By default the template has indicated in the View Result Tree to display all the results, not only the error ones, you can filter by those that are or are not with errors and you can see the screenshot on it.