Enhancements
Object Import Using Shared Object Repository
Qualitia now supports a shared object repository for object management in Qualitia.Qualitia's test execution will now refer all its objects from specified tsr file during execution.
Ability to Add TC Level Steps
User can avoid adding a task for adding a single step to test case. A step can be directly added to test case. It is possible to specify object, action and parameters to a TC step just like a task step.
Introducing Conditional Structure
User can now execute step(s) and/or task(s) based on a condition that he specifies. Depending on the condition evaluation result, the step(s) and/or task(s) mentioned in the corresponding block will or will not get executed.
Introducing Error Handling Flags
Qualitia has introduced following Error Handling flags that can be used when developing or executing test cases:
- ExitSuite
- ExitTCIteration
- ExitStep
- Continue
These flags can be applied at Test Case as well as Suite level to control the flow of execution.
Introducing New Actions
Following is the list of new actions that can be used when developing test cases
- ExitTask
- ExitTCIteration
- ExitSuite
- SecureSet
- SecureStoreVariable
Kindly refer to the documentation for more information about using these actions when developing test cases.
Introducing New Variable: $$_Status
User can now get the execution status of the last executed step using $$_Status. Qualitia uses can use it when adding conditional structure in the test cases and manage the execution flow accordingly.
For more information about this, please refer to the Qualitia System Variables section.
Qualitia now supports execution through Jenkins and TeamCity Continuous Integration tools.
Encrypting Passwords on the Configuration Settings Screen
In order to be more robust, Qualitia now encrypts it's database server password.
Supports higher version of MYSQL which is 5.6 and 5.7.This allows users to install Qualitia-Server with the latest versions of MySQL.
Introducing Configuration Settings User Interface
Qualitia users can now use the configuration settings user interface for accessing settings for General, Execution, and QTP settings. This window can be accessed from the Settings menu.
Qualitia Execution Reporting
Qualitia report is now enhanced in order to be more robust and comprehensive.
Qualitia for Selenium and QTP/UFT Co-Existance
Now Qualitia support existence of Qualitia version for Selenium and for QTP/UFT on the same machine. Hence now user can install Qualitia for Selenium and Qualitia for QTP/UFT on single machine.