Report Templates
All the reports in XStudio are customizable and provided as XSLT transforms. You can develop your own reports using this format.The default report templates are licensed under the GNU Lesser General Public License v3 (LGPLv3) and mostly provided by the community of XStudio users. XQual do not provide any support neither any guarantee on these reports.

Sources
Below are listed the latest versions available.| Common library | |
| lib.xslt | Common XSLT library (usable by any report) |
| SUTs | |
| sutHTML_Lib.xslt | SUTs XSLT library |
| sutHTML_Complete_with_stats.xslt | Complete report on the SUTs with statistics |
| Requirements | |
| requirementHTML_Lib.xslt | Requirements XSLT library |
| requirementHTML_Complete_with_stats.xslt | Complete report on the requirements with statistics |
| requirementHTML_Traceability_matrix.xslt | Only the traceability matrix |
| Specifications | |
| specificationHTML_Lib.xslt | Specifications XSLT library |
| specificationHTML_Complete_with_stats.xslt | Complete report on the specifications with statistics |
| specificationHTML_Traceability_matrix.xslt | Only the traceability matrix |
| Projects and Tasks | |
| taskHTML_Lib.xslt | Tasks XSLT library |
| taskHTML_Complete_with_stats.xslt | Complete report on the projects and tasks with statistics |
| Test Plans | |
| testplanHTML_Lib.xslt | test plans XSLT library |
| testplanHTML_Excel_Lib.xslt | test plans XSLT library for tabular formats |
| testplanHTML_Complete_with_stats.xslt | Complete 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 of details (i.e. to open with Excel) |
| Execution Reports | |
| reportHTML_Lib.xslt | Reports XSLT library |
| reportHTML_Complete_with_stats.xslt | Complete execution report with statistics |
| reportHTML_Complete_with_stats_execution_order.xslt | Result report in the execution order |
| reportHTML_Basic_without_stats.xslt | Basic execution report without statistics |
| reportHTML_Excel.xslt | Pure tabular format (i.e. to open with Excel) |
| Defects | |
| defectHTML_Lib.xslt | Defect XSLT library |
| defectHTML_Complete_with_stats.xslt | Complete report on the defects with statistics |
| defectHTML_Active_defects_with_stats.xslt | Report on active (Not resolved or Closed) defects with statistics |

