Changes between Version 3 and Version 4 of QA
- Timestamp:
- 01/04/13 03:49:03 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
QA
v3 v4 40 40 python web2py.py -S eden -M -R applications/eden/modules/tests/suite.py -A --suite smoke --force-debug --link-depth 16 -V 3 41 41 }}} 42 42 43 === Selenium Tests === 43 44 {{{ 44 45 python web2py.py -S eden -M -R applications/eden/modules/tests/suite.py 45 46 }}} 46 See: QA/Automated/Selenium for more information 47 See: wiki:QA/Automated/Selenium for more details 48 47 49 === Role Tests === 48 50 This 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: … … 50 52 python web2py.py -S eden -M -R applications/eden/modules/tests/suite.py -A --suite roles 51 53 }}} 54 52 55 === Benchmark Tests === 53 56 The Benchmark Tests are a simple way of measuring the performance … … 55 58 python web2py.py -S eden -M -R applications/eden/modules/unit_tests/s3/benchmark.py 56 59 }}} 60 57 61 === Load Tests === 58 Load Testing will measure the performance of the entire Sahana Eden stack. We recommend using Tsung. See: Testing/Load 62 Load Testing will measure the performance of the entire Sahana Eden stack. We recommend using Tsung. See: Testing/Load for more details 59 63 60 64 == Continuous Integration (CI)Server ==