added small page about acceptance testing

This commit is contained in:
Bernhard Posselt
2013-05-08 14:52:40 +02:00
parent 1baa7002d5
commit ea3e3a98e5
4 changed files with 13 additions and 3 deletions

View File

@@ -0,0 +1,7 @@
Acceptance Tests
================
https://github.com/cucumber/cucumber/wiki/Given-When-Then
http://www.elabs.se/blog/15-you-re-cuking-it-wrong
https://github.com/cucumber/cucumber/wiki/Cucumber-Backgrounder
https://github.com/jnicklas/capybara#capybara

View File

@@ -18,6 +18,7 @@ App Developement (App Framework)
css
angularsetup
angular
../app/acceptancetesting
unittesting
middleware
externalapi

View File

@@ -1 +0,0 @@
.. include:: ../app/javascript.rst

View File

@@ -56,9 +56,12 @@ HTML and inclusion of JavaScript and CSS
JavaScript & CSS
~~~~~~~~~~~~~~~~
* :doc:`app/static`
* :doc:`app/javascript`
* :doc:`app/css`
Testing
~~~~~~~
* :doc:`app/acceptancetesting`
API Documentation
~~~~~~~~~~~~~~~~~
* `ownCloud App API <http://api.owncloud.org/namespaces/OCP.html>`_
@@ -100,7 +103,6 @@ HTML and inclusion of JavaScript and CSS
JavaScript & CSS
~~~~~~~~~~~~~~~~
* :doc:`appframework/static`
* :doc:`appframework/javascript`
* :doc:`general/angular` | :doc:`appframework/angularsetup` | :doc:`appframework/angular`
* :doc:`appframework/css`
@@ -113,6 +115,7 @@ Hook before or after controller execution
Testing
~~~~~~~
* :doc:`appframework/unittesting`
* :doc:`app/acceptancetesting`
API Documentation
~~~~~~~~~~~~~~~~~