Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This section summarizes the new features/functionalities/resolved issues introduced in Qualitia from 3.5 to 4.1.0.


Expand
titleQualitia QTP/UFT 3.9.2

Shared Object Repository Path Settings Access Restricted Only To Admin

In order to be more robust, only admin user of Qualitia can set/reset the shared object repository path through ‘Project Settings’.

Delete Object

Qualitia users can now delete an object from Qualitia’s repository which will not delete corresponding object from shared repository.

Separate Log File For Import Object

Qualitia now logs all its object import details in a separate file ObjectImport.log on the installation path.

Introducing Integration with Spira (Qualitia Execution Agent)

Qualitia now can seamlessly integrate with Spira. Spira can be used to execute Qualitia test cases.

Introducing New Actions

Following new actions are introduced and Qualitia users can use them when developing test cases. 

General Class

  • TrimAndStoreText
  • StoreObjectInstanceCount
  • ReplaceAndStoreText

JavaTavle Class

  • DoubleClickJCell 
  • ClickCellHavingText 
  • ActivateJRow 
  • SelectJavaTree

Common for All Classes

  • SetObjectProperty


Expand
titleQualitia QTP/UFT 3.9.1

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.

Introducing Support for Continuous Integration Tools

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.

Introducing Support for MYSQL 5.6 and 5.7

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.

...