Changes between Version 9 and Version 10 of BluePrint/Testing/EdenTest


Ignore:
Timestamp:
03/20/14 12:28:27 (11 years ago)
Author:
Arnav Sharma
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrint/Testing/EdenTest

    v9 v10  
    5656* Everything is bundled under one directory which can be called '''FunctionalTests'''.
    5757 * '''TestRunner.py''' can be used to provide to a wrapper to easily call the testsuite or a group of tests or tests on a particular template through command line arguments.
    58  * '''robot''' contains the implementation and execution aspects of the functional tests using robot framework.
     58 * '''robot''' contains the implementation and the execution aspects of the functional tests using robot framework.
    5959  * In the implementation side, all the testsuites are grouped according to the modules inside the '''testsuite''' folder.
    6060  * All the resources go to the '''resources''' folder which will have various keywords grouped according to the functionality they serve.
    61   * Inside '''execution''' folder, '''settings''' is holding the specific variable files. It should be noted that especially the settings are only written once in the beginning of the project and are very rarely changed afterwards.
     61  * Inside '''execution''' folder, '''settings''' holds the specific variable files. It should be noted that especially the settings are only written once in the beginning of the project and are very rarely changed afterwards.
    6262  * Inside the lib-folder we check-in our own Test Libraries, but it might also make sense to store ready-made libraries here to ensure they are kept stable.
    6363   * '''Eden Test Library''' can be used to implement Eden specific functionalities for eg: a keyword 'Run on templates IFRC default' or 'Not run on templates default' etc.