- From: Jeanne Spellman <jeanne@w3.org>
- Date: Mon, 07 May 2012 14:25:26 -0400
- To: AUWG <w3c-wai-au@w3.org>
Since most of the group was not on IRC last week, I wanted to send the links for the samples of test cases that we will need to write for the AUWG Testing. You can use these tests to help you in the evaluations for the implementation report. All the tests at this time are manual. The individual test case is a small html file with the instructions to do a test, and some meta data to identify the test. W3C is developing/acquiring software that presents the individual tests to the tester; gives a "pass, fail, or not apply" button to the tester; and reports on the tests passed. The current tests are located at http://www.w3.org/WAI/AU/2012/ATAG20tests/ (please ignore the Site Navigation which has a lost stylesheet link -- its the standard W3C-WAI navigation without the CSS) The template file -> http://www.w3.org/WAI/AU/2012/ATAG20tests/ATAG20-templateJS-0001.html Here is what the template file looks like: =========================================================== <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> <title>ATAG 2.0 Test: </title> <link rel="author" href="http://www.w3.org/People/jeanne/" title="Jeanne Spellman"> <link rel="help" href="http://www.w3.org/TR/ATAG20/#sc_a211"> <style type="text/css"> </style> </head> <body> <p>Directions for using the template</p> <ol> <li>Enter the Title of the test - include the SC number in this form: A.1.3.2 <title>ATAG 2.0 Test: A.1.3.2 Testing Example</title></li> <li>Update the help metadata: it should link to the SC anchor in the latest draft. If there are multiple SCs, enter multiple lines of <link rel=""help" href=""></li> <li>If necessary, update the metadata of the author in the form <link rel="author" href="http://www.w3.org/People/jeanne/" title="Jeanne Spellman"></li> <li>Name the test - ATAG20-A132-0001 where the ATAG20 is fixed, A132 is the SC number (without periods), and 01 is a sequential number for the SC that require multiple tests. </li> </ol> </body> </html> =======================================================================
Received on Monday, 7 May 2012 18:26:23 UTC