News
2008-11-19
XStudio and XAgent v0.6a4 available for download for Windows, Linux and MacOSX
2008-10-20
XStudio and XAgent v0.6a3 available for download for Windows, Linux and MacOSX
2008-10-12
XStudio and XAgent v0.6a2 available for download for Windows, Linux and MacOSX
2008-10-05
XStudio and XAgent v0.6a1 available for download for Windows, Linux and MacOSX
2008-09-07
XStudio and XAgent v0.5 available for download for Windows, Linux and MacOSX
2008-06-01
XStudio and XAgent v0.4 (final version) available for download for Windows, Linux and MacOSX

Subscribe to XQual News RSS feed Subscribe RSS
Privacy
Terms of use

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

launcher architecture


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
Some others have already been developped such as:
  • 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.