diff --git a/doc/releasenotes.md b/doc/releasenotes.md index 81efd0554c9eaaf5a136c15d58c78308c7eb301c..cfe9e5ea0abaaf9276396640003d56360c62524e 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 dcaa6102d3fb596d4069a537393decff15a5b841..794c4ab14195670808beb9638d6c51b6a9fe87db 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 0000000000000000000000000000000000000000..60ca5db99909122ddce46c3cbb536501a56360ca --- /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" +