Changes between Version 3 and Version 4 of QA


Ignore:
Timestamp:
01/04/13 03:49:03 (12 years ago)
Author:
Michael Howden
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • QA

    v3 v4  
    4040python web2py.py -S eden -M -R applications/eden/modules/tests/suite.py -A --suite smoke --force-debug --link-depth 16 -V 3
    4141}}}
     42
    4243===  Selenium Tests ===
    4344{{{
    4445python web2py.py -S eden -M -R applications/eden/modules/tests/suite.py
    4546}}}
    46 See: QA/Automated/Selenium for more information
     47See: wiki:QA/Automated/Selenium for more details
     48
    4749===  Role Tests ===
    4850This test is used to check the permissions of user roles. Currently is limited to the IFRC (Red Cross) roles for RMS, but could be extended:
     
    5052python web2py.py -S eden -M -R applications/eden/modules/tests/suite.py -A --suite roles
    5153}}}
     54
    5255===  Benchmark Tests ===
    5356The Benchmark Tests are a simple way of measuring the performance
     
    5558python web2py.py -S eden -M -R applications/eden/modules/unit_tests/s3/benchmark.py
    5659}}}
     60
    5761===  Load Tests ===
    58 Load Testing will measure the performance of the entire Sahana Eden stack. We recommend using Tsung. See: Testing/Load
     62Load Testing will measure the performance of the entire Sahana Eden stack. We recommend using Tsung. See: Testing/Load  for more details
    5963
    6064== Continuous Integration (CI)Server ==