Free advice: start early on this one and divide up the responsibilities, there are lots of big but somewhat independent sections to be done. |
PwdInv01 | First bad password | one entry of bad password by registered user |
PwdInv03 | Third password failure | third consecutive bad password by registered user |
A note on completeness: ideally this appendix would
have a completed form for each and every test case from your "Test case list" section,
but you may find that list contains many dozens (if not hundreds) of cases, and filling out every
field of every form will be an extraordinarily time consuming process for the whole team.
As such, for this phase's requirements (since time is tight), it will be considered acceptable if roughly a dozen test case forms are actually completed in detail, as long as they represent a good cross-section of the overall collection of test cases. A note on automation: it wouldn't be a bad plan to have someone write a short script that reads a simple list of test case ids+names and generates two files you can then include in your test document: 1) The collection of empty markdown forms for the test cases (with just the id/name filled in) 2) The list of test cases ids/names/links (to put in the earlier "Test case list" section of the document). That would be good scripting practice and will save you a lot of time and annoyance in generating the raw forms and links. If you do undertake this, please be sure that script gets mentioned as part of your overall test process (to make sure you get credit for that automation effort). Sample documentation: as with previous phases, sample documentation for phase 4 can be found in the example project documentation. EDIT: document still in preparation at the moment |