nerdexam
iSQI

CTAL-TAE · Question #143

You are working as a TAE for a large insurance company that offers a wide range of products including home, health and motor insurance. Your next project will be a major change to the existing…

The correct answer is D. Data-driven testing. Data-driven testing is the most suitable approach for this project because it allows reuse of the same test logic with different data sets. Given the flexibility required in claim authorization and the variation by policy and claim type, data-driven testing provides efficient…

Preparing the Test Automation Architecture (TAA)

Question

You are working as a TAE for a large insurance company that offers a wide range of products including home, health and motor insurance. Your next project will be a major change to the existing system for processing policy claims. The project’s objective is to provide more flexibility in the process for claim authorization, according to type of policy and nature of claim, so that simple claims can be processed faster. It will follow a hybrid methodology with development and testing completed in 3-week iterations. The most important functional and non-functional tests for the existing system have been automated. The older tests feature structured scripting, but the more recent ones have benefited from data-driven testing. Which automation approach for the system- level tests would be MOST suitable for this project?

Options

  • AKeyword-driven testing.
  • BStructured scripting.
  • CTest-driven development.
  • DData-driven testing.

How the community answered

(45 responses)
  • A
    7% (3)
  • B
    11% (5)
  • C
    2% (1)
  • D
    80% (36)

Explanation

Data-driven testing is the most suitable approach for this project because it allows reuse of the same test logic with different data sets. Given the flexibility required in claim authorization and the variation by policy and claim type, data-driven testing provides efficient coverage and adaptability, especially in an environment already benefiting from this approach.

Topics

#data-driven testing#scripting approaches#hybrid methodology#automation strategy

Community Discussion

No community discussion yet for this question.

Full CTAL-TAE Practice