diff -r 000000000000 -r ff1b43f833a9 docs/testing.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/docs/testing.txt Fri Jul 08 21:05:20 2011 +0200 @@ -0,0 +1,41 @@ + ____ _ _ _ _ _ + / ___| ___ | |__ __ _ ___ | |__ | | | || |__ _ __ + \___ \ / __|| '_ \ / _` | / __|| '_ \ | | | || '_ \ | '__| + ___) || (__ | | | || (_| || (__ | | | || |_| || | | || | + |____/ \___||_| |_| \__,_| \___||_| |_| \___/ |_| |_||_| + + Europalab SchachUhr - Game clock graphical user interface client + + QUALITY ASSURANCE + + TEST PLAN + + How the testing will be done + Who will do it + What will be tested + How long it will take + What the test coverage will be + ...what quality level is required + + TEST CASES + + Cases include specification of test design and test procedure. + + Case id: #T.01 + Case name: Test name + Assumption: initial screen is displayed + Input: + Output: + Expected behaviour: + + TEST LOG + + INCIDENTS + + SUMMARY + + NOTES + + Whitebox tests, blackbox tests, unit tests, and regression tests are + to be automated when possible. Attention must be given to the native + test framework of the implementation technology in use.