Changes between Version 1 and Version 2 of BluePrint/Testing


Ignore:
Timestamp:
04/16/13 23:00:11 (12 years ago)
Author:
somayjain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrint/Testing

    v1 v2  
    33
    44== Introduction ==
    5 <Briefly describe the solution?>
    6 <What problem is this solution solving?>
    7 <How will this solution add value to Sahana?>
    8 <Name any similar existing solutions>
     5This blueprint outlines the development of the automatic testing framework. This automatic testing framework will provide robust testing of the code-base and ensure proper maintenance of the code.
     6
     7Whenever some changes are added in the current code, it has to be validated and tested upon with the integration with the other components of the code. So, this framework will provide this support.
     8
     9With tests running on a scheduler, continuous testing can be done. This is important to Sahana, seeing the rapid movement of the code-base. Currently, Sahana has automatic test framework, whose details can be found [http://eden.sahanafoundation.org/wiki/QA Here]
    910
    1011== Stakeholders ==