Test Suites

All about our different test suites from simple to advanced.

XLT leverages the concept of a Test Suite as a structured framework for your testing efforts. It provides the foundation for designing and writing tests, allowing you to extend the core XLT capabilities with your own domain-specific API.

We provide a collection of open-source sample test suites on GitHub to serve as starting points for common use cases. You can use these as templates to accelerate your development. Below, we introduce our most popular test suites:


Base Web Test Suite

The most simple test suite that directly works on the XLT API, aka the Basic Demo Test Suite.

Advanced Web Test Suite

A comprehensive test suite that directly works on the XLT API, demonstrating most common use cases and possibilities. The grown-up sibling of the Basic Demo Test Suite.

Base REST Test Suite

This test suite demonstrates how to test REST services or simple request/response examples.

No Coding Test Suite

This test suite gives you testing via YAML definitions with barely any code needed.

WebDav Test Suite

WebDav can be tested with this test suite. It depends on a WebDav XLT-library.

Last modified December 14, 2025: Tone and spelling for suites (2bcfe522)