nerdexam
iSQI

CTAL-TAE · Question #49

Your TAF writes detailed test logs for every test that it executes. Data storage space in the test environment is limited, so after each run it is necessary to remove unnecessary detail from the log…

The correct answer is D. Do it automatically with a script that can be run by your test automation tool. The best approach is to automate the log cleanup using a script run by the test automation tool. This ensures consistency, saves manual effort, and can efficiently remove unneeded detail for passed tests while archiving essential data, thus managing limited storage space…

Reporting and Metrics

Question

Your TAF writes detailed test logs for every test that it executes. Data storage space in the test environment is limited, so after each run it is necessary to remove unnecessary detail from the log for tests that passed and move the data that must be kept to a different place. What would be the BEST way to do this?

Options

  • ADo it manually, so that selection of the data to be kept is under human control.
  • BReplace the logs with videos of UI activity that your test automation tool can take.
  • CReplace your current tool with another tool whose logs will need less storage space.
  • DDo it automatically with a script that can be run by your test automation tool.

How the community answered

(55 responses)
  • A
    13% (7)
  • B
    7% (4)
  • C
    2% (1)
  • D
    78% (43)

Explanation

The best approach is to automate the log cleanup using a script run by the test automation tool. This ensures consistency, saves manual effort, and can efficiently remove unneeded detail for passed tests while archiving essential data, thus managing limited storage space effectively without human error.

Topics

#test logging#log management#storage optimization#automation scripting

Community Discussion

No community discussion yet for this question.

Full CTAL-TAE Practice