Changes between Version 5 and Version 6 of BluePrint/Testing/TestSuite
- Timestamp:
- 04/19/13 05:52:58 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrint/Testing/TestSuite
v5 v6 78 78 * The load tests will test the amount of load Eden can take under normal and peak conditions. So, the load tests should be divided into phases, with each phase incrementally increasing the number of users and requests. Features of Tsung can be used to do this effectively. 79 79 80 * The CI Server should run all the test across templates on a daily basis . For each test, it should include the template it is run on, test name and location. In case of failure of the test, it should include the traceback and the record details it was intended to work on also. It should send an aggregate report and a template specefic report for the bug marshalls and developers to investigate.80 * The CI Server should run all the test across templates on a daily basis both locally and remotely. For each test, it should include the template it is run on, test name and location. In case of failure of the test, it should include the traceback and the record details it was intended to work on also. It should send an aggregate report and a template specefic report for the bug marshalls and developers to investigate. 81 81 82 82 … … 91 91 * The Role tests(which currently run only on the IFRC template and uses Selenium Unit Test) are to extend to run on multiple templates. 92 92 == Implementation == 93 The seleium tests can be run on mainly IFRC template. WIth some changes, they can be run on the default template as well. However, they don’t work across templates.93 The Seleium tests can be run on mainly IFRC template. With some changes, they can be run on the default template as well. However, they don’t work across templates. 94 94 95 95 The unit tests expect that some particular modules are enabled in the template. If they are not enabled and unit tests are run in that template, then false negatives are reported. … … 104 104 == References == 105 105 106 [http://eden.sahanafoundation.org/wiki/BluePrintTestingBluePrintTesting]106 Blueprint on General Ideas - [http://eden.sahanafoundation.org/wiki/BluePrint/QA BluePrintTesting] 107 107 108 [http://eden.sahanafoundation.org/wiki/QA QA]108 Current Implementation - [http://eden.sahanafoundation.org/wiki/QA QA] 109 109 110 110 [http://eden.sahanafoundation.org/wiki/DeveloperGuidelinesTesting DeveloperGuidelinesTesting]