Skip to content

Commit c85858d

Browse files
committed
recapitalize web where it should be
1 parent 53fa780 commit c85858d

3 files changed

+4
-4
lines changed

docs/test/analyze-load-test-results-and-errors-in-the-tables-view.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Most numeric values displayed in a table for performance counters are cumulative
5454
|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).|
5555
|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.|
5656
|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.|
5858

5959
## Collect percentile data
6060

@@ -167,7 +167,7 @@ The **Load Test Errors** table contains the following columns:
167167
|**SubType**|The subtype of the error. For example, LoadTestException.|
168168
|**Text**|The text of the error message. For example, 404 - NotFound.|
169169
|**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.|
171171

172172
> [!NOTE]
173173
> You can sort the table by choosing the column headers.

docs/test/how-to-create-a-web-performance-test-plug-in.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ You can use customized web performance test plug-ins with the web performance te
114114

115115
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.
116116

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**.
118118

119119
```csharp
120120
using System;

docs/test/walkthrough-use-the-virtual-user-activity-chart-to-isolate-issues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ After you have run your load test and collected the virtual user activity data,
108108

109109
8. Notice that **Test log** is a link. Choose the **Test log** link.
110110

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.
112112

113113
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**.
114114

0 commit comments

Comments
 (0)