Question | If this form deletes information, can the user recover the information? |
---|---|
PASS | Information deleted using this form can be recovered. |
FAIL | Information delted using this form can not be recovered. |
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/xhtml; charset=UTF-8" /> <title>ATRC Testfile - Check #272.2 - Negative</title> </head> <body> <p>Use the form below to remove your report from the repository.<br/> Select the following link if you would like to <a href="http://www.example.com">recover a report</a> that has been previously deleted.</p> <form action="http://www.example.com" method="post"> <p> <label for="r1">Report Name:</label> <input type="text" id="r1" /><br/> <input type="submit" value="Delete Report" /> </p> </form> <p></p> </body> </html>
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/xhtml; charset=UTF-8" /> <title>ATRC Testfile - Check #272.1 - Positive</title> </head> <body> <p>Use the form below to remove your report from the repository.</p> <form action="http://www.example.com" method="post"> <p> <label for="r1">Report Name:</label> <input type="text" id="r1" /><br/> <input type="submit" value="Delete Report" /> </p> </form> </body> </html>