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. This is why XQual has created XStudio.learn more
Some basic launchers are provided in source code (Java) and in binary form (Jar) ready to be used with XStudio:
- The Manual launcher, which allows running any test in the database manually
- The Success and Random launchers, which are just provided as examples for demonstration and as template for new launchers
- The Beanshell launcher, which allows running any beanshell script
- The Squish launcher, which allows running tests written using Squish for Qt, Java, Web, tk application
- etc.
It's pretty simple to integrate your existing tests within XStudio. You just need to implement (in Java) a class extending the
com.xqual.xagent.launcher.CLauncher class.
For more details about the complete API, check the documentation section.





