nerdexam
iSQI

CTAL-TAE · Question #74

CTAL-TAE Question #74: Real Exam Question with Answer & Explanation

Sign in or unlock CTAL-TAE to reveal the answer and full explanation for question #74. The question stem and answer options stay visible for context.

Question

Automated tests at the UI level for a web app adopt an asynchronous waiting mechanism that allows them to synchronize test steps with the app, so that they are executed correctly and at the right time, only when the app is ready and has processed the previous step: this is done when there are no timeouts or pending asynchronous requests. In this way, the tests automatically synchronize with the app's web pages. The same initialization tasks to set test preconditions are implemented as test steps for all tests. Regarding the pre-processing (Setup) features defined at the test suite level, the TAS provides both a Suite Setup (which runs exactly once when the suite starts) and a Test Setup (which runs at the start of each test case in the suite). Which of the following recommendations would you provide for improving the TAS (assuming it is possible to perform all of them)?

Options

  • AAdopt a manual synchronization with the app's web pages using hard-coded waits instead of the
  • BImplement the initialization tasks aimed at setting the preconditions of the tests within the Test
  • CAdopt a manual synchronization with the app's web pages using dynamic waits via polling instead
  • DImplement the initialization tasks aimed at setting the preconditions of the tests within the Suite

Unlock CTAL-TAE to see the answer

You've previewed enough free CTAL-TAE questions. Unlock CTAL-TAE for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.

Full CTAL-TAE Practice