Test Suites

All about our different test suites from simple to advanced.

XLT supports the concept of a test suite and due to that, you can also see a base test suite as a framework for how to setup your testing. This means you can change the way tests are designed and written because you can add your own API on top of what XLT provides.

We provide a bunch of open sample test suites on Github, to offer you starting points for the most common usecases. Just check them out and start building. If you want to know more about how they work and what they can do for you, here we’ll introduce our most popular kids:


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 March 4, 2022