Skip to content

Export Campaign Data

Squash enables you to export campaign data in .csv format by clicking on the button Import and export campaigns. There are three different campaign exports:

  • Simple campaign export
    Contains data of the campaign, iteration, suite, test cases and execution.
    By default, the file name is: EXPORT_CPG_L_<campaign_reference>_<date>_<time> in the format DDMMYYYY and HHMMSS.

  • Standard campaign export
    Besides that, also contains the execution percentage, the test case's description and its prerequisite.
    By default, the file name is: EXPORT_CPG_S_<campaign_reference>_<date>_<time> in the format DDMMYYYY and HHMMSS.

  • Full campaign export
    Contains data of the campaign, iteration, suite, test cases. Also contain execution details for every test step. By default, the file name is: EXPORT_CPG_F_<campaign_reference>_<date>_<time> in the format DDMMYYYY and HHMMSS.

Info

These campaign exports in .csv format can be used as input data for reports.

Columns detail contained in every export:

Exported columnsDescriptionSimpleStandardFull
CPG_SCHEDULED_START_ONCampaign scheduled start dateXXX
CPG_SCHEDULED_END_ONCampaign scheduled end dateXXX
CPG_ACTUAL_START_ONCampaign actual start dateXXX
CPG_ACTUAL_END_ONCampaign actual end dateXXX
IT_IDIteration IDXX
IT_NUMIteration numberXX*X
IT_NAMEIteration nameXX*X
IT_MILESTONEName of the milestone linked to the campaign containing the iterationXXX
IT_SCHEDULED_START_ONIteration scheduled start dateXXX
IT_SCHEDULED_END_ONIteration scheduled end dateXXX
IT_ACTUAL_START_ONIteration actual start dateXXX
IT_ACTUAL_END_ONIteration actual end dateXXX
TC_IDTest case IDXX
TC_NAMETest case nameXX**X
TC_PROJECT_IDProject IDXX
TC_PROJECTProject nameXXX
TC_MILESTONEMilestone(s) linked to the test caseXXX
TC_WEIGHTTest case weightXXX
TEST_SUITEName of the test suites where the test case is linkedXXX
#_EXECUTIONSExecution numberXXX
#_REQUIREMENTSNumber of linked requirementsXXX
#_ISSUESNumber of linked issuesXXX
DATASETDataset nameXXX
EXEC_STATUSTest plan item execution statusXXX
EXEC_SUCCESS_RATEExecution of test steps in success rateX
EXEC_USERLogin of the user who executed the test caseXXX
EXEC_DATEExecution dateXXX
DESCRIPTIONTest case descriptionX
TC_REFTest case referenceXXX
TC_NATURETest case order natureXXX
TC_TYPETest case typeXXX
TC_STATUSTest case progress statusXXX
PREREQUISITETest case prerequisiteX
STEP_IDTest step IDX
STEP_NUMTest step numberX
STEP_#_REQNumber of requirements linked to the test stepX
EXEC_STEP_STATUSTest step execution statusX
EXEC_STEP_DATETest step execution dateX
EXEC_STEP_USERLogin of the user who executed the stepX
EXEC_STEP_#_ISSUESNumber of issues linked to the stepX
EXEC_STEP_COMMENTComment linked to the execution stepX
CPG_CUF_<CUF_code>Custom field(s) linked to the campaignXXX
IT_CUF_<CUF_code>Custom field(s) linked to the iterationXXX
TC_CUF_<CUF_code>Custom field(s) linked to the test caseXXX
EXEC_CUF_<CUF_code>Custom field(s) linked to the executionXX
STEP_CUF_<CUF_code>Custom field(s) linked to the stepX

X*: In the Standard export, the number and name of the iterations are regrouped in a column called ITERATION.
X**: In the Standard export, the column in which you can find the test case's description is called TEST_CASE.

Learn More

You can also create custom campaign reports with the data you want. To learn more, please visit the page Custom Campaign Exports.