Changes between Version 41 and Version 42 of DeveloperGuidelines/Testing/Selenium
- Timestamp:
- 08/14/12 07:38:24 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Testing/Selenium
v41 v42 178 178 These unit tests are meant to detect problems early during development, which means you should run them quite often while you're still working on the code (read: before and after every little change you make) rather than expecting them to be run during QA cycles. That again means you would more often need to run tests for particular modules than the whole suite. 179 179 180 For every module in {{{modules/s3}}} and {{{modules/eden}}}, you can find the corresponding unit test module under {{{modules/unit_tests/eden}}} resp. {{{modules/unit_tests/s3}}} (if one exists). 181 180 182 To run tests for particular modules: 181 183 {{{