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
To test the functionality of the new WebSockets from the client's perspective, it is necessary to write tests that verify the following behaviours:
Happy path for creating and subscribing to any topic.
The test should include checks for a successful subscription response and receiving the expected results from the subscription.
Error case for subscription when the client attempts to subscribe with incorrect data.
Happy path for unsubscribing from a topic.
Error case for the unsubscribing when the client provides an incorrect subscription ID.
Retrieving a list of all subscriptions.
Checking the tracking of client inactivity and connection loss.
The text was updated successfully, but these errors were encountered:
Guitarheroua
changed the title
[Access] Implement integration test for new websocket handler
[Access] Implement integration test for new websockets
Nov 22, 2024
To test the functionality of the new WebSockets from the client's perspective, it is necessary to write tests that verify the following behaviours:
Happy path for creating and subscribing to any topic.
The test should include checks for a successful subscription response and receiving the expected results from the subscription.
Error case for subscription when the client attempts to subscribe with incorrect data.
Happy path for unsubscribing from a topic.
Error case for the unsubscribing when the client provides an incorrect subscription ID.
Retrieving a list of all subscriptions.
Checking the tracking of client inactivity and connection loss.
The text was updated successfully, but these errors were encountered: