Difference between revisions of "Tester"

From OpenVZ Virtuozzo Containers Wiki
Jump to: navigation, search
(Add description for bug validation)
Line 1: Line 1:
== Setting up a development installation ==
+
== Setting up a test environment ==
  
 
* setup Linux distributive (RPM based distro is preferred) on one of your [[QA Team hardware|test hardware node]]
 
* setup Linux distributive (RPM based distro is preferred) on one of your [[QA Team hardware|test hardware node]]
Line 27: Line 27:
 
* find bugs fixed in that version
 
* find bugs fixed in that version
 
* try to reproduce each bug on your test environment and keep appropriate comment in OpenVZ bugzilla
 
* try to reproduce each bug on your test environment and keep appropriate comment in OpenVZ bugzilla
 +
 +
[[Category: QA]]

Revision as of 14:11, 11 March 2015

Setting up a test environment

Exploratory testing

With an installed version of the development release up and running, you can perform exploratory testing against any packages of components you wish. Go wild! Try and break things! See if the new software can handle the unexpected, or even the normal use cases. If you find a bug, report it!

Sometimes new version of component contains new feature. Usually we provide how to described steps to enable feature and shortest steps how to use it.

Features are in testing below:

Features are in released OpenVZ versions:

Bug validation

Each release we do our best to fix as much bugs as possible. You can help us with validation of bugs fixed in latest version.

  • open changelog (for example ploop-1.12.2)
  • find bugs fixed in that version
  • try to reproduce each bug on your test environment and keep appropriate comment in OpenVZ bugzilla