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
- A. The target application has changed in design
- B. Intelligent Wait stages have not been used in line with Blue Prism best practices within Business Object Actions
- C. The Business Object Action has not been published, therefore, it cannot be used by a Process in Control Room.
- D. Exception handling best practice has not been incorporated into the Process design
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.