-
Notifications
You must be signed in to change notification settings - Fork 8
Testing Security Modes #274
Copy link
Copy link
Open
Description
The following scenarios shall be included in the test suite collection
1.Enable the Security to OFF mode
- Check whether the operation-key for all the operation-server and clients in the same application and the subscribed application are “Operation key not yet provided”
2.Enable the Security from OFF to REACTIVE
- Check whether the operation-key for all the operation-server’s in the same and subscribed applications are not “Operation key not yet provided”
- Retrieve a link and check whether all the end points received the same operation-key
- Create a new link and check whether the end points in the created link received new operation-key
3.Enable the security to PROTECTION mode
- Check whether the operation-keys are getting updated for every 5 mins
- Create new links and check whether all the end points received the same operation-key
Reactions are currently unavailable