summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/index.php
blob: c4b3123bc6e19acb6c12674591df2dcea54dbc5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<html>
<head>
<title>
Prado Functional Test Suites
</title>
</head>
<body>
<h1>Prado Functional Test Suites</h1>
<ul>
  <li><a href="quickstart.php">Tests of QuickStart Tutorial Demo</a></li>
  <li><a href="validators.php">Tests of Validators</a></li>
  <li><a href="active.php">Tests of Active Controls</a> (<a href="active-controls/index.php">list of test samples</a>) </li>
  <li><a href="tickets.php">Tests of Trac Tickets</a></li>
  <li><a href="features.php">Tests of New Features</a> (<a href="features/index.php">list of new features</a>)</li>
</ul>
</body>
</html>