Exam UiADPv1 All QuestionsBrowse all questions from this exam
Question 40

A developer is working on an automation using the REFramework. Each transaction item represents a piece of client information. For each customer, the automated procedure must click the "Generate Shipment Details" button. This generates a table of shipment records for each customer.

What type of exception occurs when the data is not accessible, the created table displays only the header row, and processing for that client must be halted?

    Correct Answer: A

    A BusinessRuleException occurs when a business-specific scenario causes the process to be halted. In this case, the fact that the generated table displays only the header row and no data is available for the client indicates a business rule failure. The automated procedure cannot continue processing for that client due to this business logic issue, thus it qualifies as a BusinessRuleException.

Discussion
milesvvvOption: A

since an integral part of the automation is missing causing the program to halt, then it's a business exception

kingkayyOption: A

A is distinct. Application exception = System exception so it can't be any of them.