This is a description of how to test your yast2 source code.
Author: Michal Svec <msvec@suse.cz>.
Introduction
Main task of testing your source code (yast2 module) is to ensure
same functionality after any change you do. There is usually some
code depending on your source, so if you do a change, you must be
sure the outer behavior remains a same.
The testsuite can be also used for testing functionality on other machines and architectures you don't have access to or on any strange hardware configurations.
And at last, with a well written testsuite you can test your code in a random circumstances, with random input and for long time like nobody alive can ever do.