This part of the documentation will describe how to develop a launcher from scratch.
We will detail:
First of all, a launcher is a package including:
The role of the launcher is to:
- How to prepare the environment to build a template launcher
- How to implement the launcher
- How to deploy it
First of all, a launcher is a package including:
- A JAR file (a zip containing some Java classes)
- An XML document describing the form template to be used to create an execution configuration for this launcher
The role of the launcher is to:
- Read the execution configuration parameters
- Control (setup, tear down, start, stop etc.) the test scripts
- Retrieve the results, messages, log, traces, screenshots etc. from the test execution
- Store all those information in XStudio's database so that all the metrics are calculated real-time