Skip to content

Export Campaign Data

SquashTM 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 contains 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 date✔️✔️
CPG_SCHEDULED_END_ONCampaign scheduled end date✔️✔️✔️
CPG_ACTUAL_START_ONCampaign actual start date✔️✔️✔️
CPG_ACTUAL_END_ONCampaign actual end date✔️✔️✔️
IT_IDIteration ID✔️✔️
IT_NUMIteration number✔️✔️1✔️
IT_NAMEIteration name✔️✔️1✔️
IT_MILESTONEName of the milestone linked to the campaign containing the iteration✔️✔️✔️
IT_SCHEDULED_START_ONIteration scheduled start date✔️✔️✔️
IT_SCHEDULED_END_ONIteration scheduled end date✔️✔️✔️
IT_ACTUAL_START_ONIteration actual start date✔️✔️✔️
IT_ACTUAL_END_ONIteration actual end date✔️✔️✔️
TC_IDTest case ID✔️✔️
TC_NAMETest case name✔️✔️2✔️
TC_PROJECT_IDProject ID✔️✔️
TC_PROJECTProject name✔️✔️✔️
TC_MILESTONEMilestone(s) linked to the test case✔️✔️✔️
TC_WEIGHTTest case weight✔️✔️✔️
TEST_SUITEName of the test suites where the test case is linked✔️✔️✔️
#_EXECUTIONSExecution number✔️✔️✔️
#_REQUIREMENTSNumber of linked requirements✔️✔️✔️
#_ISSUESNumber of linked issues✔️✔️✔️
DATASETDataset name✔️✔️✔️
EXEC_STATUSTest plan item execution status✔️✔️✔️
EXEC_SUCCESS_RATEExecution of test steps in success rate✔️
EXEC_USERLogin of the user who executed the test case✔️✔️✔️
EXEC_DATEExecution date✔️✔️✔️
DESCRIPTIONTest case description✔️
TC_REFTest case reference✔️✔️✔️
TC_NATURETest case order nature✔️✔️✔️
TC_TYPETest case type✔️✔️✔️
TC_STATUSTest case progress status✔️✔️✔️
PREREQUISITETest case prerequisite✔️
STEP_IDTest step ID✔️
STEP_NUMTest step number✔️
STEP_#_REQNumber of requirements linked to the test step✔️
EXEC_STEP_STATUSTest step execution status✔️
EXEC_STEP_DATETest step execution date✔️
EXEC_STEP_USERLogin of the user who executed the step✔️
EXEC_STEP_#_ISSUESNumber of issues linked to the step✔️
EXEC_STEP_COMMENTComment linked to the execution step✔️
CPG_CUF_<CUF_code>Custom field(s) linked to the campaign✔️✔️✔️
IT_CUF_<CUF_code>Custom field(s) linked to the iteration✔️✔️✔️
TC_CUF_<CUF_code>Custom field(s) linked to the test case✔️✔️✔️
EXEC_CUF_<CUF_code>Custom field(s) linked to the execution✔️✔️
STEP_CUF_<CUF_code>Custom field(s) linked to the step✔️

Learn More

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


  1. In the Standard export, the number and name of the iterations are grouped together in a column called ITERATION

  2. In the Standard export, the column in which you can find the test case's description is called TEST_CASE