Changes between Version 5 and Version 6 of BluePrint/Testing/TestSuite


Ignore:
Timestamp:
04/19/13 05:52:58 (11 years ago)
Author:
somayjain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrint/Testing/TestSuite

    v5 v6  
    7878* The load tests will test the amount of load Eden can take under normal and peak conditions. So, the load tests should be divided into phases, with each phase incrementally increasing the number of users and requests. Features of Tsung can be used to do this effectively.
    7979
    80 * The CI Server should run all the test across templates on a daily basis. For each test, it should include the template it is run on, test name and location. In case of failure of the test, it should include the traceback and the record details it was intended to work on also. It should send an aggregate report and a template specefic report for the bug marshalls and developers to investigate.
     80* The CI Server should run all the test across templates on a daily basis both locally and remotely. For each test, it should include the template it is run on, test name and location. In case of failure of the test, it should include the traceback and the record details it was intended to work on also. It should send an aggregate report and a template specefic report for the bug marshalls and developers to investigate.
    8181
    8282
     
    9191* The Role tests(which currently run only on the IFRC template and uses Selenium Unit Test) are to extend to run on multiple templates.
    9292== Implementation ==
    93 The seleium tests can be run on mainly IFRC template. WIth some changes, they can be run on the default template as well. However, they don’t work across templates.
     93The Seleium tests can be run on mainly IFRC template. With some changes, they can be run on the default template as well. However, they don’t work across templates.
    9494
    9595The unit tests expect that some particular modules are enabled in the template. If they are not enabled and unit tests are run in that template, then false negatives are reported.
     
    104104== References ==
    105105
    106 [http://eden.sahanafoundation.org/wiki/BluePrintTesting BluePrintTesting]
     106Blueprint on General Ideas - [http://eden.sahanafoundation.org/wiki/BluePrint/QA BluePrintTesting]
    107107
    108 [http://eden.sahanafoundation.org/wiki/QA QA]
     108Current Implementation - [http://eden.sahanafoundation.org/wiki/QA QA]
    109109
    110110[http://eden.sahanafoundation.org/wiki/DeveloperGuidelinesTesting DeveloperGuidelinesTesting]