Changes between Version 34 and Version 35 of BluePrint/Testing/TestSuite
- Timestamp:
- 09/23/13 05:20:53 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrint/Testing/TestSuite
v34 v35 84 84 ==== Selenium Tests ==== 85 85 86 * The tests are organized template-wise. There are tests which are intended to work on a specific template and those which are intended to work in general on all templates.87 88 * The general tests run against each and every template where the target functionality is available. For templates where the functionality is not available, the test auto-deactivate.86 * The tests are specified in a tests.py file in each template's directory. This file contains the class name of the tests which are to be run on this template. 87 88 * If the tests are not specified in tests.py file for some template, the tests specified for 'default' template are run. 89 89 90 90 * The test suite - … … 146 146 147 147 148 149 ==== Deactivation of Tests ====150 151 * To ensure that tests(role, selenium, smoke) work across templates and do not show false negatives when run on a different template, a check has to be made if the module it is to work on is enabled/disabled. If the module is disabled, then the test should automatically deactivate and an appropriate message should be included in the test report.152 148 153 149 ==== Remote Tests ====