XStudio User guide

Reports




It may be interesting to export or to print a global report on all the SUTS, requirements, specifications, tests, campaigns, campaign sessions and defects you have.

SUTs Report

To create SUTs report:
  • switch to the SUT module on the side bar
  • select the company or folder in the tree
  • click on the Create report button
  • select the extension of the report (HTML or XML).
    If you choose to generate the report in HTML you can select one report template (Type drop-down menu).
    To each template corresponds one specific XSLT transform (one physical .xslt file).
    By default, one XSLT is provided along with XStudio: (HTML) Complete_With_stats
    There is also (XLM) Raw Data
     Report Chooser
  • provide the file name for the report (Save as text field)
  • submit
  • select the destination folder for the report
     Destination Folder
  • submit
  • the report automatically opens:
 SUT Books
TIP: Custom reports
You can customize the SUT reports.
To do so, just edit the following .xslt files located in <XStudio install directory>/export/xsl/ folder (or in the /export/xsl/ folder of the export.zip archive on the server if you use the web package):
  • sutHTML_Lib.xslt: SUT XSLT library
  • sutHTML_Complete_with_stats.xslt: Complete report on the SUTs with statistics
  • sutDOCX_Complete_with_stats.xslt: Complete word report on the SUTs with statistics
You can also add your own template if you follow the naming convention of the xslt file.


Requirements Report

To create a requirements report:
  • switch to the Requirements module on the side bar
  • select the root folder in the tree
  • click on the Create report button
  • select the destination folder for the report
    Destination Folder
  • select the extension of the report (HTML or XML).
    If you choose to generate the report in HTML you can select one report template (Type drop-down menu).
    To each template corresponds one specific XSLT transform (one physical .xslt file).
    By default, one XSLT is provided along with XStudio: (HTML) Complete_With_stats
    There is also (HTML) Raw Data
    Requirement Report Chooser
  • provide the file name for the report (Save as text field)
  • submit
  • the report automatically opens:
Requirement Books
TIP: Custom reports
You can customize the requirement reports.
To do so, just edit the following .xslt files located in <XStudio install directory>/export/xsl/ folder (or in the /export/xsl/ folder of the export.zip archive on the server if you use the web package):
  • requirementHTML_Lib.xslt: requirement XSLT library
  • requirementHTML_Complete_with_stats.xslt: Complete report on the requirements with statistics
  • requirementDOCX_Complete_with_stats.xslt: Complete word report on the requirements with statistics/li>
  • requirementHTML_Traceability_matrix.xslt: Only the traceability matrix
You can also add your own template if you follow the naming convention of the xslt file.


Specifications Report

To create a specifications report:
  • switch to the Specifications module on the side bar
  • select the root folder in the tree
  • click on the Create report button
  • select the destination folder for the report
    Destination Folder
  • select the extension of the report (HTML or XML).
    If you choose to generate the report in HTML you can select one report template (Type drop-down menu).
    To each template corresponds one specific XSLT transform (one physical .xslt file).
    By default, one XSLT is provided along with XStudio: (HTML) Complete_With_stats
    There is also (HTML) Raw Data
    Report Chooser
  • provide the file name for the report (Save as text field)
  • submit
  • the report automatically opens:
Specification Books
TIP: Custom reports
You can customize the specification reports.
To do so, just edit the following .xslt files located in <XStudio install directory>/export/xsl/ folder (or in the /export/xsl/ folder of the export.zip archive on the server if you use the web package):
  • specificationHTML_Lib.xslt: specification XSLT library
  • specificationHTML_Complete_with_stats.xslt: Complete HTML report on the specifications with statistics
  • specificationDOCX_Complete_with_stats.xslt: Complete word report on the specifications with statistics/li>
  • specificationHTML_Traceability_matrix.xslt: Only the traceability matrix
You can also add your own template if you follow the naming convention of the xslt file.


Tests Report

To create a tests report:
  • switch to the Tests module on the side bar
  • select the root folder, category or folder in the tree
  • click on the Create report button
  • select the destination folder for the report
    Destination Folder
  • select the extension of the report (HTML or XML).
    If you choose to generate the report in HTML you can select one report template (Type drop-down menu).
    To each template corresponds one specific XSLT transform (one physical .xslt file).
    By default, one XSLT is provided along with XStudio: (HTML) Complete_with_stats
    There is also (HTML) Raw Data
    Tests Report Chooser
  • provide the file name for the report (Save as text field)
  • submit
  • the report opens automatically:
Test Books
TIP: Custom reports
You can customize the test reports.
To do so, just edit the following .xslt files located in <XStudio install directory>/export/xsl/ folder (or in the /export/xsl/ folder of the export.zip archive on the server if you use the web package):
  • testplanHTML_Lib.xslt: test plans XSLT library for tabular formats
  • testplanHTML_Complete_with_stats.xslt: Complete HTML test plan with statistics
  • testplanDOCX_Complete_with_stats.xslt: Complete word test plan with statistics
  • testplanHTML_Complete_with_stats_execution_order.xslt: Test plan in the execution order (generated from a campaign)
  • testplanHTML_Basic_without_stats.xslt: Basic test plan without statistics
  • testplanHTML_Only_not_implemented_test_cases.xslt: Test plan of the not-implemented testcases (useful for test developers)
  • testplanHTML_Raw-NoSummary.xslt: Complete test plan without the summary in preface
  • testplanHTML_Raw-NoSummaryNoDetails.xslt: Complete test plan without the test details (very short)
  • testplanHTML_Raw-NoSummaryNoSteps.xslt: Complete test plan without the steps details (only test and testcase)
  • testplanHTML_Excel_Long.xslt: Pure tabular format with lots of details (i.e. to open with Excel)
  • testplanHTML_Excel_Short.xslt: Pure tabular format with fewer details (i.e. to open with Excel)
You can also add your own template if you follow the naming convention of the xslt file.


Campaigns Report

To create a campaigns report:
  • switch to the Campaigns module on the side bar
  • select the campaign in the tree
  • click on the Create report button
  • select the destination folder for the report
    Destination Folder
  • select the extension of the report (HTML or XML).
    If you choose to generate the report in HTML you can select one report template (Type drop-down menu).
    To each template corresponds one specific XSLT transform (one physical .xslt file).
    By default, one XSLT is provided along with XStudio: (HTML) Complete_with_stats
    There is also (HTML) Raw Data
    Camapigns Report Chooser
  • provide the file name for the report (Save as text field)
  • submit
  • the report automatically opens:
Campaign Books
TIP: Custom reports
You can customize the test reports.
To do so, just edit the following .xslt files located in <XStudio install directory>/export/xsl/ folder (or in the /export/xsl/ folder of the export.zip archive on the server if you use the web package):
  • testplanHTML_Lib.xslt: Testplan XSLT library
  • testplanHTML_Excel_Lib.xslt: Tesplan XSLT library dedicated to functions used in Excel generation
  • testplanHTML_Complete_with_stats.xslt: Complete HTML report on the tests included in the campaign ordered as in the tree with statistics
  • testplanDOCX_Complete_with_stats.xslt: Complete Word report on the tests included in the campaign ordered as in the tree with statistics
  • testplanHTML_Complete_with_stats_execution_order.xslt: Complete HTML report on the tests included in the campaign ordered as in the campaign with statistics
  • testplanHTML_Statistics_per_folder.xslt: HTML Report generating test statistics per folder only
  • testplanHTML_Table_to_copy_in_Excel.xslt: Tabular HTML report that can be copied/pasted in Excel
  • testplanXML_RAW_data.xslt: XML containing all the data about the campaign. All the above XSLT style sheets are applied in a post_treatment of these data
You can also add your own template if you follow the naming convention of the xslt file.


Sessions Report

To create a campaign sessions report:
  • switch to the Campaigns module on the side bar
  • select the campaign session in the tree
  • click on the Create report button
  • select the destination folder for the report
    Destination Folder
  • select the extension of the report (HTML or XML).
    If you choose to generate the report in HTML you can select one report template (Type drop-down menu).
    To each template corresponds one specific XSLT transform (one physical .xslt file).
    By default, one XSLT is provided along with XStudio: (HTML) Complete_with_stats
    There is also (HTML) Raw Data
    Camapign Session Report Chooser
  • provide the file name for the report (Save as text field)
  • submit
  • the report automatically opens:
Campaign Sessions Books
TIP: Custom reports
You can customize the test reports.
To do so, just edit the following .xslt files located in <XStudio install directory>/export/xsl/ folder (or in the /export/xsl/ folder of the export.zip archive on the server if you use the web package):
  • reportHTML_Lib.xslt: Session XSLT library
  • reportHTML_Excel_Lib.xslt: Session XSLT library dedicated to functions used in Excel generation
  • reportHTML_Complete_with_stats.xslt: Complete HTML report on the session's test results (ordered as in the tree) with statistics
  • reportDOCX_Complete_with_stats.xslt: Complete word report on the session's test results (ordered as in the tree) with statistics
  • reportHTML_Complete_with_stats_execution_order.xslt: Complete HTML report on the session's test results (ordered as in the campaign) with statistics
  • reportHTML_Table_to_copy_in_Excel.xslt: Tabular HTML report that can be copied/pasted in Excel
  • reportHTML_JUnit.xslt: XML report matching the JUnit format (this can be useful for integration with third-party tools - i.e. continuous integration)
  • reportXML_RAW_data.xslt: XML containing all the data about the session. All the above XSLT style sheets are applied in a post_treatment of these data
You can also add your own template if you follow the naming convention of the xslt file.


Defects Report

To create a defects report:
  • switch to the Defects module on the side bar
  • select the root folder in the tree
  • click on the Create report button
  • select the destination folder for the report
    Destination Folder
  • select the extension of the report (HTML or XML).
    If you choose to generate the report in HTML you can select one report template (Type drop-down menu).
    To each template corresponds one specific XSLT transform (one physical .xslt file).
    By default, one XSLT is provided along with XStudio: (HTML) Complete_With_stats
    There is also (HTML) Raw Data
    Defect Report Chooser
  • provide the file name for the report (Save as text field)
  • submit
  • the report automatically opens:
Bugs Books
TIP: Custom reports
You can customize the requirement reports.
To do so, just edit the following .xslt files located in <XStudio install directory>/export/xsl/ folder (or in the /export/xsl/ folder of the export.zip archive on the server if you use the web package):
  • defectHTML_Lib.xslt: Defect XSLT library
  • defectHTML_Complete_with_stats.xslt: Complete HTML report on the defects with statistics
  • defectDOCX_Complete_with_stats.xslt: Complete word report on the defects with statistics
  • defectHTML_Active_defects_with_stats.xslt: Report on active (Not resolved or Closed) defects with statistics
  • defectHTML_RAW_data.xslt: XML containing all the data about the defects. All the above XSLT style sheets are applied in a post_treatment of these data
You can also add your own template if you follow the naming convention of the xslt file.


Projects Report

To create a projects report:
  • switch to the Projects module on the side bar
  • select the project in the tree
  • click on the Create report button
  • select the destination folder for the report
    Destination Folder
  • select the extension of the report (HTML or XML).
    If you choose to generate the report in HTML you can select one report template (Type drop-down menu).
    To each template corresponds one specific XSLT transform (one physical .xslt file).
    By default, one XSLT is provided along with XStudio: (HTML) Complete_With_stats
    There is also (HTML) Raw Data
    Project Report Chooser
  • provide the file name for the report (Save as text field)
  • submit
  • the report automatically opens:
Projects Reports
TIP: Custom reports
You can customize the requirement reports.
To do so, just edit the following .xslt files located in <XStudio install directory>/export/xsl/ folder (or in the /export/xsl/ folder of the export.zip archive on the server if you use the web package):
  • taskHTML_Lib.xslt: Project XSLT library
  • taskHTML_Complete_with_stats.xslt: Complete report on the project with statistics
  • taskHTML_Condensed_to_Sprint_Ressourcing.xslt: Report containing only the tasks assigned to each sprint with their progress in a condensed table
  • defectHTML_RAW_data.xslt: XML containing all the data about the project. All the above XSLT style sheets are applied in a post_treatment of these data
You can also add your own template if you follow the naming convention of the xslt file.