Changes between Version 7 and Version 8 of PLATFORM_STANDARDS_AUTO_TESTS_R1
- Timestamp:
- 01/26/09 13:27:37 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PLATFORM_STANDARDS_AUTO_TESTS_R1
v7 v8 1 2 1 [[BackLinksMenu]] 3 2 … … 50 49 51 50 = Design = 52 53 51 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 52 {{{ … … 56 54 |__General conventions 57 55 |__Unit testing 58 |___Writing59 |___Reviewing60 56 |__Integration testing 61 |___Writing62 |___Reviewing63 57 |__System testing 64 |___Writing65 |___Reviewing66 58 |__Running tests 67 59 |__GUI testing 60 |__Reviewing 68 61 |__Useful links 69 62 |_Comments … … 72 65 * Platform Standards Auto Tests - an overview of what the page is about. 73 66 * General conventions - rules for writing all kind of tests and javadoc. 74 * Base classes - explanation of the usage of the base testing classes.75 67 * Unit/Integration/System testing - a description of the different scopes of testing - info from the currently linked wiki pages should be extracted here. 76 * Writing - what classes should be tested and how.77 * Reviewing - how to judge if a given test is good enough; how to review the testing phase of tasks.78 68 * Running tests - a description of how to run a given test or all tests (via Maven or Hudson). 79 69 * GUI Testing - a how-to of testing the user interface. 70 * Reviewing - how to judge if a given test is good enough; how to review the testing phase of tasks. 80 71 * Useful links - Links for further reading on the topic. 81 72 * Comments - Comments for improving the standards that will be incorporated into the page in the next revision.