Changes between Version 8 and Version 9 of BluePrint/Testing
- Timestamp:
- 04/16/13 23:13:21 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrint/Testing
v8 v9 70 70 71 71 == Implementation == 72 <Leave open for a list of existing implementation of this solution in Sahana Eden:> 73 <*a brief description of the implementation (date/time, name, design options chosen)> 74 <*a link to the code> 75 <*list of deployments of the implementation> 76 <*links to case studies> 77 <*short analysis of achievements/problems> 72 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. 78 73 74 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. 75 76 Current implementation of the selenium tests, smoke tests, role tests can be found here - 77 78 https://github.com/flavour/eden/tree/master/modules/tests 79 80 Unit tests and benchmark tests can be found here - 81 82 https://github.com/flavour/eden/tree/master/modules/unit_tests 79 83 == References == 80 84 <Links to external resources>