A developer configured the properties for a Click activity as shown below:
What happens if the activity cannot find its target at runtime?
A developer configured the properties for a Click activity as shown below:
What happens if the activity cannot find its target at runtime?
The properties of the Click activity show that 'Continue on error' is set to True. This means that if the activity cannot find its target at runtime, it will not throw an exception and will continue with the next activity. The Timeout property is set to 10 seconds, which means the activity will wait for 10 seconds to find the target. If it cannot find the target within this time, it will proceed to execute the next activity after 10 seconds.
C is correct, because Continue on error is set to "True". Otherwise would be B.
"C" should be correct ans.
Answer is C
The next activity is executed after 10 seconds.
The next activity is executed after 10 seconds.
C is the right answer.
it is c
C is correct
I think the answer is D.
sorry, The answer is c