Changes between Version 26 and Version 27 of DeveloperGuidelines/Testing/EdenTest
- Timestamp:
- 03/18/19 18:34:23 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Testing/EdenTest
v26 v27 3 3 Testing is not about finding and fixing defects in the code - it's about preventing them from being introduced into the code the first place. 4 4 5 !EdenTest is a Robot Framework based test framework used for automated testing in Sahana Eden. The project was initiated by Redsin as [https://github.com/nerdis/edentest EdenTest].It is located in the eden codebase under directory '''eden/tests'''.5 !EdenTest is a Robot Framework based test framework used for automated testing in Sahana Eden. It is located in the eden codebase under directory '''eden/tests'''. 6 6 7 7 == About Robot Framework ==