UiADPv1 Exam QuestionsBrowse all questions from this exam

UiADPv1 Exam - Question 83


Review the following graphics:

If the automation is executed and Notepad.exe is not running, which Log Message text value is contained in the Output panel?

Show Answer
Correct Answer: A

If the automation is executed and Notepad.exe is not running, the Log Message text value contained in the Output panel will be 'ApplicationNotFoundException'. This is because the error handling defined in the 'Catches' section of the Try Catch activity specifically includes a catch for 'ApplicationNotFoundException', and this type of exception will be triggered if the specified application (Notepad.exe) is not found or cannot be started.

Discussion

3 comments
Sign in to comment
milindkumarOption: D
Feb 29, 2024

Tested in Bot

prat11Option: A
Jun 30, 2024

app exc , tested in studio

khissal_ahmedOption: A
Jul 2, 2024

ApplicationNotFoundException