Hello,
I have this group that makes 2 sessions. They request Data via API Calls and write this response in a table.
It's normal that 1 session of them can fail.
If Session 100 fails (HTTP 400, 4XX,5XX) and session 117 success (HTTP 200) the protocol goes into a timeout after 30 sec (I want to keep the timeout in the protocol).
If the session 100 success (HTTP 200) and session 117 fails (HTTP 400, 4XX,5XX) I get a timeout again.
- How to time sessions or show the protocol, not go to a timeout?
The 2nd issue is I need to Poll 2 times to get both data in the table.
How to poll it only once to get all data.
thanks in advance.
Hello Omer,
If you want the element not to go into timeout when a specific session is in timeout, you can add the ignoreTimeout attribute in the session definition.
Hi,
I see that this question has been inactive for some time. Do you still need help with this? If not, could you select the answer that has been most helpful for you (using the ✓ icon)?