Exam UiADPv1 All QuestionsBrowse all questions from this 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?

    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
khissal_ahmedOption: A

ApplicationNotFoundException

prat11Option: A

app exc , tested in studio

milindkumarOption: D

Tested in Bot