List of questions
Related questions
Question 60 - AD01 discussion
Consider the following flow within an Object Studio action:
The developer of this flow found that writing some credentials to the target application sometimes failed with an exception even though the element exists on the screen. He found that simply catching the exception, waiting for 2 seconds and then retrying fixed the problem.
What problems do you see within the flow? (select 2 responses)
A.
A block has not been placed around the Write stage and the Recover stage, meaning the credentials action could be unnecessarily retried if another stage further into this action throws an exception.
B.
There is a potential for an infinite loop if the 'Credentials' stage keeps throwing an exception for some unforeseen reason.
C.
The credentials stage is a read stage not a write stage
D.
There is not a Resume stage following the timeout of the Wait stage
Your answer:
0 comments
Sorted by
Leave a comment first