Examlex

Solved

Consider the Following Flow Within an Object Studio Action

question 15

Multiple Choice

Consider the following flow within an Object Studio action: 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 problem do you see with the flow? A)  The Resume stage is not within the same Exception Block as the Recover stage and therefore will not work. 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 no need for a wait stage in the flow. 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 problem do you see with the flow?


Definitions:

Related Questions