Changes between Version 1 and Version 2 of DeveloperGuidelines/Testing/EdenTest


Ignore:
Timestamp:
05/14/14 03:01:34 (11 years ago)
Author:
Arnav Sharma
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/Testing/EdenTest

    v1 v2  
    4040If you have successfully installed the packages, you should be able to run !RobotEden.
    4141
    42 == Using !RobotEden ==
    4342
    44 
     43== Directory structure ==
    4544
    4645Before running !RobotEden, it is important to have a mental picture of the directory structure of !RobotEden and the importance of its sub-directories.
    4746
    48 === Directory structure ===
    4947{{{
    5048/tests
     
    8583  * '''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.
    8684 * '''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 ==
    8787
    8888=== Start Sahana Eden ===
     
    126126
    127127
    128 '''Most common usage'''
     128__'''Some common usages'''__
    129129
    130130[Assuming the current working directory is /tests]