Commit efef859e authored by Jorge Moratinos's avatar Jorge Moratinos
Browse files

Merge branch 'OCF-Doc61-add-new-tests-to-testplan-related-with-helper-service' into 'develop'

Resolve "Add new tests to testplan, related with helper service"

Closes #61

See merge request !67
parents ded99a77 b9ef5ad0
Loading
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
## **Release X.0.0**

### **Visibility Control**




### **Technical Debt Solved**

#### **NGINX Configuration improved**
+4 −0
Original line number Diff line number Diff line
@@ -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
+65 −0
Original line number Diff line number Diff line
# 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"