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
Imagine the following scenario:
A user triggers some interaction in a UI. In the background some data is put on a data stream is processed by a backend service and ends up updating an existing entry in a database. For that scenario a test could look like follow:
The challenge could be, that the whole flow takes some time so that the changes are not immediately found in the DB but require some time. A Retry routine would help to overcome that. An idea how that could look like is:
Imagine the following scenario:
A user triggers some interaction in a UI. In the background some data is put on a data stream is processed by a backend service and ends up updating an existing entry in a database. For that scenario a test could look like follow:
The challenge could be, that the whole flow takes some time so that the changes are not immediately found in the DB but require some time. A Retry routine would help to overcome that. An idea how that could look like is:
In case the actions inside a retry are split among different users
The text was updated successfully, but these errors were encountered: