Which of the following statements about the reuse of TAS artifacts is true?
Consider the following examples of TAS metrics:I) On average, it takes 15 seconds to execute an automated testII) On average, 0.5 defects per KLOC are present in the automation codeWhich of the following statements is true?
Assume that you are executing the first test run of a test automation suite that consists of 200 tests. All the relevant information related to the state of the SUT and to the automated test execution is stored to a small database. During such run you observe that the first 10 tests pass while an abnormal termination occurs when executing the 11th test: this test does not complete its execution and the overall execution of the suite is aborted. An immediate analysis of the abnormal termination is expected to be too time consuming since you have been asked to produce as soon as possible a detailed report of the test execution results for the first test run.Based only on the given information, which of the following would you expect to be the most important action to be performed immediately after the abnormal termination occurred during the execution of the 11th test, in this scenario?
Which of the following attributes should not be included in a test execution report associated with a suite of automated tests?
Which of the following statements related to the implementation of automated regression testing is least likely true?
Consider a TAS that adopts a keyword-driven framework. The SUT is a web application and the set of available keywords for writing the automated tests consists of a very large number of keywords that relate to highly specific user actions tied directly to the GUI of the SUT. The automated tests written with such set of keywords are statically analyzed by a custom tool that shows the presence of many repeated instances of several identical sequences of keywords. The waiting mechanism implemented by the TAS for a webpage load is based on a synchronous sampling within a given timeout: the TAS allows checking a webpage load every X seconds until a timeout value.Based only on the given information, which of the following recommendations would you provide for improving the TAS (assuming it is possible to perform all of them)?