From b9ef5ad02a3a24ad478f4b268158d2cfe62b461e Mon Sep 17 00:00:00 2001 From: Jorge Moratinos Salcines Date: Wed, 11 Feb 2026 15:55:23 +0100 Subject: [PATCH] Create new section for visibility control test plan and release notes --- doc/releasenotes.md | 5 ++ doc/testing/testplan/README.md | 4 ++ .../testplan/visibility_control/README.md | 65 +++++++++++++++++++ 3 files changed, 74 insertions(+) create mode 100644 doc/testing/testplan/visibility_control/README.md diff --git a/doc/releasenotes.md b/doc/releasenotes.md index 81efd055..cfe9e5ea 100644 --- a/doc/releasenotes.md +++ b/doc/releasenotes.md @@ -1,5 +1,10 @@ ## **Release X.0.0** +### **Visibility Control** + + + + ### **Technical Debt Solved** #### **NGINX Configuration improved** diff --git a/doc/testing/testplan/README.md b/doc/testing/testplan/README.md index dcaa6102..794c4ab1 100644 --- a/doc/testing/testplan/README.md +++ b/doc/testing/testplan/README.md @@ -16,3 +16,7 @@ List of Common API Services implemented: * [Vendor Extensibility](./vendor_extensibility/README.md) * [Api Status](./api_status/README.md) * [Event Filter](./event_filter/README.md) + +## Helper Service + +* [Visibility Control](./visibility_control/README.md) \ No newline at end of file diff --git a/doc/testing/testplan/visibility_control/README.md b/doc/testing/testplan/visibility_control/README.md new file mode 100644 index 00000000..60ca5db9 --- /dev/null +++ b/doc/testing/testplan/visibility_control/README.md @@ -0,0 +1,65 @@ +# Test Plan for Visibility Control Feature +At this documentation you will have all information and related files and examples of test plan for this feature. + +--- +## Test Case 1: Get Visibility Control Rules as Superadmin + +**Test ID**: ***visibility_control-1*** + +**Description**: + + This test case will check if a ... + +**Pre-Conditions**: + + * Network App was registered previously + * .... + +**Execution Steps**: + + 1. Register Provider at CCF, store certificates. + 2. ... + +**Information of Test**: + + 1. Perform [Provider Registration] and [Invoker Onboarding] + 2. ... + +**Expected Result**: + + 1. ... + +--- +## Test Case 2: Create Visibility Control Rule Invalid Dates as Superadmin + +**Test ID**: ***visibility_control-2*** + +**Description**: + + This test case will check if a ... + +**Pre-Conditions**: + + * Network App was registered previously + * .... + +**Execution Steps**: + + 1. Register Provider at CCF, store certificates. + 2. ... + +**Information of Test**: + + 1. Perform [Provider Registration] and [Invoker Onboarding] + 2. ... + +**Expected Result**: + + 1. ... + +--- + + + [Invoker Onboarding]: ../common_operations/README.md#onboard-an-invoker "Invoker Onboarding" + [Provider Registration]: ../common_operations/README.md#register-a-provider "Provider Registration" + -- GitLab