An API's response to a request made to the corresponding endpoint should return some specific data about a
payment transaction in JSON format. In particular, your goal is to write the test automation code, keeping it as
short as possible, aimed at determining whether that response includes certain properties (transaction_id,
amount, status, timestamp) with the data types and formats expected. Assuming that the TAF provides all the
necessary support to validate the specified API response, how would you BEST achieve your goal?
A SUT (SUT1) is a client-server system based on a thin client. The client is primarily a display and input
interface, while the server provides almost all the resources and functionality of the system. Another SUT
(SUT2) is a client-server system based on a fat client that relies little on the server and provides most of the resources and functionality of the system. A given TAS is used to implement automated tests on both SUT1
and SUT2. The main objective of the TAS is to cover as many system functionalities as possible through
automated tests executed as fast as possible. Which of the following statements about the automation solution
is BEST in this scenario?
As a TAE, you are evaluating a test automation tool to automate some UI tests for a web app. The automated
tests will first locate the required HTML elements on the web page using their corresponding identifiers
(locators), then perform actions on those elements, and finally check the presence of any expected text for an
HTML element. These tests are independent of each other and are organized into a test suite that must be run
every night against the most recent build of the web app. There is a high risk that the web app will crash while
running some automated tests. Based only on the given information, which of the following is your MOST
important concern related to the evaluation of the test automation tool?
An API's response to a request made to the corresponding endpoint should return some specific data about a
payment transaction in JSON format. In particular, your goal is to write the test automation code, keeping it as
short as possible, aimed at determining whether that response includes certain properties (transaction_id,
amount, status, timestamp) with the data types and formats expected. Assuming that the TAF provides all the
necessary support to validate the specified API response, how would you BEST achieve your goal?