You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/test/analyze-load-test-results-and-errors-in-the-tables-view.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ Most numeric values displayed in a table for performance counters are cumulative
54
54
|Thresholds|Displays a list of threshold rule violations that occurred during the load test run. For more information, see [Analyzing threshold rule violations](../test/analyze-threshold-rule-violations-in-load-tests.md).|
55
55
|Transactions|Displays a list of transactions that occurred during a load test run. For more information, see [The Transactions table](../test/analyze-load-test-results-and-errors-in-the-tables-view.md#the-transactions-table) in this topic.|
56
56
|Agents|Displays only if your load test is using a test controller and test agents. Displays a list of the agents that were used during the load test run. The Agents table includes how many requests the agent tested and of those requests, how many failed. Additionally, the Agents table includes the number of tests in the load tests test mix that the agent tested and of those, how many failed.|
57
-
|Test Details|Displays details for the tests included in the test mix for the load test. The details include the name of the test, the scenario that the test was in, the time that the test started, the length of time it took the test to run, and the test outcome indicating if the test passed or failed. If the test failed, a link is present in the **Details** column. You can choose the link which will take you to the web Performance Test Editor with the failed request highlighted.|
57
+
|Test Details|Displays details for the tests included in the test mix for the load test. The details include the name of the test, the scenario that the test was in, the time that the test started, the length of time it took the test to run, and the test outcome indicating if the test passed or failed. If the test failed, a link is present in the **Details** column. You can choose the link which will take you to the Web Performance Test Editor with the failed request highlighted.|
58
58
59
59
## Collect percentile data
60
60
@@ -167,7 +167,7 @@ The **Load Test Errors** table contains the following columns:
167
167
|**SubType**|The subtype of the error. For example, LoadTestException.|
168
168
|**Text**|The text of the error message. For example, 404 - NotFound.|
169
169
|**Stack**|The entries in this column are either empty, or the word **Stack** is formatted as a hyperlink. You can choose the hyperlink to view a stack trace of the error.|
170
-
|**Details**|The entries in this column are either empty, or the word **TestLog** is formatted as a hyperlink. This link can help you isolate errors in the load test. For example, choosing the **TestLog** link on a web Performance test request error will open up the results for the web Performance test in the web Performance Test Results Viewer and highlight the request error.|
170
+
|**Details**|The entries in this column are either empty, or the word **TestLog** is formatted as a hyperlink. This link can help you isolate errors in the load test. For example, choosing the **TestLog** link on a web performance test request error will open up the results for the web performance test in the Web Performance Test Results Viewer and highlight the request error.|
171
171
172
172
> [!NOTE]
173
173
> You can sort the table by choosing the column headers.
Copy file name to clipboardExpand all lines: docs/test/how-to-create-a-web-performance-test-plug-in.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -114,7 +114,7 @@ You can use customized web performance test plug-ins with the web performance te
114
114
115
115
The following code creates a customized web performance test plug-in that adds an item to the <xref:Microsoft.VisualStudio.TestTools.WebTesting.WebTestContext> that represents the test iteration.
116
116
117
-
After running the web performance test, by using this plug-in you can see the added item that is named **TestIteratnionNumber** in the **Context** tab in the web Performance Results Viewer.
117
+
After running the web performance test, by using this plug-in you can see the added item that is named **TestIteratnionNumber** in the **Context** tab in the **Web Performance Results Viewer**.
Copy file name to clipboardExpand all lines: docs/test/walkthrough-use-the-virtual-user-activity-chart-to-isolate-issues.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -108,7 +108,7 @@ After you have run your load test and collected the virtual user activity data,
108
108
109
109
8. Notice that **Test log** is a link. Choose the **Test log** link.
110
110
111
-
9. The ColorWebTest web performance test that is associated with the log opens in the web Performance Test Results Viewer. This lets you isolate where the threshold violations occurred.
111
+
9. The ColorWebTest web performance test that is associated with the log opens in the Web Performance Test Results Viewer. This lets you isolate where the threshold violations occurred.
112
112
113
113
You can use various settings in both the **Details Legend** and **Filter results** panels to help in isolating performance issues, and errors in your load tests. Experiment with these settings and the **Zoom to time period** tool to see how the virtual user data is presented in the **Virtual User Activity Chart**.
0 commit comments