You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a user, I would like to set all communication parameters (on session layer) on server side, so I can reuse them during communication instead of providing them over and over again.
TODO: list of parameters
User is unable to set invalid values, e.g.:
User cannot set any value below 0.
User cannot set any actual value below min or above max.
User is warned and actual value is adjusted if user just influenced min/max value and actual value is no longer in range.
Test Strategy
Unit Tests:
100% code coverage for the new code
Acceptance Criteria
It is possible to adjust all Server's parameters that are not constant values (even after the object is created).
All Server's communication parameters are described in knowledge base
User documentation is updated with server configuration examples and explanation.
The text was updated successfully, but these errors were encountered:
Requires
#1
Description
As a user, I would like to set all communication parameters (on session layer) on server side, so I can reuse them during communication instead of providing them over and over again.
TODO: list of parameters
User is unable to set invalid values, e.g.:
Test Strategy
Unit Tests:
Acceptance Criteria
The text was updated successfully, but these errors were encountered: