12 years ago
[LoadUIWeb] WebLoadUI Report | Issue/Clarification
Hi,
When the load test report is generated it seems like the section 'Pages and Page Resources' is displaying wrong information.
In my script, if I view by
- 'Group by Pages' displays 18 pages
- 'Group by Connections' displays 20 connections
- 'No Grouping' displays 134 requests.
Based on my understanding all these 134 requests will be made over 20 connections. Is that right?
Coming back to the actual problem. When the test execution is completed by 2 virtual users, the report is generated. In the "Summary" page under "Errors/Warnings", I could see like "Total Errors 0 (view)".
Question #1
In that report under 'Executed Scenarios->By Scenario', I am finding like.
Executed Scenarios Scenarios Percent
Errors 2 100%
But when checked the messages tab, all the icons are in green (OK). On further analysis within the messages tab, I could see around 4 messages for each virtual user like "Virtual user "Virtual user (1)": The connection was closed." & "Virtual user "Virtual user (2)": The connection was closed."
However it seems like all the 134 requests were made by each virtual user and received the response properly. This is confirmed by number of messages in 'messages' tab. Total 276 messages were there. By eliminating 8 connection closed messages, I could see 268 messages (134 requests x 2 users) with proper response (OK Green icon).
If this connection closed is retried & got the proper response from serer, then why is this reported as an error in final report?
Question #2
In the same report, under "Pass/Fail -> Pages and Page Resources -> By Scenario" section, the results appears like,
Page Result Type Pages Percent
OK Pages 24 31.58
Pages with Errors 52 68.42
Resource Loading Result Type Requests Percent
Resources Loaded without Errors or Warnings 268 76.57
Resources Loaded with Errors 82 23.43
I am unable to interpret this information. Is this valid information or known issue?