Testing tools
From MediaWiki extension testing
Contents |
Clean machine
A virtual server with MW software installed on it. You are free to use it for a short period of time and test your extension.
On this Virtual clean machine also test supporting software is installed.
Testcase
A testcase describes what is the input of a specific extension, and what is the expected output. If the expected output is equal to the actually generated output of the extension then this test is "Same". A testcase can be executed automatically, even in batch processing. This makes repeating of the test very easy and consistent. Category:Testcase
Extension testbot executing
The testset could be manually checked. But that is very time-consuming and susceptible to errors. Extension testbot executing automated this testproces.
Retrieve tools
- In the browser : http://6.wikiation.nl/svn
In command line
svn list svn+ssh://6.wikiation.nl/var/svn/public/
Procedure
In procedure full testprocess the steps which you should take for a full testprocess.
