Skip to content

Commit 78e8488

Browse files
author
craigcaseyMSFT
committed
fixes after review cycle
1 parent fa0cb2a commit 78e8488

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

docs/test/fix-non-detectable-dynamic-parameters-in-a-web-performance-test.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Some types of dynamic parameters are not detected. An undetected dynamic paramet
2929

3030
To demonstrate both a detectable and a non-detectable dynamic parameter, we’ll create a simple ASP.NET web application that has three web forms with a few controls and some custom code. We’ll then learn how to isolate the dynamic parameters and how to handle them.
3131

32-
1. Create a new ASP.NET project named **DynamicParamaterSample**.
32+
1. Create a new ASP.NET project named **DynamicParameterSample**.
3333

3434
![Create an empty ASP.NET web application project](../test/media/web_test_dynamicparameter_aspproject.png)
3535

@@ -70,15 +70,15 @@ To demonstrate both a detectable and a non-detectable dynamic parameter, we’ll
7070

7171
6. Add a second web form named *ASPQuery.aspx*.
7272

73-
7. In design view, drag a **Label** onto the page and change the value for its (ID) property to IndexLabel.
73+
7. In design view, drag a **Label** onto the page and change the value for its **(ID)** property to **IndexLabel**.
7474

7575
![Add a label to the web form](../test/media/web_test_dynamicparameter_label.png)
7676

77-
8. Drag a **HyperLink** onto the page and change the vale for its Text property to Back.
77+
8. Drag a **HyperLink** onto the page and change the vale for its **Text** property to **Back**.
7878

7979
![Add a hyperlink to the web form](../test/media/web_test_dynamicparameter_hyperlink.png)
8080

81-
9. Choose **(…)** for the NavigationURL property.
81+
9. Choose **(…)** for the **NavigationURL** property.
8282

8383
![Edit the NavigateURL property](../test/media/web_test_dynamicparameter_hyperlink_navurl.png)
8484

@@ -97,7 +97,7 @@ To demonstrate both a detectable and a non-detectable dynamic parameter, we’ll
9797

9898
11. Add a third web form named *JScriptQuery.aspx*.
9999

100-
Just as we did for the second page, drag a **Label** onto the form, setting its (ID) property to IndexLabel and drag a **Hyperlink** onto the form, setting its text property to Back, and its NavigationURL property to *Querystring.aspx*.
100+
Just as we did for the second page, drag a **Label** onto the form, setting its **(ID)** property to **IndexLabel** and drag a **Hyperlink** onto the form, setting its **Text** property to **Back**, and its **NavigationURL** property to **Querystring.aspx**.
101101

102102
![Add and configure the third web form](../test/media/web_test_dynamicparameter_addwebform3.png)
103103

@@ -235,7 +235,7 @@ To demonstrate both a detectable and a non-detectable dynamic parameter, we’ll
235235

236236
![Parameter applied to querystring](../test/media/web_test_dynamicparameter_addextractionfindreplace3.png)
237237

238-
10. Close the **find and replace** dialog. Notice the similar structure of in the request tree between the detected dynamic parameter and the non-detected dynamic parameter that you correlated.
238+
10. Close the **Find and Replace** dialog. Notice the similar structure of in the request tree between the detected dynamic parameter and the non-detected dynamic parameter that you correlated.
239239

240240
![Detected and correlated dynamic parameters](../test/media/web_test_dynamicparameter_conclusion.png)
241241

docs/test/generate-and-run-a-coded-web-performance-test.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Web performance tests are recorded by browsing through your web app. The tests a
8282
**A:** Yes, use the context menu in **Solution Explorer**.
8383

8484
### Q: Should I add a data source before or after I generate a coded test?
85-
**A:** It is easier to add a [data source](../test/add-a-data-source-to-a-web-performance-test.md), before you generate the coded test because the code will be automatically generated for you.
85+
**A:** It is easier to add a [data source](../test/add-a-data-source-to-a-web-performance-test.md) before you generate the coded test because the code will be automatically generated for you.
8686

8787
When you run a coded test with a data source, you might see the following error message:
8888

0 commit comments

Comments
 (0)