Test Management with XStudio
XQual provides you with a free, modular, distributed test framework.XStudio
The central component of this framework is the so called XStudio software. XStudio is an versatile test management software solution usable with any existing tests. Systematic usage of XStudio makes management of tests, test reports trivial but above all less costly to maintain. Bugs, slippages and regression are often due to inneficiencies in managing the tests.learn more
Some launchers are already provided in source code (Java) and in binary form (Jar) ready to be used with XStudio.
They are available in the open source section and are licensed under the GNU Lesser General Public License v3 (LGPLv3).

SDK / Proprietary tests
It's pretty simple to integrate your existing tests (even proprietary) within XStudio. You just need to implement (in Java) a class extending thecom.xqual.xagent.launcher.CLauncher class.For more details about the complete API, check the documentation section. The SDK is of course included in XStudio but can also be retrieved here.






