5.1. Version 3.0.0

Table of Contents

5.1.1. Coverage Result Support
5.1.2. General Enhancements
5.1.3. 3rd-Party Tool Integrations

Squish Test Center 3.0.0 is the third major release, which now allows to browse and analyze code coverage results provided by Squish Coco. The release also contains some smaller features and fixes for all users of the platform. Please see the following sections for a list of all changes:

5.1.1. Coverage Result Support

You can now import csmes and csexe coverage result files generated by Squish Coco into Squish Test Center. The imported coverage reports will become accessible from within the existing result views and many of the features provided by the Squish Coco Coverage Scanner and the Coco HTML report are now also accessible via Squish Test Center.

In this first iteration we added support for the following features:

  • Support for all coverage methods supported by Squish Coco

  • Providing eLOC and McCabe statistics for files, folder and functions

  • Displaying coverage results for test executions

  • Showing coverage results for files, folders and functions in a new Code Coverage (Section 3.2.2.4) tab added to the Explore View (Section 3.2)

  • A source code view that highlights the coverage status of individual source code lines

  • Truth tables that show the covered condition states

  • Coverage values and source code statistics can be tracked over time using Squish Test Centers history graph view

5.1.2. General Enhancements

  • Added support for displaying Squish GUI coverage reports

  • Fixed an issue with importing results that contain verification points that perform multiple verifications

  • Fixed an issue with updating verification points. In some cases the updating of verification point files in linked git repositories failed because the provided path did not contain enough details, this has now been resolved

  • Handling of passwords and authentication credentials of 3rd Party integrations within the global settings has been improved

5.1.3. 3rd-Party Tool Integrations

  • The Azure Dev Ops integration is now able to set the build id property when pushing results to your Azure Dev Ops instance

  • Added support for attachments when creating JIRA issues from within Squish Test Center