Unanswered question

Is there any easy way to see the total number of passed and failed instances of spcecific containers during a test?

Sometimes its difficult to see how well your test is going in real time.. error rate is fine - but i'd like to be able to see how specific transactions/containers are doing - e.g. uploaded x documents successfully, x have failed.

Amit S.
Amit S.

Amit S.

Level
0
4 / 100
points

Answers

Jean-Philippe G.
Jean-Philippe G.

Jean-Philippe G.

Level
0
42 / 100
points

Hi Amit,

When you need to identify in real time which specific transation is failing, you can run the test in debug mode. See "Starting the Test" section from the documentation.
HTH