Changes between Version 1 and Version 2 of DeveloperGuidelines/Testing/EdenTest
- Timestamp:
- 05/14/14 03:01:34 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Testing/EdenTest
v1 v2 40 40 If you have successfully installed the packages, you should be able to run !RobotEden. 41 41 42 == Using !RobotEden ==43 42 44 43 == Directory structure == 45 44 46 45 Before running !RobotEden, it is important to have a mental picture of the directory structure of !RobotEden and the importance of its sub-directories. 47 46 48 === Directory structure ===49 47 {{{ 50 48 /tests … … 85 83 * '''main.txt''': It is the center resource file. All the resource files like auth.txt, settings like config.py are imported in this file. Further, this file is imported in the tests. 86 84 * '''testsuites''': Testsuites directory contains all the different testsuites differentiated based on the basis of functionality they test eg: '''hrm'''. Inside each testcase, there is at least one .txt file which contains the testcases. 85 86 == Using !RobotEden == 87 87 88 88 === Start Sahana Eden === … … 126 126 127 127 128 '''Most common usage'''128 __'''Some common usages'''__ 129 129 130 130 [Assuming the current working directory is /tests]