94 lines
3.9 KiB
Plaintext
94 lines
3.9 KiB
Plaintext
<html>
|
|
<head>
|
|
<title>Struts Interop BVT Test Suite</title>
|
|
</head>
|
|
<body>
|
|
<%----------------------------------------------------------------%>
|
|
<%-------------------- Singleton Page Flow Tests -----------------%>
|
|
<%----------------------------------------------------------------%>
|
|
<h3 align="center">
|
|
<font color="blue">Singleton 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>
|
|
|
|
<%----------------------------------------------------------------%>
|
|
<%---------------------- SingletonJpf Test 6 ---------------------%>
|
|
<%----------------------------------------------------------------%>
|
|
<tr>
|
|
<td width="15%" valign=top>
|
|
<a href="singletonJpf/jpfTest6/StartTest.jsp">
|
|
<img src="resources/images/bullet.gif" border="0"
|
|
alt="Run the test"> JpfTest6
|
|
</a>
|
|
</td>
|
|
<td width="10%" valign=top >
|
|
<font color="green">Manual</font>
|
|
</td>
|
|
<td>
|
|
<jsp:include page="singletonJpf/jpfTest6/TestDescription.txt"/>
|
|
</td>
|
|
</tr>
|
|
|
|
<%----------------------------------------------------------------%>
|
|
<%---------------------- SingletonJpf Test 8 ---------------------%>
|
|
<%----------------------------------------------------------------%>
|
|
<tr>
|
|
<td width="15%" valign=top>
|
|
<a href="singletonJpf/jpfTest8/StartTest.jsp">
|
|
<img src="resources/images/bullet.gif" border="0"
|
|
alt="Run the test"> JpfTest8
|
|
</a>
|
|
</td>
|
|
<td width="10%" valign=top >
|
|
<font color="green">Manual</font>
|
|
</td>
|
|
<td>
|
|
<jsp:include page="singletonJpf/jpfTest8/TestDescription.txt"/>
|
|
</td>
|
|
</tr>
|
|
|
|
<%----------------------------------------------------------------%>
|
|
<%---------------------- SingletonJpf Test 9 ---------------------%>
|
|
<%----------------------------------------------------------------%>
|
|
<tr>
|
|
<td width="15%" valign=top>
|
|
<a href="singletonJpf/jpfTest9/StartTest.jsp">
|
|
<img src="resources/images/bullet.gif" border="0"
|
|
alt="Run the test"> JpfTest9
|
|
</a>
|
|
</td>
|
|
<td width="10%" valign=top >
|
|
<font color="green">Manual</font>
|
|
</td>
|
|
<td>
|
|
<jsp:include page="singletonJpf/jpfTest9/TestDescription.txt"/>
|
|
</td>
|
|
</tr>
|
|
|
|
<%----------------------------------------------------------------%>
|
|
<%---------------------- SingletonJpf Test 10 ---------------------%>
|
|
<%----------------------------------------------------------------%>
|
|
<tr>
|
|
<td width="15%" valign=top>
|
|
<a href="singletonJpf/jpfTest10/StartTest.jsp">
|
|
<img src="resources/images/bullet.gif" border="0"
|
|
alt="Run the test"> JpfTest10
|
|
</a>
|
|
</td>
|
|
<td width="10%" valign=top >
|
|
<font color="green">Manual</font>
|
|
</td>
|
|
<td>
|
|
<jsp:include page="singletonJpf/jpfTest10/TestDescription.txt"/>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</body>
|
|
</html>
|