Site icon Exam4Training

When should a developer log a coherent message with the Logging Level set as "Info" while building an automation project?

When should a developer log a coherent message with the Logging Level set as "Info" while building an automation project?
A . Every time data is read from external sources.
B . Every time an exception is caught in a Catch block
C . Every time a variable or argument value is used.
D . Every time the robot encounters an error processing a Queue Item.

Answer: A

Explanation:

Logging a message with the "Info" level is appropriate every time data is read from external sources. This helps in tracking the flow of data and understanding the sequence of operations in the automation process.

Exit mobile version