Procházet zdrojové kódy

By : Yonik <[email protected]>
New tests for QuickStarts test suite : Sys.Net.UsingProxyClass

svn path=/trunk/mcs/; revision=82678

Yoni Klain před 18 roky
rodič
revize
9930a2480a

+ 3 - 0
mcs/class/System.Web.Extensions/Test/AUT/Selenium/QuickStarts/QuickStartTestSuite.html

@@ -118,6 +118,9 @@
 <tr>
 <td><a target="testFrame" href="Sys.Net.SimpleWebService/SimpleWebService.html">Sys.Net.SimpleWebService-SimpleWebService</a></td>
 </tr>
+<tr>
+<td><a target="testFrame" href="Sys.Net.UsingProxyClass/default.html">Sys.Net.UsingProxyClass-Default</a></td>
+</tr>
 </table>
 </body>
 </html>

+ 39 - 0
mcs/class/System.Web.Extensions/Test/AUT/Selenium/QuickStarts/Sys.Net.UsingProxyClass/default.html

@@ -0,0 +1,39 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>default</title>
+</head>
+<body>
+<table cellpadding="1" cellspacing="1" border="1">
+<thead>
+<tr><td rowspan="1" colspan="3">default</td></tr>
+</thead><tbody>
+<tr>
+	<td>open</td>
+	<td>/SystemWebExtensionsAUT/Sys.Net.UsingProxyClass/default.aspx</td>
+	<td></td>
+</tr>
+<tr>
+	<td>click</td>
+	<td>Button3</td>
+	<td></td>
+</tr>
+<tr>
+	<td>verifyTextPresent</td>
+	<td>The default color is Red</td>
+	<td></td>
+</tr>
+<tr>
+	<td>click</td>
+	<td>Button4</td>
+	<td></td>
+</tr>
+<tr>
+	<td>verifyTextPresent</td>
+	<td>The new color is Blue</td>
+	<td></td>
+</tr>
+
+</tbody></table>
+</body>
+</html>