WebDav Test Suite

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

Introduction

The WebDAV Test Suite demonstrates how to load test WebDAV servers using XLT. It leverages a custom XLT library that provides standard WebDAV operations as pre-defined action classes.

You can build test scenarios by composing these configurable building blocks, while XLT handles request/response tracking and performance measurements.

We provide a demo suite that showcases how to integrate the library and includes a sample scenario covering all available WebDAV actions.

Getting Started

The source code is available on GitHub:

To get started, clone the Demo Test Suite. You only need the library source if you plan to modify it.

Demo Server

To try the test suite, use the Demo Application Server included with XLT. It features a built-in WebDAV server available at http://localhost:8080/webdav/ or https://localhost:8443/webdav/.

  • Credentials: webdav / webdav
  • Data Directory: <xlt>/samples/app-server/data/webdav
Last modified December 14, 2025: Tone and spelling for suites (2bcfe522)