Exam AD01 All QuestionsBrowse all questions from this exam
Question 59

Study the following diagram which is an extract from a process being tested in Process Studio:

There are no breakpoints in the "Access Customer Account" subpage however there is an error.

What will happen if you choose to step over (F10) when debugging the process?

    Correct Answer: B

    When stepping over (F10) during debugging in Process Studio, the process works through all stages in the 'Access Customer Account' page until an error is thrown. Upon encountering an error, the focus will move to the 'Recover1' stage specified for error handling in that subpage. This ensures that errors are managed at the appropriate recovery points within the subpage where they occur.

Discussion
temilolakuteluOption: B

B is the answer

abain89

you are right. should be B

coolala

Don't think it would stop at Recover stage, so I think D is correct.

coolala

Sorry, it's not running but stepping over, so it should stop at Recover. The ans should be B.

sogoku_ichi_2907Option: B

Yes, B is the correct answer.

SSDevOption: B

B - because there are no breakpoints on the sub page.

Deepali_goyal

Options B and D both can be right. B is correct if there is no recovery stage in the “Access customer. Account” , on the other hand D is correct if there exists a recovery stage on the sub page itself.

abain89Option: C

Should be C