Consider the following examples of TAS metrics:
I) On average, it takes 15 seconds to execute an automated test
II) On average, 0.5 defects per KLOC are present in the automation code
Which of the following statements is true?
Consider the following examples of TAS metrics:
I) On average, it takes 15 seconds to execute an automated test
II) On average, 0.5 defects per KLOC are present in the automation code
Which of the following statements is true?
Internal TAS metrics are those that pertain directly to the internal workings and quality of the Test Automation System itself, such as the quality of the automation code. External TAS metrics are those that assess the impact of the Test Automation System on the broader software development process, such as the time it takes to execute automated tests. Therefore, statement I is an internal TAS metric as it measures the efficiency of the test execution process, while statement II is an external TAS metric as it pertains to the quality of the test automation code.
pabc08 explained below
External TAS metrics: Time to execute automated tests Internal TAS metrics: Automation code defect density