============================================= Test Plan for Java HTTP Server "PigLatinHTTP" ============================================= # XXX This is a sample template for a README.txt test plan. # XXX This file documents all your tests. # XXX Group similar tests into logical categories. (You don't have to # XXX use or limit yourself to the categories I've given in this sample.) # XXX Label each test case for cross-reference with the autotest_http.sh # XXX and test_out.txt files. The numbers must match in all three files. # XXX Keep lines less than 80 columns. Make the file readable. # XXX Delete or modify all these comment lines marked XXX before you submit. # XXX your assignment label goes here Category A: Successful Requests ? XXX ------------------------------- Test A-1: HEAD a file with a non-text name Purpose, parameters, expected results: see autotest_http.sh Results: success (only headers print): see test_out.txt Test A-2: GET a file with a non-text name Purpose, parameters, expected results: see autotest_http.sh Results: success (text is returned; not Pig Latin): see test_out.txt # XXX [... more tests go here ...] Category B: ...XXX... ------------------------- Test B-1: ...XXX... # XXX [... more tests go here ...] Category C: ...XXX... ---------------------------- Test C-1: ...XXX... # XXX [... more tests go here ...] Category D: Connection to remote (non-localhost) HTTP server ------------------------------------------------------------ # XXX [... more tests go here ...] Category ???: ... XXX more categories ? ... ------------------------------------------------------------ # XXX [... more tests go here ...]