AD01 Exam QuestionsBrowse all questions from this exam

AD01 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?

Show Answer
Correct Answer: BD

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

5 comments
Sign in to comment
temilolakuteluOption: B
Jul 23, 2020

B is the answer

abain89
Jul 27, 2020

you are right. should be B

coolala
Jan 11, 2021

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

coolala
Jan 15, 2021

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

sogoku_ichi_2907Option: B
Jun 5, 2021

Yes, B is the correct answer.

abain89Option: C
Jul 2, 2020

Should be C

Deepali_goyal
Jul 23, 2020

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.

SSDevOption: B
Aug 13, 2023

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