<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <%@include file="css.jsp" %> All test suites list <%@include file="header.jsp" %> <% List data=(List)request.getAttribute("classList"); %>

All test classes list

<% for(TestClassDetails row: data){ %> <% } %>
Id Name Description Action
<%=row.getId() %> <%=StringUtil.html(row.getName())%> <%=StringUtil.html(row.getDescription()) %> Details   Run

<%@include file="footer.jsp" %>