Ignore:
Timestamp:
13 May 2015, 07:09:41 (9 years ago)
Author:
uli
Message:

Provide "grips" while reading.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/docs/source/userdocs/testing.rst

    r12927 r12928  
    2121started. This job can't be done manually.
    2222
     23Why *automated* testing? Simply because no developer likes to click
     24around the user interface to check tons of functionality. In Kofa more
     25than 1100 tests, with dozens of actions per test, are being executed
     26each time when the testrunner is started. This job can't be done
     27manually.
     28
     29What we test: "unit" and "functional" Tests
     30-------------------------------------------
     31
    2332There are two different ways to test the code of a web application
    2433automatically: *unit tests* and *functional tests*. The goal of unit
     
    3140functional testing has to make use of a test browser. A test browser
    3241does the same job as normal web browser does, except for visualizing
    33 the rendered html code.
     42the rendered HTML code.
     43
     44
     45How we test: "Python" and "Doctest" Tests
     46-----------------------------------------
    3447
    3548There are also two different ways to integrate tests, either
Note: See TracChangeset for help on using the changeset viewer.