Skip to content

Commit a620470

Browse files
author
craigcaseyMSFT
committed
Content update project in test folder (51-60)
1 parent 1ab4263 commit a620470

3 files changed

+16
-16
lines changed

docs/test/how-to-add-computer-tags-to-counter-set-mappings-using-the-load-test-editor.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ manager: douge
1111
ms.prod: visual-studio-dev15
1212
ms.technology: vs-ide-test
1313
---
14-
# How to: Add Computer Tags to Counter Set Mappings Using the Load Test Editor
14+
# How to: Add computer tags to counter set mappings using the load test editor
1515

16-
Computer tags let you identify a computer with an easy-to-recognize name. The tags are displayed in the **Counter Set Mappings** node in the tree in the Load Test Editor. More important, the tags are displayed in Excel reports, which help stakeholders identify what role the computer has in the load test. For example, "Web Server1 in lab2" or "SQL Server2 in Phoenix office". For more information, see [Reporting Load Tests Results for Test Comparisons or Trend Analysis](../test/compare-load-test-results.md).
16+
Computer tags let you identify a computer with an easy-to-recognize name. The tags are displayed in the **Counter Set Mappings** node in the tree in the Load Test Editor. More important, the tags are displayed in Excel reports, which help stakeholders identify what role the computer has in the load test. For example, "Web Server1 in lab2" or "SQL Server2 in Phoenix office". For more information, see [Reporting load tests results for test comparisons or trend analysis](../test/compare-load-test-results.md).
1717

1818
## To add a tag to a computer
1919

@@ -35,15 +35,15 @@ Computer tags let you identify a computer with an easy-to-recognize name. The ta
3535
4. Under **Computer and counter sets to monitor**, select the computer that you want to apply the tag to.
3636

3737
> [!NOTE]
38-
> For information about how to add a computer, see [How to: Manage Counter Sets](../test/how-to-manage-counter-sets-using-the-load-test-editor.md).
38+
> For information about how to add a computer, see [How to: Manage counter sets](../test/how-to-manage-counter-sets-using-the-load-test-editor.md).
3939
4040
5. In the **Computer Tags** text box, type a tag to associate with the computer. For example, "TestMachine12 in lab3".
4141

4242
6. Choose **OK**.
4343

4444
## See also
4545

46-
- [Analyzing Threshold Rule Violations](../test/analyze-threshold-rule-violations-in-load-tests.md)
47-
- [Analyze Load Test Results](../test/analyze-load-test-results-using-the-load-test-analyzer.md)
48-
- [Specifying the Counter Sets and Threshold Rules for Computers in a Load Test](../test/specify-counter-sets-and-threshold-rules-for-load-testing.md)
49-
- [How to: Manage Counter Sets](../test/how-to-manage-counter-sets-using-the-load-test-editor.md)
46+
- [Analyze threshold rule violations](../test/analyze-threshold-rule-violations-in-load-tests.md)
47+
- [Analyze load test results](../test/analyze-load-test-results-using-the-load-test-analyzer.md)
48+
- [Specify the counter sets and threshold rules for computers in a load test](../test/specify-counter-sets-and-threshold-rules-for-load-testing.md)
49+
- [How to: Manage counter sets](../test/how-to-manage-counter-sets-using-the-load-test-editor.md)

docs/test/how-to-add-context-parameters-to-a-load-test-run-setting.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ manager: douge
1212
ms.prod: visual-studio-dev15
1313
ms.technology: vs-ide-test
1414
---
15-
# How to: Add Context Parameters to a Load Test Run Setting
15+
# How to: Add context parameters to a load test run setting
1616

1717
After you create your load test by using the **New Load Test Wizard**, you can use the **Load Test Editor** to change the scenarios properties to meet your testing needs and goals.
1818

1919
> [!NOTE]
20-
> For a full list of the run settings properties and their descriptions, see [Load Test Run Settings Properties](../test/load-test-run-settings-properties.md).
20+
> For a full list of the run settings properties and their descriptions, see [Load test run settings properties](../test/load-test-run-settings-properties.md).
2121
2222
You can create context parameters to use in a load test run setting by using the Load Test Editor. Context parameters let you parameterize a string.
2323

@@ -58,12 +58,12 @@ Additionally, by assigning different values to a context parameter by using the
5858

5959
If the run setting already contains a **Context Parameters** folder, you can right-click it and then choose **Add Context Parameter**.
6060

61-
4. In the Properties window, change the value for **Name** as appropriate (for example, WebServer1). In the Properties window, change **Value** to the parameter that you want to use (for example, `http://CorporateStagingWebServer`).
61+
4. In the **Properties** window, change the value for **Name** as appropriate (for example, WebServer1). In the **Properties** window, change **Value** to the parameter that you want to use (for example, `http://CorporateStagingWebServer`).
6262

6363
5. (Optional) Repeat steps 3 through 5 and use a different string for the **Value** property (for example, `http://CorporateProductionWebServer`).
6464

6565
6. Choose which run settings that you want to be active. Open the shortcut menu on the run settings and choose **Set As Active**.
6666

6767
## See also
6868

69-
- [Configuring Load Test Run Settings](../test/configure-load-test-run-settings.md)
69+
- [Configure load test run settings](../test/configure-load-test-run-settings.md)

docs/test/how-to-add-counters-to-counter-sets-using-the-load-test-editor.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ manager: douge
1313
ms.prod: visual-studio-dev15
1414
ms.technology: vs-ide-test
1515
---
16-
# How to: Add Counters to Counter Sets Using the Load Test Editor
16+
# How to: Add counters to counter sets using the Load Test Editor
1717

18-
When you create a load test with the **Load Test Wizard**, you add an initial set of counters. These offer you a set of predefined counter sets for your load test. For more information, see [Specifying the Counter Sets and Threshold Rules for Computers in a Load Test](../test/specify-counter-sets-and-threshold-rules-for-load-testing.md).
18+
When you create a load test with the **Load Test Wizard**, you add an initial set of counters. These offer you a set of predefined counter sets for your load test. For more information, see [Specify the counter sets and threshold rules for computers in a load test](../test/specify-counter-sets-and-threshold-rules-for-load-testing.md).
1919

2020
> [!NOTE]
2121
> If your load tests are distributed across remote machines, controller and agent counters are mapped to the controller and agent counter sets. For more information about how to use remote machines in your load test, see [Test controllers and test agents](configure-test-agents-and-controllers-for-load-tests.md).
@@ -55,9 +55,9 @@ When you create a load test with the **Load Test Wizard**, you add an initial se
5555
7. Choose **OK**.
5656

5757
> [!NOTE]
58-
> It is also possible to add counters to a counter set by right choosing an existing counter or counter category, choosing copy, and then pasting it to a different counter set node. Extra counters that are copied, but not needed, can be deleted.
58+
> It is also possible to add counters to a counter set by choosing an existing counter or counter category, choosing copy, and then pasting it to a different counter set node. Extra counters that are copied, but not needed, can be deleted.
5959
6060
## See also
6161

62-
- [Specifying the Counter Sets and Threshold Rules for Computers in a Load Test](../test/specify-counter-sets-and-threshold-rules-for-load-testing.md)
63-
- [Configuring Load Test Run Settings](../test/configure-load-test-run-settings.md)
62+
- [Specify the counter sets and threshold rules for computers in a load test](../test/specify-counter-sets-and-threshold-rules-for-load-testing.md)
63+
- [Configure load test run settings](../test/configure-load-test-run-settings.md)

0 commit comments

Comments
 (0)