130 lines
5.4 KiB
Plaintext
130 lines
5.4 KiB
Plaintext
<html>
|
|
<head>
|
|
<title>Struts Interop BVT Test Suite</title>
|
|
</head>
|
|
<body>
|
|
<%----------------------------------------------------------------%>
|
|
<%-------------------- Page Flow scoped Form tests ---------------%>
|
|
<%----------------------------------------------------------------%>
|
|
<h3 align="center">
|
|
<font color="blue">Page Flow scoped Form tests</font>
|
|
</h3>
|
|
<table border="1" width="100%" cellspacing="0">
|
|
<%-- Table headings ----------------------------------------------%>
|
|
<tr>
|
|
<th align="left">Test Name</th>
|
|
<th align="left">Test Status</th>
|
|
<th align="left">Test Description</th>
|
|
</tr>
|
|
|
|
<%----------------------------------------------------------------%>
|
|
<%---------------------- JpfScopedForm Test 49 -------------------%>
|
|
<%----------------------------------------------------------------%>
|
|
<tr>
|
|
<td width="15%" valign=top>
|
|
<a href="jpfScopedForms/test49/StartTest.jsp">
|
|
<img src="resources/images/bullet.gif" border="0"
|
|
alt="Run the test"> Test49
|
|
</a>
|
|
</td>
|
|
<td width="10%" valign=top >
|
|
Automated
|
|
</td>
|
|
<td>
|
|
<jsp:include page="jpfScopedForms/test49/TestDescription.txt"/>
|
|
</td>
|
|
</tr>
|
|
|
|
<%----------------------------------------------------------------%>
|
|
<%---------------------- JpfScopedForm Test 50 -------------------%>
|
|
<%----------------------------------------------------------------%>
|
|
<tr>
|
|
<td width="15%" valign=top>
|
|
<a href="jpfScopedForms/test50/StartTest.jsp">
|
|
<img src="resources/images/bullet.gif" border="0"
|
|
alt="Run the test"> Test50
|
|
</a>
|
|
</td>
|
|
<td width="10%" valign=top >
|
|
<font color="green">Manual</font>
|
|
</td>
|
|
<td>
|
|
<jsp:include page="jpfScopedForms/test50/TestDescription.txt"/>
|
|
</td>
|
|
</tr>
|
|
|
|
<%----------------------------------------------------------------%>
|
|
<%---------------------- JpfScopedForm Test 51 -------------------%>
|
|
<%----------------------------------------------------------------%>
|
|
<tr>
|
|
<td width="15%" valign=top>
|
|
<a href="jpfScopedForms/test51/StartTest.jsp">
|
|
<img src="resources/images/bullet.gif" border="0"
|
|
alt="Run the test"> Test51
|
|
</a>
|
|
</td>
|
|
<td width="10%" valign=top >
|
|
Automated
|
|
</td>
|
|
<td>
|
|
<jsp:include page="jpfScopedForms/test51/TestDescription.txt"/>
|
|
</td>
|
|
</tr>
|
|
|
|
<%----------------------------------------------------------------%>
|
|
<%---------------------- JpfScopedForm Test 55 -------------------%>
|
|
<%----------------------------------------------------------------%>
|
|
<tr>
|
|
<td width="15%" valign=top>
|
|
<a href="jpfScopedForms/test55/StartTest.jsp">
|
|
<img src="resources/images/bullet.gif" border="0"
|
|
alt="Run the test"> Test55
|
|
</a>
|
|
</td>
|
|
<td width="10%" valign=top >
|
|
Automated
|
|
</td>
|
|
<td>
|
|
<jsp:include page="jpfScopedForms/test55/TestDescription.txt"/>
|
|
</td>
|
|
</tr>
|
|
|
|
<%----------------------------------------------------------------%>
|
|
<%---------------------- JpfScopedForm Test 59 -------------------%>
|
|
<%----------------------------------------------------------------%>
|
|
<tr>
|
|
<td width="15%" valign=top>
|
|
<a href="jpfScopedForms/test59/StartTest.jsp">
|
|
<img src="resources/images/bullet.gif" border="0"
|
|
alt="Run the test"> Test59
|
|
</a>
|
|
</td>
|
|
<td width="10%" valign=top >
|
|
Automated
|
|
</td>
|
|
<td>
|
|
<jsp:include page="jpfScopedForms/test59/TestDescription.txt"/>
|
|
</td>
|
|
</tr>
|
|
|
|
<%----------------------------------------------------------------%>
|
|
<%---------------------- JpfScopedForm JpfTest7 -----------------%>
|
|
<%----------------------------------------------------------------%>
|
|
<tr>
|
|
<td width="15%" valign=top>
|
|
<a href="jpfScopedForms/jpfTest7/StartTest.jsp">
|
|
<img src="resources/images/bullet.gif" border="0"
|
|
alt="Run the test"> JpfTest7
|
|
</a>
|
|
</td>
|
|
<td width="10%" valign=top >
|
|
<font color="green">Manual</font>
|
|
</td>
|
|
<td>
|
|
<jsp:include page="jpfScopedForms/jpfTest7/TestDescription.txt"/>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</body>
|
|
</html>
|