You are designing a form for an online bookstore to display new arrivals. The form is displayed on laptops and tablets. Pictures of the book covers are displayed in columns. The number of columns changes depending on the screen size. Which layout do you use to display the book cover pictures?
A form allows customers to specify the amount of a balance transfer for their credit card. The form contains two fields: one to display the available balance on the customers credit card, and one for the user to enter the amount of the balance transfer. You configure a validate rule to verify that the amount of a balance transfer is less than 75% of the available balance on the customers credit card. How do you call the validate rule?
A hotel reservation application has the following requirement: Users must select the destination city from a list of options. The list is filtered based on user entry. As a user types the city name, the list of options narrows. Which UI control allows you to implement this requirement?
An application that generates auto insurance quotes allows users to add a substitute transportation reimbursement option to their coverage. Users who add this option are required to select one of three reimbursement levels:
- Up to $10/day
- Up to $25/day
- Up to $50/day
You must configure a form to add a check box that allows users to select the substitute transportation reimbursement option. Users selecting this option are
presented with three reimbursement levels as a set of radio buttons, similar to the following example. How do you configure the UI to present users with the set of reimbursement levels only if the user selects the reimbursement option?
An application that generates auto insurance quotes allows users to add a substitute transportation reimbursement option to their coverage. Users who add this option are required to select one of three reimbursement levels:
- Up to $10/day
- Up to $25/day
- Up to $50/day
You must configure a form to add a check box that allows users to select the substitute transportation reimbursement option. Users selecting this option are presented with three reimbursement levels as a set of radio buttons, similar to the following example. Which type of decision rule do you configure to test whether the user has selected the substitute transportation reimbursement option?
You have designed a decision tree that you want to unit test. You want to test various input values to ensure that you get the expected results. How would you unit test your decision tree?
You have been asked to configured a rule for use in a business process to evaluate multiple property values and return a text value as a result. Which type of rule satisfies this requirement?