Difference between revisions of "Wpkg tests"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
(New page: == WPKG Test - Regression Test Suite for WPKG == === Intention === ''WPKG test'' is meant to make the life of the developers easier: after making changes to wpkg.js, running ''WPKG test'...)
(No difference)

Revision as of 10:32, 17 August 2009

WPKG Test - Regression Test Suite for WPKG

Intention

WPKG test is meant to make the life of the developers easier: after making changes to wpkg.js, running WPKG test makes sure that wpkg.js is running properly as before.

Theoretically, when doing test driven development, introducing new features into wpkg.js should be done by first developing new tests.

But for now, we did the following: if we have a bug, we try to make tests which reproduce the bugs, and after correction the WPKG test runs without failure. So, next time, this bug cannot be reintroduced, or at least, we see that something is going wrong.

Download

As WPKG test is only for developers/testers of Wpkg, we assume, that it is no problem to get this from svn only:

SVN: svn co https://wpkg.svn.sourceforge.net/svnroot/wpkg wpkg/wpkg-test