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/fix-non-detectable-dynamic-parameters-in-a-web-performance-test.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ Some types of dynamic parameters are not detected. An undetected dynamic paramet
29
29
30
30
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.
31
31
32
-
1. Create a new ASP.NET project named **DynamicParamaterSample**.
32
+
1. Create a new ASP.NET project named **DynamicParameterSample**.
33
33
34
34

35
35
@@ -70,15 +70,15 @@ To demonstrate both a detectable and a non-detectable dynamic parameter, we’ll
70
70
71
71
6. Add a second web form named *ASPQuery.aspx*.
72
72
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**.
74
74
75
75

76
76
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**.
78
78
79
79

80
80
81
-
9. Choose **(…)** for the NavigationURL property.
81
+
9. Choose **(…)** for the **NavigationURL** property.
82
82
83
83

84
84
@@ -97,7 +97,7 @@ To demonstrate both a detectable and a non-detectable dynamic parameter, we’ll
97
97
98
98
11. Add a third web form named *JScriptQuery.aspx*.
99
99
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**.
101
101
102
102

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

237
237
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.
239
239
240
240

0 commit comments