Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

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

 Click here to expand...


 Qualitia 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.
 Qualitia QTP 3.5

Enhancements

  • Introducing support for QTP 11
  • Introducing sync test case feature
  • Impact of task edit in the Suite execution
  • Sync test cases during Suite execution
  • Displaying impacted task list on Object/Keyword edit
  • Introducing the Export to Excel feature from the Reports tab 
    (warning) The reports can be exported to Microsoft Excel only.  
  • Ability to handle empty data in Test Data
  • Mandatory/Non-Mandatory Action Parameters
  • When working with Test Data:
    • In order to break task iteration in datasheet, user must use blank space instead of tilde ”~”.

       View Image

    • Test case iteration now require iteration number to be specified only for first row.

       View Image


  • No labels