Blue Prism Certified Developer (AD01) — Question 3
A Blue Prism solution interfaces with an internet application called HappyWeb. There is a test website available for development, and a training site available for user acceptance testing, and there is the production site available for processing live cases in HappyWeb.
Which of the following is true?
Answer options
- A. All development and testing MUST be done using the production site. This is because the test and training websites might not mirror production exactly.
- B. A local text file should be used to easily configure the details of the HappyWeb website to be used in each Blue Prism environment.
- C. An Environment variable should be used to store the HappyWeb URL.
- D. Three different versions of object that launches the HappyWeb website will need to be created and maintained, one for each environment.
Correct answer: A
Explanation
The correct answer is A because using the production site ensures that testing reflects the actual environment in which the application will function, avoiding discrepancies that could arise from the test and training environments. Options B and C suggest alternatives for configuration, which do not address the necessity of using the production site for development and testing, while D implies unnecessary complexity by suggesting multiple object versions instead of a unified approach.