Databricks for Jira

Xray Testing

The Xray Testing additional export populates 28 tables in Databricks:


Table Details

D4J_XRAY_PRECONDITION_TYPES

This table contains information related to the precondition types defined in Xray.

Column

Type

Description

ID

INT

Autogenerated ID

XRAYID

STRING

Item identifier in Xray

NAME

STRING

Precondition type name

KIND

STRING

Precondition type kind

D4J_XRAY_TEST_DATASET_PARAMETERS

This table contains information related to parameters defined for Xray test datasets.

Column

Type

Description

ID

INT

Autogenerated ID

TESTDATASETID

STRING

Xray identifier of related test dataset

NAME

STRING

Dataset parameter name

TYPE

STRING

Dataset parameter type

PROJECTLISTID

STRING

Xray identifier of related project list

COMBINATIONS

BOOLEAN

Flag for whether this item supports combinations

LISTVALUES

ARRAY

Values defined for parameter

D4J_XRAY_TEST_DATASET_ROWS

This table contains information related to the individual rows of a test dataset defined in Xray.

Column

Type

Description

ID

INT

Autogenerated ID

TESTDATASETID

STRING

Xray identifier of related test dataset

ROWORDER

INT

Row order within dataset

ROWVALUES

ARRAY

Values defined for the row

D4J_XRAY_TEST_DATASETS

This table contains information related to test datasets defined in Xray.

Column

Type

Description

ID

INT

Autogenerated ID

XRAYID

STRING

Xray identifier for the test dataset

TESTISSUEID

STRING

Test issue ID for the test dataset

TESTEXECISSUEID

STRING

Test execution issue ID for the test dataset

TESTPLANISSUEID

STRING

Test plan issue ID for the test dataset

CALLTESTISSUEID

STRING

Call test issue ID for the test dataset

D4J_XRAY_TEST_EXECUTION_ENVIRONMENTS

This table contains information related to the test execution environments defined in Xray.

Column

Type

Description

ID

INT

Autogenerated ID

TESTRUNID

STRING

Test run ID for the environment

TESTEXEISSUEID

STRING

Test execution issue ID for the environment

TESTENVIRONMENT

STRING

Xray identifier for the related test environment

D4J_XRAY_TEST_EXECUTIONS

This table contains information related to the test executions stored in Xray.

Column

Type

Description

ID

INT

Autogenerated ID

ISSUEID

STRING

Test execution issue ID

LASTMODIFIED

TIMESTAMP

Last modified timestamp for record

D4J_XRAY_TEST_PLAN_TESTS

This table contains information relating test plans in Xray to test issues in Jira.

Column

Type

Description

ID

INT

Autogenerated ID

TESTPLANISSUEID

STRING

Test plan issue ID

TESTISSUEID

STRING

Jira Test issue ID

D4J_XRAY_TEST_PLANS

This table contains information about the test plans defined in Xray.

Column

Type

Description

ID

INT

Autogenerated ID

ISSUEID

STRING

Test plan issue ID

ASSIGNEEID

STRING

Test plan assignee user ID

SUMMARY

STRING

Test plan summary

LASTMODIFIED

TIMESTAMP

Last modified timestamp for record

D4J_XRAY_TEST_RUN_DEFECTS

This table contains information relating test runs in Xray to defect issues in Jira.

Column

Type

Description

ID

INT

Autogenerated ID

TESTRUNID

STRING

Test run Xray identifier

DEFECTISSUEID

STRING

Jira test run defect issue ID

D4J_XRAY_TEST_RUN_EVIDENCE

This table contains information on evidence related to test runs in Xray.

Column

Type

Description

ID

INT

Autogenerated ID

XRAYID

STRING

Test run evidence Xray identifier

TESTRUNID

STRING

Related test run ID

FILENAME

STRING

Name of evidence file

STOREDINJIRA

BOOLEAN

Flag for whether the evidence is stored in Jira

DOWNLOADLINK

STRING

URL to download evidence, if applicable

SIZE

INT

Evidence size (bytes)

CREATEDON

TIMESTAMP

Created timestamp for record

D4J_XRAY_TEST_RUN_EXAMPLES

This table contains information on Xray test run examples, and relates them to Xray test runs.

Column

Type

Description

ID

INT

Autogenerated ID

XRAYID

STRING

Test run example Xray identifier

TESTRUNID

STRING

Related test run ID

DURATION

FLOAT

Test run example duration

STATUSNAME

STRING

Test run example status name

STATUSDESCRIPTION

STRING

Test run example status description

STATUSCOLOR

STRING

Test run example status color

TESTSTATUSNAME

STRING

Test status name

TESTSTATUSDESCRIPTION

STRING

Test status description

TESTSTATUSFINAL

BOOLEAN

Flag for whether the test status is final

TESTSTATUSCOLOR

STRING

Test status color

TESTSTATUSCOVERAGESTATUS

STRING

Coverage status for the test status

D4J_XRAY_TEST_RUN_PARAMETERS

This table contains information on the parameters used in Xray test runs.

Column

Type

Description

ID

INT

Autogenerated ID

TESTRUNID

STRING

Related Xray test run ID

PARAMNAME

STRING

Parameter name

PARAMVALUE

STRING

Parameter value

D4J_XRAY_TEST_RUN_PRECONDITIONS

This table contains information on the preconditions used in Xray test runs.

Column

Type

Description

ID

INT

Autogenerated ID

ISSUEID

STRING

Related test run Jira issue ID

PRECONDITIONTYPEID

STRING

Related Xray precondition type ID

DEFINITION

STRING

Test run precondition definition

FOLDERNAME

STRING

Name of folder where precondition is stored

FOLDERPATH

STRING

Path of folder where precondition is stored

LASTMODIFIED

TIMESTAMP

Last modified timestamp for record

D4J_XRAY_TEST_RUN_RESULTS

This table contains information on the results of Xray test runs.

Column

Type

Description

ID

INT

Autogenerated ID

TESTRUNID

STRING

Related Xray test run ID

NAME

STRING

Result name

LOG

STRING

Result log

WASIMPORTED

STRING

Whether the run result was imported

DURATION

FLOAT

Result duration

STATUSNAME

STRING

Result status name

STATUSDESCRIPTION

STRING

Result status description

STATUSCOLOR

STRING

Result status color

TESTSTATUSNAME

STRING

Test status name

TESTSTATUSDESCRIPTION

STRING

Test status description

TESTSTATUSFINAL

BOOLEAN

Flag for whether the test status is final

TESTSTATUSCOLOR

STRING

Test status color

TESTSTATUSCOVERAGESTATUS

STRING

Coverage status for the test status

D4J_XRAY_TEST_RUN_STEP_ATTACHMENTS

This table contains information on the attachments related to individual Xray test run steps.

Column

Type

Description

ID

INT

Autogenerated ID

XRAYID

STRING

Item identifier in Xray

TESTRUNSTEPID

STRING

Related test run step identifier

FILENAME

STRING

Attachment filename

STOREDINJIRA

BOOLEAN

Flag for whether attachment is stored in Jira

DOWNLOADLINK

STRING

URL to download attachment

D4J_XRAY_TEST_RUN_STEP_DEFECTS

This table contains information relating test run steps in Xray to defect issues in Jira.

Column

Type

Description

ID

INT

Autogenerated ID

TESTRUNSTEPID

STRING

Test run step Xray identifier

DEFECTISSUEID

STRING

Jira test run step defect issue ID

D4J_XRAY_TEST_RUN_STEPS

This table contains information on the steps of Xray test runs.

Column

Type

Description

ID

INT

Autogenerated ID

XRAYID

STRING

Item identifier in Xray

TESTRUNID

STRING

Related Xray test run ID

STEPNUMBER

INT

Test run step number

ACTION

STRING

Step action

DATA

STRING

Step data

RESULT

STRING

Step expected result

COMMENT

STRING

Step comment

ACTUALRESULT

STRING

Step actual result

STATUSNAME

STRING

Step status name

STATUSCOLOR

STRING

Step status color

STATUSDESCRIPTION

STRING

Step status description

TESTSTATUSNAME

STRING

Test status name

TESTSTATUSDESCRIPTION

STRING

Test status description

TESTSTATUSFINAL

BOOLEAN

Flag for whether the test status is final

TESTSTATUSCOLOR

STRING

Test status color

TESTSTATUSCOVERAGESTATUS

STRING

Coverage status for the test status

D4J_XRAY_TEST_RUNS

This table contains information on Xray test runs.

Column

Type

Description

ID

INT

Autogenerated ID

XRAYID

STRING

Item identifier in Xray

TESTISSUEID

STRING

Test issue ID

TESTEXECISSUEID

STRING

Test execution issue ID

TESTTYPEID

STRING

Test type ID

STATUSNAME

STRING

Test run status name

STATUSCOLOR

STRING

Test run status color

STATUSDESCRIPTION

STRING

Test run status description

STATUSFINAL

BOOLEAN

Flag for whether the test run status is final

COVERAGESTATUS

STRING

Coverage status for the test run

UNSTRUCTURED

STRING

Unstructured information

GHERKIN

STRING

Gherkin information

SCENARIOTYPE

STRING

Test run scenario type

COMMENT

STRING

Test run comment

ASSIGNEEID

STRING

Test run assignee ID

EXECUTEDBYID

STRING

ID of user who executed the test run

STARTEDON

TIMESTAMP

Timestamp for when the test run was started

FINISHEDON

TIMESTAMP

Timestamp for when the test run was finished

LASTMODIFIED

TIMESTAMP

Timestamp for when the test run was last modified

D4J_XRAY_TEST_SET_TESTS

This table contains information relating test sets in Xray to test issues in Jira.

Column

Type

Description

ID

INT

Autogenerated ID

TESTSETISSUEID

STRING

Test set issue ID

TESTISSUEID

STRING

Related test issue ID

D4J_XRAY_TEST_SETS

This table contains information on test sets stored in Xray.

Column

Type

Description

ID

INT

Autogenerated ID

ISSUEID

STRING

Test set issue ID

ASSIGNEEID

STRING

Test set assignee ID

SUMMARY

STRING

Test set summary

LASTMODIFIED

TIMESTAMP

Timestamp for when the test set was last modified

D4J_XRAY_TEST_STEP_ATTACHMENTS

This table contains information on the attachments related to individual Xray test steps.

Column

Type

Description

ID

INT

Autogenerated ID

XRAYID

STRING

Item identifier in Xray

TESTISSUEID

STRING

Related test issue ID

TESTEXECISSUEID

STRING

Related test execution issue ID

TESTSTEPID

STRING

Related test step ID

FILENAME

STRING

Test step attachment filename

STOREDINJIRA

BOOLEAN

Flag for whether the attachment is stored in Jira

DOWNLOADLINK

STRING

URL to download attachment

D4J_XRAY_TEST_STEP_CALL_TEST_PARAMETER_ASSIGNMENTS

This table contains information about parameters associated to test steps in Xray.

Column

Type

Description

ID

INT

Autogenerated ID

TESTISSUEID

STRING

Related test issue ID

TESTEXECISSUEID

STRING

Related test execution issue ID

TESTSTEPID

STRING

Related test step ID

NAME

STRING

Parameter name

VALUE

STRING

Parameter value

D4J_XRAY_TEST_STEP_CUSTOM_FIELDS

This table contains information about custom fields associated to test steps in Xray.

Column

Type

Description

ID

INT

Autogenerated ID

XRAYID

STRING

Item identifier in Xray

TESTISSUEID

STRING

Related test issue ID

TESTEXECISSUEID

STRING

Related test execution issue ID

TESTSTEPID

STRING

Related test step ID

NAME

STRING

Custom field name

VALUE

STRING

Custom field value

D4J_XRAY_TEST_STEP_DEFECTS

This table relates test step defects in Jira to test steps in Xray.

Column

Type

Description

ID

INT

Autogenerated ID

TESTISSUEID

STRING

Related test issue ID

TESTEXECISSUEID

STRING

Related test execution issue ID

TESTSTEPID

STRING

Related test step ID

DEFECTISSUEID

STRING

Test step defect Jira issue ID

D4J_XRAY_TEST_STEP_EVIDENCE

This table contains information on evidence related to test steps in Xray.

Column

Type

Description

ID

INT

Autogenerated ID

XRAYID

STRING

Test run evidence Xray identifier

TESTISSUEID

STRING

Related test issue ID

TESTSTEPID

STRING

Related test step ID

FILENAME

STRING

Name of evidence file

STOREDINJIRA

BOOLEAN

Flag for whether the evidence is stored in Jira

DOWNLOADLINK

STRING

URL to download evidence, if applicable

SIZE

INT

Evidence size (bytes)

CREATEDON

TIMESTAMP

Created timestamp for record

D4J_XRAY_TEST_STEPS

This table contains information on the steps of Xray tests.

Column

Type

Description

ID

INT

Autogenerated ID

XRAYID

STRING

Item identifier in Xray

TESTISSUEID

STRING

Related test issue ID

TESTEXECISSUEID

STRING

Related test execution issue ID

STEPNUMBER

INT

Test run step number

ACTION

STRING

Step action

DATA

STRING

Step data

RESULT

STRING

Step expected result

CALLTESTISSUEID

STRING

Related call test issue ID

D4J_XRAY_TEST_TYPES

This table contains information related to the test types defined in Xray.

Column

Type

Description

ID

INT

Autogenerated ID

XRAYID

STRING

Item identifier in Xray

NAME

STRING

Test type name

KIND

STRING

Test type kind

D4J_XRAY_TESTS

This table contains information on Xray tests.

Column

Type

Description

ID

INT

Autogenerated ID

ISSUEID

STRING

Test issue ID

TESTEXECISSUEID

STRING

Test execution issue ID

TESTTYPEID

STRING

Test type ID

STATUSNAME

STRING

Test run status name

STATUSCOLOR

STRING

Test run status color

STATUSDESCRIPTION

STRING

Test run status description

STATUSFINAL

BOOLEAN

Flag for whether the test run status is final

UNSTRUCTURED

STRING

Unstructured information

GHERKIN

STRING

Gherkin information

FOLDERNAME

STRING

Name of folder where test is stored

FOLDERPATH

STRING

Path to folder where test is stored

DATASETID

STRING

Test dataset ID

SCENARIOTYPE

STRING

Test scenario type

LASTMODIFIED

TIMESTAMP

Timestamp for when the test was last modified