iSQI Related Exams
CTAL-TAE Exam
(Which of the following statements refers to a typical advantage of test automation?)
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?
Which of the following statements about the reuse of TAS artefacts is TRUE?