Changes between Version 16 and Version 17 of DeveloperGuidelines/Testing


Ignore:
Timestamp:
09/21/14 10:16:15 (11 years ago)
Author:
Arnav Sharma
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/Testing

    v16 v17  
    99
    1010===  EdenTest ===
    11 [wiki:/DeveloperGuidelines/EdenTest 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'''.
     11[wiki:/DeveloperGuidelines/Testing/EdenTest 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'''.
    1212
    13 Before running these tests, see [wiki:/DeveloperGuidelines/EdenTest#Installationguidelines setup instructions] for installation and setup. Then to run the whole test suite:
     13Before running these tests, see [wiki:/DeveloperGuidelines/Testing/EdenTest#Installationguidelines setup instructions] for installation and setup. Then to run the whole test suite:
    1414{{{
    1515python web2py.py --no-banner -M -S eden  -R applications/eden/tests/edentest_runner.py -A testsuites
     
    2424python web2py.py --no-banner -M -S eden  -R applications/eden/tests/edentest_runner.py -A  smoke_tests  -o NONE -l NONE
    2525}}}
    26 Before running smoke tests, check [wiki:DeveloperGuidelines/EdenTest/WriteTestcase/Advanced#SmokeTests Smoke Tests] for additional options.
     26Before running smoke tests, check [wiki:DeveloperGuidelines/Testing/EdenTest/WriteTestcase/Advanced#SmokeTests Smoke Tests] for additional options.
    2727
    2828