Skip to main content

Testset

The Testset dataset provides detailed insights into test sets, enabling teams to monitor their creation, status, progress, and completion. It consolidates data related to ownership, planning levels, priority, and performance metrics, such as lead time, cycle time, and time spent. This dataset helps Agile teams, Test Managers, and Quality Assurance teams track testing workflows, evaluate resource utilization, and optimize delivery timelines.

note

The data is filtered to include only 'TestSet' assets with freshness dates within the specified number of months, ensuring that only relevant and up-to-date data is considered.

The following are the components of this dataset:

Attribute NameDescription
Last refresh dateLast ETL refresh date
sys_sourceSource system identifier
TestsetUnique identifier of the testset
Testset backlog groupThe backlog group to which the testset belongs
Testset category typeCategory type from which the testset originated
Testset class of serviceClass of service value associated with the testset
Testset closed byPerson who completed the testset
Testset closed datetimeThe date when the testset was closed
Testset completed byPerson who completed the testset
Testset completed datetimeDate and time when the testset was completed
Testset created byPerson who created the testset
Testset created datetimeDate and time when the testset was created
Testset in progress datetimeEarliest date when the testset was marked as in progress
Testset iterationThe iteration to which the testset is linked
Testset last iteration end datetimePlanned end date and time of the last iteration linked to the testset
Testset last iteration start datetimeActual start date and time of the last iteration linked to the testset
Testset last update datetimeDate and time when the testset was last updated
Testset last updated byPerson who last updated the testset
Testset linked to portfolio flagFlag to indicate if the testset is linked to a portfolio item
Testset not started flagFlag to indicate whether the testset has not started
Testset original completed byPerson who originally completed the testset
Testset original completed datetimeDate and time when the testset was originally completed
Testset planning levelThe planning level to which the testset belongs
Testset portfolio itemPortfolio item to which the testset is associated
Testset priorityPriority of the testset
Testset reopened byThe user who reopened the testset
Testset reopened datetimeDate and time when the testset was reopened
Testset source URLTestset source system URL
Testset split fromWorkitem from which the testset was split
Testset stateCurrent state of the testset
Testset statusStatus of the testset
Testset status categoryCurrent state category of the testset
Testset summaryThe description or summary of the testset
Testset teamTeam that is linked to the testset
Testset typeThe type of work item represented by the testset
Metric NameDescriptionFormula
Story pointsStory points assigned to the testsetStory_points
Testset age since creation in daysAge since the testset was created(Closed datetime - Created datetime) / 86400
Testset cycle time in daysDuration between when the testset started and when it was closed(Completed datetime - Created datetime) / 86400
Testset detail estimate hoursDetail estimate of the time required to complete the testsetDetail estimate hours/8
Testset duration created to in progressTime duration between testset creation and in progress(Work start datetime - Created datetime) / 86400
Testset lead time in daysDuration between the creation of the testset and its completion(Completed datetime - Created datetime) / 86400
Testset timespent in daysTotal amount of time spent on the testsetTime spent/8
Testset to do hours in daysTotal amount of time spent on to-do activities for the testsetTo do hours/8