Changeset 12928 for main/waeup.kofa
- Timestamp:
- 13 May 2015, 07:09:41 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/docs/source/userdocs/testing.rst
r12927 r12928 21 21 started. This job can't be done manually. 22 22 23 Why *automated* testing? Simply because no developer likes to click 24 around the user interface to check tons of functionality. In Kofa more 25 than 1100 tests, with dozens of actions per test, are being executed 26 each time when the testrunner is started. This job can't be done 27 manually. 28 29 What we test: "unit" and "functional" Tests 30 ------------------------------------------- 31 23 32 There are two different ways to test the code of a web application 24 33 automatically: *unit tests* and *functional tests*. The goal of unit … … 31 40 functional testing has to make use of a test browser. A test browser 32 41 does the same job as normal web browser does, except for visualizing 33 the rendered html code. 42 the rendered HTML code. 43 44 45 How we test: "Python" and "Doctest" Tests 46 ----------------------------------------- 34 47 35 48 There are also two different ways to integrate tests, either
Note: See TracChangeset for help on using the changeset viewer.