-
Added Spell Checking to the Rich Text Box
Spell checking implemented using Google's spell checker library.
-
Added Test Case Execution History
The Execution History tab in the Test Case details page provides a list of executions for the Test Case and includes all the important details of the Test Run including which Test Suite and Platform it was run on, who executed it and when, and of course the execution status. If there are any bugs associated with a Test Run they will be listed with a link to the bug details.
-
Added Ability to Assign Multiple Testers to a Test Suite (Enterprise Edition)
"In the QMetry Enterprise edition a new "Tester" column has been added that allows our enterprise customers assign different testers to specific Test Cases within a Test Suite. This is to allow companies with large Test Suites (e.g. regression suites) to divide up the work without having to create numerous independent Test Suites. Testers can be assigned one at a time or in batches with the multi-select checkbox.
-
Added Filter to Hide Empty Folders
QMetry organizes Requirements and Test Cases into folders at the project level. Since many Releases and Cycles only have a subset of Requirements and Test Cases some of the folders are empty. QMetry now allows users to hide empty folders to make navigating the tree easier. Note: you can unhide empty folders if you want to add new Requirements or Test Cases into one of your empty folders.
-
Added User Permission for Set Default Drop
QMetry provides you the flexibility to track test results against a drop (a.k.a. build, iteration, patch, etc.) through QMetry's unique "drop" feature. At the time of execution the tester can assign a specific drop to be tested against. Now organizations can control who can set the default drop for a test cycle.
-
Added API's for Creating Drops
QMetry provides you the flexibility to track test results against a drop (a.k.a. build, iteration, patch, etc.) through QMetry's unique "drop" feature. Now you can set the drop using the API which can be very helpful when integrating with CI tools.
-
Added the Ability to Make a Drop Default for a User or Role
QMetry provides you the flexibility to track test results against a drop (a.k.a. build, iteration, patch, etc.) through QMetry's unique "drop" feature. Now you can set the default drop for users allowing you to test in parallel multiple drops either for testing branched code, or for hardware teams testing different firmware or configurations of platforms.
-
Added the Ability to Associate a Version of Test Case to a Cycle and/or Release
QMetry allows users to test against different versions of a Test Case. When updating a Test Case users have always been able to let past Cycles and/or Releases keep the older version of the Test Case associated with them (e.g. don't update Test Case in all builds). Now users will be able to select a default version for both older and new Releases and Cycles. This is designed primarily to help companies that need to test updates to hardware or software versions that have different functional Requirements that change Test Cases over time.
-
Added the Ability to Name a Version of the Test Case (Enterprise Edition)
Test Case versions can be named and a comment can be added to help track versions. This helps those customers that need to test against multiple versions of a Test Case. Customers can tag each version of a Test Case and display it in the drop-down list to identify correct versions to test.
-
Improved Export Test Suite Feature
Added the ability to export UDFs and platforms.
-
Added the Ability to Archive a Drop
This feature has been implemented to archive drops added by mistake or that are no longer needed.
-
Added the Ability to Create a Test Suite from a Requirement (Enterprise Edition)
-
Added the Ability to Create a Test Case Directly from a Requirement
This allows users to quickly create a Test Case directly from a Requirement copying the common fields from the Requirement to the Test Case. This is most useful when creating a Test Case that validates a bug fix or new feature when the Requirement has relevant steps to reproduce or use cases.
-
Added the Ability to Filter Tasks by Column Headers
The Task module now has the ability to filter columns by the headers like our Requirements, Test Cases, and Test Suites modules.
-
Added the Ability to See if a Platform has Attributes from the Platform List
When viewing the Platform list in the Admin module users can now see if a platform has any attributes and how many attributes it has.
-
Added the Ability to Retain Dashboard Reports
Users can now retain the reports on their Dashboard regardless of cookies. This way users will not have to repopulate their Dashboard with the desired reports when the cookie expires.
-
Added JIRA 5.0 Integration
QMetry now supports JIRA 5.0 and Activity Streams and Remote Linking technology which allows JIRA users to link QMetry Requirements and Test Cases with JIRA issues, review their status, and trace the activities thereof in JIRA.
-
QMetry's JIRA Plug-in is now Compatibile with JIRA 5.0
-
Added the Ability to Copy Matching UDFs from Project to Project Using Add to Scope Feature
UDF values can now be copied while adding entities from one project to another. UDF Names and Type should be the same in the source project and target project to get the UDF values copied.
-
Added Email Notification when Task is Deleted
-
Added Execution Button to Test Case Module
An Execution Button has been added to the Test Case module to allow users to quickly test individual Test Cases, folders, or selected groups of Test Cases. This was previously only available via a right-click option in the Test Case tree. This functionality is more beneficial to those QA groups that are looking to do quick ad hoc, exploratory, or individual bug fix testing outside the normal Test Suite planning.
-
Fixed Bug when Updating Customized Lists
Editing and deleting customized lists now work properly.
-
Added the Ability to Replace Text in Multiple Cases At Once (Find and Replace) for Test Cases
-
Added the Ability to Select Scope Using the Tree Structure
This provides an alternative UI that shows the Project/Release/Cycles in a tree view similar to scope edit. The UI improves the ability to see all projects together and allows users to sort by Target and Creation date. This UI would limit the projects listed to those that the user has rights too.
-
Added the Ability to Update Test Case and/or Requirement Attributes with API
-
Added Sort and Filters to the Execution History
Each column in the Execution History grid can now be sorted and/or filtered.
-
Added New Test Run Feature (Enterprise Edition)
The Test Run feature allows you to track individual runs of a Test Suite against a given platform. With Test Runs companies can track and compare repeated tests against a platform. This feature is designed primarily for user acceptance testing, and for performance-based testing.
-
Added REST Support for Remote Issue Linking and Activity Streams
Implemented to help support JIRA's use of Remote Issue linking and Activity Streams using the REST API.