i need a script to do this...
Posted: Fri Sep 12, 2003 4:34 am
This script checks if a pice of data is valid.
i need a way of automaticaly inputing the data and retrieving the output ether acepted or rejected.
please help
this script can be found at
http://www.haydonbridgehigh.co.uk/Publi ... Groups.php
Code: Select all
<html>
<head>
<title>HBHS Forms - Testing Plans</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<h1>Haydon Bridge High School - Tutor Group Validation</h1>
<p> </p>
Use the form below to enter the register code for a tutor group at HBHS. When
you press Submit the entry will be checked by some code on the server and a
verdict of "Confirmed" or "Rejected" will appear.<p> </p>
<form name="TutorCodes" method="post" action="">
Registration Group code to be checked:
<input name="RegCode" type="text" size="6" maxlength="4">
<input type="submit" name="Submit" value="Submit">
</form>
<p> </p>
<p>By compiling a list of test data and recording the results obtained from
this page you should be able to determine whether the system is working correctly.</p>
<p> </p>
<p>Your test data should include typical, extreme and erroneous examples to fully
test the range of possible input.</p>
</body>
</html>please help
this script can be found at
http://www.haydonbridgehigh.co.uk/Publi ... Groups.php