# qpid-interop-test **Repository Path**: mirrors_apache/qpid-interop-test ## Basic Information - **Project Name**: qpid-interop-test - **Description**: Mirror of Apache Qpid Interop Test - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-22 - **Last Updated**: 2025-11-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Qpid Interop Test Suite This directory contains the [Qpid Interop Test](http://qpid.apache.org/components/interop-test/index.html) suite. ## Documentation A quickstart guide for building and using this test suite is contained in [QUICKSTART](QUICKSTART.md). Detailed documentation for adding tests and using them are contained in the docs directory. ## Issues Issues are tracked in the Apache JIRA at [https://issues.apache.org/jira/browse/QPIDIT](https://issues.apache.org/jira/browse/QPIDIT). ## Support Support may be obtained from the **qpid-users** mailing list [users@qpid.apache.org](mailto:users@qpid.apache.org). ## Installing and Running See the [QUICKSTART](QUICKSTART.md) file for building, installing and running instructions. ## Writing New Tests There are two parts to this: 1. Writing new tests. This requires adding the test to the Qpid Interop Test Python source. 2. Writing new shims for the test, one pair (sender and receiver) per client being tested. A detailed description of this process is contained in the docs directory. See [Shim_HOWTO](docs/Shim_HOWTO.txt) and [Test_HOWTO](docs/Test_HOWTO.txt).