Changes between Version 122 and Version 123 of DeveloperGuidelinesTesting


Ignore:
Timestamp:
05/31/12 12:29:40 (13 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelinesTesting

    v122 v123  
    1111Test-Driven Development is a programming styles which says that you 1st write your test cases (from the [BluePrints specs]) & then proceed to make them pass.
    1212
    13 For manual tests, can pre-populate the database with random data using [http://groups.google.com/group/web2py/browse_thread/thread/4b2e5ed166220ba5# gluon.contrib.populate]
    14 
    1513 * [wiki:InstallationGuidelinesDeveloperTesting]
    1614 * TestCases - User Testing - List of things to test
    1715
    1816== Functional Tests ==
    19 Building the Right Code
    20 
    21 We have integrated [http://seleniumhq.org/projects/remote-control/] into {{{/static/selenium}}} so that Functional Tests can be run easily. For Notes on how to create your own test cases see CreatingTestCasesFirst.
    22 
    23 Tests can be developed using [http://seleniumhq.org/projects/ide Selenium IDE], if desired.
    24 
    25 See the [http://eden.sahanafoundation.org/attachment/wiki/DeveloperGuidelinesTesting/Regression%20tests.pdf Documentation] for details on how to use this test suite.
     17"Building the Right Code"
     18
     19We use Selenium for this: DeveloperGuidelines/Testing
    2620
    2721Hints:
    28  * Some wrapper scripts for Win32 attached
     22 * CreatingTestCasesFirst
    2923 * Improving the stability of Selenium tests: http://googletesting.blogspot.com/2009/06/my-selenium-tests-arent-stable.html
    3024 * Lots of useful tips: http://www.eviltester.com