113 lines
4.7 KiB
Plaintext
113 lines
4.7 KiB
Plaintext
<html>
|
|
<head>
|
|
<title>Struts Interop BVT Test Suite</title>
|
|
</head>
|
|
<body>
|
|
<%----------------------------------------------------------------%>
|
|
<%-------------------- Scoped Page Flow Tests --------------------%>
|
|
<%----------------------------------------------------------------%>
|
|
<h3 align="center">
|
|
<font color="blue">Scoped Page Flow 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>
|
|
|
|
<%----------------------------------------------------------------%>
|
|
<%---------------------- ScopedJpf Test 1 ------------------------%>
|
|
<%----------------------------------------------------------------%>
|
|
<tr>
|
|
<td width="15%" valign=top>
|
|
<a href="scopedJpf/jpfTest1/StartTest.jsp">
|
|
<img src="resources/images/bullet.gif" border="0"
|
|
alt="Run the test"> JpfTest1
|
|
</a>
|
|
</td>
|
|
<td width="10%" valign=top >
|
|
<font color="green">Manual</font>
|
|
</td>
|
|
<td>
|
|
<jsp:include page="scopedJpf/jpfTest1/TestDescription.txt"/>
|
|
</td>
|
|
</tr>
|
|
|
|
<%----------------------------------------------------------------%>
|
|
<%---------------------- ScopedJpf Test 2 ------------------------%>
|
|
<%----------------------------------------------------------------%>
|
|
<tr>
|
|
<td width="15%" valign=top>
|
|
<a href="scopedJpf/jpfTest2/StartTest.jsp">
|
|
<img src="resources/images/bullet.gif" border="0"
|
|
alt="Run the test"> JpfTest2
|
|
</a>
|
|
</td>
|
|
<td width="10%" valign=top >
|
|
<font color="green">Manual</font>
|
|
</td>
|
|
<td>
|
|
<jsp:include page="scopedJpf/jpfTest2/TestDescription.txt"/>
|
|
</td>
|
|
</tr>
|
|
|
|
<%----------------------------------------------------------------%>
|
|
<%---------------------- ScopedJpf Test 3 ------------------------%>
|
|
<%----------------------------------------------------------------%>
|
|
<tr>
|
|
<td width="15%" valign=top>
|
|
<a href="scopedJpf/jpfTest3/StartTest.jsp">
|
|
<img src="resources/images/bullet.gif" border="0"
|
|
alt="Run the test"> JpfTest3
|
|
</a>
|
|
</td>
|
|
<td width="10%" valign=top >
|
|
<font color="green">Manual</font>
|
|
</td>
|
|
<td>
|
|
<jsp:include page="scopedJpf/jpfTest3/TestDescription.txt"/>
|
|
</td>
|
|
</tr>
|
|
|
|
<%----------------------------------------------------------------%>
|
|
<%---------------------- ScopedJpf Test 4 ------------------------%>
|
|
<%----------------------------------------------------------------%>
|
|
<tr>
|
|
<td width="15%" valign=top>
|
|
<a href="scopedJpf/jpfTest4/StartTest.jsp">
|
|
<img src="resources/images/bullet.gif" border="0"
|
|
alt="Run the test"> JpfTest4
|
|
</a>
|
|
</td>
|
|
<td width="10%" valign=top >
|
|
<font color="green">Manual</font>
|
|
</td>
|
|
<td>
|
|
<jsp:include page="scopedJpf/jpfTest4/TestDescription.txt"/>
|
|
</td>
|
|
</tr>
|
|
|
|
<%----------------------------------------------------------------%>
|
|
<%---------------------- ScopedJpf Test 5 ------------------------%>
|
|
<%----------------------------------------------------------------%>
|
|
<tr>
|
|
<td width="15%" valign=top>
|
|
<a href="scopedJpf/jpfTest5/StartTest.jsp">
|
|
<img src="resources/images/bullet.gif" border="0"
|
|
alt="Run the test"> JpfTest5
|
|
</a>
|
|
</td>
|
|
<td width="10%" valign=top >
|
|
<font color="green">Manual</font>
|
|
</td>
|
|
<td>
|
|
<jsp:include page="scopedJpf/jpfTest5/TestDescription.txt"/>
|
|
</td>
|
|
</tr>
|
|
|
|
</table>
|
|
</body>
|
|
</html>
|