| 53 | The [wiki:PLATFORM_STANDARDS_AUTO_TESTS] page is out of date because it reflects the old testing structure of Veda. It will be recreated using the following structure: |
| 54 | {{{ |
| 55 | |_Platform Standards Auto Tests |
| 56 | |__General conventions |
| 57 | |__Unit testing |
| 58 | |___Writing |
| 59 | |___Reviewing |
| 60 | |__Integration testing |
| 61 | |___Writing |
| 62 | |___Reviewing |
| 63 | |__System testing |
| 64 | |___Writing |
| 65 | |___Reviewing |
| 66 | |__Running tests |
| 67 | |__Useful links |
| 68 | |_Comments |
| 69 | }}} |
| 70 | Here follow the contents of each section: |
| 71 | * Platform Standards Auto Tests - an overview of what the page is about. |
| 72 | * General conventions - rules for writing all kind of tests and javadoc. |
| 73 | * Base classes - explanation of the usage of the base testing classes. |
| 74 | * Unit/Integration/System testing - a description of the different scopes of testing - info from the currently linked wiki pages should be extracted here. |
| 75 | * Writing - what classes should be tested and how. |
| 76 | * Reviewing - how to judge if a given test is good enough; how to review the testing phase of tasks. |
| 77 | * Running tests - a description of how to run a given test or all tests (via Maven or Hudson). |
| 78 | * Useful links - Links for further reading on the topic. |
| 79 | * Comments - Comments for improving the standards that will be incorporated into the page in the next revision. |
| 80 | |
| 81 | Everyone has been asked to give suggestions for improving the standards in the Comments section. These will be considered in the implementation phase. |
| 82 | |