Exam UiARD All QuestionsBrowse all questions from this exam
Question 114

A developer is working on an automation in the Robotic Enterprise (RE) Framework. Each transaction item represents customer data. The automated process must click on the "Generate Shipment Details" button for each customer. Ideally, this generates a table of shipping records per customer.

If the generated table displays only the header row and no data is available for the current customer, then it should be marked as an exception since the data is not available and processing for that customer should stop. What is this type of exception?

    Correct Answer: C

    A BusinessRuleException occurs when a rule set by the business is violated. In this case, the rule is that the generated table must contain data for each customer; if it only displays the header row and no data, it means the rule is violated, and processing for that customer should stop. Therefore, this is a BusinessRuleException.

Discussion
IngvarnOption: C

C. BusinessRuleException

bhaskar5a5Option: C

Ans : C

MirjalolOption: C

Businessrule exception and again.... Siuuuu!

Engineer24Option: C

C is correct answer !