Exam4Training

Based on the information provided, which TWO of the options provided would be the MOST LIKELY keywords for this application?

Assume you are involved in testing a Health Insurance Calculation system.

At the main screen one can enter information for a new client. The information to be provided consists of last name, first name and date of birth. After confirmation of the information, the system checks the age of the potential new client and calculates a proposed premium.

The system also has the option to request information for an existing client, using the client’s ID number.

A keyword-driven automation approach is being used to automate most of the regression testing.

Based on the information provided, which TWO of the options provided would be the MOST LIKELY keywords for this application? (Choose two.)
A . Remove_Client
B . Enter_Client
C . Print_Premium
D . Select_Client
E . Exclude_Client

Answer: B, D

Explanation:

Considering the functionalities described for the Health Insurance Calculation system, the keywords would represent the main actions that can be performed in the system. ‘Enter_Client’ would be a keyword for entering new client information, which is a primary feature of the system as described. ‘Select_Client’ would be used to retrieve information for an existing client using the client’s ID number, which is another main functionality. Other options such as ‘Remove_Client’, ‘Print_Premium’, and ‘Exclude_Client’ are not explicitly mentioned in the provided system functionalities, therefore, ‘Enter_Client’ and ‘Select_Client’ are the most likely keywords for automation.

Exit mobile version