ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 135 - AD01 discussion

Report
Export

A web-based application has a different URL for Testing Development, Training and Production According to best practice, which of the following statements is TRUE?

A.
An Object should be built per URL in case the applications have differences
Answers
A.
An Object should be built per URL in case the applications have differences
B.
Dynamic Match should be used to select the correct URL
Answers
B.
Dynamic Match should be used to select the correct URL
C.
The URLs should be stored as Global Data Items.
Answers
C.
The URLs should be stored as Global Data Items.
D.
An Environment Variable should be used to store the URL
Answers
D.
An Environment Variable should be used to store the URL
Suggested answer: D

Explanation:

Using environment variables is a best practice in Blue Prism for managing configuration settings that may vary across different environments (e.g., Testing, Development, Training, and Production). This approach allows for easy updates and changes without modifying the underlying code.

Environment Variable: Storing the URLs in an environment variable allows you to change the URL for different environments without altering the business object or process code. This makes the automation more flexible and easier to maintain.

Other options are less optimal:

Build per URL (Option A): Creating separate objects for each URL is inefficient and increases maintenance effort.

Dynamic Match (Option B): This does not specifically address URL management.

Global Data Items (Option C): While global data items can store URLs, environment variables are more suited for managing environment-specific configurations.

Reference Refer to Blue Prism's best practices on managing environment-specific configurations using environment variables.

asked 16/09/2024
Areeluck Parnsoonthorn
38 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first