DEV Community

Permissioned Domains - QA Test Report

Test Report Date: 5/16/2025
Prepared By: QA Team [mvadari, mounikakun, sgramkumar]
Environment: GitLab CI Runner (Ubuntu 22.04)

Overview
This report presents the results of QA testing performed on the Permissioned Domains across rippled and Clio servers.

1. Feature

This section provides a brief summary of the feature being tested. The feature under test is designed to deliver specific functionality as defined in the project specifications.

Feature Name: Permissioned Domains

Description:
Permissioned domains enable the creation of controlled environments within a broader system where specific rules and restrictions can be applied to user interactions and asset flow. This approach aims to bridge the gap between the transparency and security benefits of decentralized blockchain technology and the regulatory requirements of traditional financial institutions.

Specification Reference: https://github.com/XRPLF/XRPL-Standards/tree/master/XLS-0080-permissioned-domains

2. Test Scope

This round of testing focuses solely on ensuring that:

  • All specified functionalities are working as expected.
  • The API handles valid and invalid input gracefully.
  • Integration with other features is functioning correctly.
  • Feature validation includes both RPC and WebSockets to ensure consistent behavior across different interfaces.

3. Types of Testing Conducted

Testing Type Description
Functional Testing Verifying each endpoint against defined specifications to ensure it behaves as expected.
Regression Testing Running relevant test cases to confirm that recent changes did not break existing functionalities.
End to end Testing Involves testing the complete flow of a feature confirming that different components of the application, potentially developed by different teams work together as expected.

4. Test Environment

Component Details
OS Ubuntu 22.04 (LTS)
CPU Cores 16
Memory 128 GB
Test Framework Pytest/Shell script

5. Test Results Summary

Testing Type Total Tests
Feature Testing 102
Regression - rippled 2057
Regression - clio 1200

Feature Commit:

commit ccc088980368459bde3157512a0594c433f9405c
Author: Olek <115580134+oleks-rip@users.noreply.github.com>
Date:   Fri Jan 10 12:44:14 2025 -0500

    Permissioned Domains (XLS-80d) (#5161)
Enter fullscreen mode Exit fullscreen mode

Testcases: https://dev.to/ripplexdev/permissioned-domains-testcases-45l

6. Bugs Found

No new bugs have been reported post-feature commit.

7. Conclusion

This feature has undergone comprehensive functional, regression, and end to end testing. The majority of the test cases have been executed successfully, with positive outcomes confirming that the core functionalities are working as expected.

Top comments (0)