Skip to main content

Test execution details

The Test execution details dataset offers vital insights into software testing, aiding teams in monitoring progress, identifying improvement areas, and assessing product quality. As a Quality Assurance Manager, it helps track test execution, assess test case effectiveness, and gauge application stability. Key scenarios include analyzing test coverage, monitoring release stability, identifying defects' root causes, optimizing resource allocation, and driving continuous improvement initiatives. This dataset helps you gain insights into business scenarios such as:

  • View the trend of test executions across the test application platform
  • View the test execution status by devices and the execution report details
  • Understand the test execution overview at various application levels and the test device execution details
note

This dataset includes only active test execution records for Android and iOS platforms. It shows data from the past few months based on the configured time range. Time zone settings are applied to ensure accurate date filtering.

The following are the components of this dataset:

Attributes

Attribute NameDescription
Application build versionThe build version of the test application
Application platformName of the mobile platform
Application release versionThe release version of the test application
Calendar dateGregorian calendar date displayed in the format ‘D/M/YYYY’
Calendar monthGregorian calendar date displayed in the format 'Mon YYYY'
Lagging count of daysDisplays the day number relative to the latest extract date and is used as a filter to retrieve past or future records
Lagging count of monthDisplays the month number relative to the month that corresponds to the latest extract date and is used as a filter to retrieve past or future records.
Last refresh dateThe most recent date and time when the ETL (Extract, Transform, Load) process successfully refreshed the data. This indicates how up-to-date the dataset is.
ProjectName of the project
Sys_sourceUnique identifier for the source
Test applicationApplication that is being tested
Test deviceName of the test device
Test device categoryCategory of the test device, such as Phone or Tablet
Test device manufacturerManufacturer name of the test device, such as Apple, Samsung, Xiaomi, and so on
Test device modelModel number of the test device, such as iPhone 8, iPad Air, Redmi 6, and so on.
Test device osOperating System of the test device, such as iOS or Android.
Test device screensizeSize of the test device's screen in pixels. For example: 640x1136, 1080x1920
Test error classificationError classification of a test case
Test execution causeRoot cause for the test execution failure
Test execution environmentThe Continuous Testing cloud environment
Test execution report urlURL or path where the test execution summary report is available
Test execution statusStatus of the test device as mentioned in the source, such as error, offline, online, unauthorized

Metrics

Metric NameDescriptionFormula
% Failed test executionsPercentage of test executions that are failed, out of total test executions created.[No of failed test executions]/[No of test executions]
No of Test ExecutionsTotal count of test executionsCount(Test number)
No of Failed Test ExecutionsCount of test executions that have failedCount (Failed test executions)
No of Passed Test ExecutionsCount of test executions that have passedCount (Passed test executions)