Blue Prism Certified Developer (AD01) — Question 90

A Blue Prism solution works fine when developing and testing it in Process and Object Studio, but when it is run in Control Room, exceptions occur because elements are not being found.

What is the most likely cause of this behaviour?

Answer options

Correct answer: B

Explanation

The correct answer is B because not using Intelligent Wait stages can lead to elements not being found due to timing issues, which is a common problem when moving from development to production. Options A, C, and D may also contribute to issues, but they do not directly address the specific problem of elements not being found as effectively as the lack of Intelligent Wait stages does.