craigcanderson
11 years agoContributor
Questions concerning post run values
After my loadUI test completes:
At the top of the workspace, in the main menu bar, it shows:
- The total time of the run, Time (5 minutes)
- The total number of requests Sent (7936)
- The total number of Failures (934).
On the SoapUI Runner component, it shows the values:
- Requests (7936)
- Running (0)
- Completed (7936)
- Queued (0)
- Discarded (3069)
- Failed (321).
On the Report:
Under the Execution Data section it shows:
- Total number of requests (7936)
- Total number of failed requests (0)
- Total number of assertions (1237)
- Total number of failed assertions (934).
I am trying to figure out the following (after the test completes):
At the top of the workspace (in the main menu bar):
What does the 934 Failures represent?
What sort of failures are they - loadUI assertion failures or soapUI assertion failures?
On the SoapUI Runner component:
If the Discarded value is 3069, I was expecting the Completed value to be (7936 - 3069) or (4867) not 7936.
Also if 321 Failed - does that mean 321 Failed assertions?
If so, why doesn't that value match the the Assertion values on the report?
If it does not represent Assertion Failures but request failures - shouldn't it match the 934 value?
On the Report:
Under Execution Data section – what does the “Total number of assertions” represent?
What exactly does Discarded mean?
How are the Discarded requests being taken into account overall?
Why don't any of these numbers add up?
Are some of the Failures that are showing up, Failures of the Assertions that exist on the soapUI Project rather than the loadUI assertions?
At the top of the workspace, in the main menu bar, it shows:
- The total time of the run, Time (5 minutes)
- The total number of requests Sent (7936)
- The total number of Failures (934).
On the SoapUI Runner component, it shows the values:
- Requests (7936)
- Running (0)
- Completed (7936)
- Queued (0)
- Discarded (3069)
- Failed (321).
On the Report:
Under the Execution Data section it shows:
- Total number of requests (7936)
- Total number of failed requests (0)
- Total number of assertions (1237)
- Total number of failed assertions (934).
I am trying to figure out the following (after the test completes):
At the top of the workspace (in the main menu bar):
What does the 934 Failures represent?
What sort of failures are they - loadUI assertion failures or soapUI assertion failures?
On the SoapUI Runner component:
If the Discarded value is 3069, I was expecting the Completed value to be (7936 - 3069) or (4867) not 7936.
Also if 321 Failed - does that mean 321 Failed assertions?
If so, why doesn't that value match the the Assertion values on the report?
If it does not represent Assertion Failures but request failures - shouldn't it match the 934 value?
On the Report:
Under Execution Data section – what does the “Total number of assertions” represent?
What exactly does Discarded mean?
How are the Discarded requests being taken into account overall?
Why don't any of these numbers add up?
Are some of the Failures that are showing up, Failures of the Assertions that exist on the soapUI Project rather than the loadUI assertions?