Versions Compared

Key

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

Table of Contents

This topic provides information on how to resolve the common issues you may encounter while working on desktop applications automation.

Execution Report Not Getting Generated

You may find execution reports are not getting generated after the suite execution is completed. At times, some of the Windows policies block Qualitia registering few Qualitia components. This may result in not generating results for the Suite executions.

...

  1. Press Win+R to summon the Run dialog box.
  2. Type Regedit and press Enter.
  3. In Windows 7 and Windows Vista, click the Yes or Continue button or type the administrator's password.
  4. Go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa\fipsalgorithmpolicy registry.
  5. Set the value as 0 as mentioned in the screenshot below.
  6. Close Registry.

 

This driver is not configured for integrated authentication

This error occurs when using Qualitia with SQL server 2016 developer edition and the Authentication Mode is set as Windows Authentication. 

...

  1. Download Microsoft JDBC Driver 6.0 for SQL Server.
  2. Unzip the file at some temporary location.
  3. Go to enu > Auth.
  4. Copy the dll depending on your OS (32 or 64-bit) version.
    (info) If you are using 32-bit, then copy sqljdbc_auth.dll from x86 folder and if you are using 64-bit, then copy sqljdbc_auth.dll from x64 folder.
  5. Open the Java directory that is set under Configuration Settings > Execution > Java Install Path.
  6. Add the dll file to lib and bin folders.
  7. If you are using jre7:
    1. Go to enu > jre7.
    2. Copy sqljdbc41 and add it to Qualitia installed location [C:\Program Files (x86)\Qualitia\Qualitia 8.0.0\WebDriver\lib].
  8. If you are using jre8:
    1. Go to enu > jre8.
    2. Copy sqljdbc42 and add it to Qualitia installed location [C:\Program Files (x86)\Qualitia\Qualitia 8.0.0\WebDriver\lib].

Qualitia Configuration File does not exist, can you please save Qualitia Configuration.

This issue occurs when the configuration file is missing. The file is created when you save the configuration settings for the first time.

Solution:

  1. Log on to Qualitia Automation Studio.
  2. On the Settings menu, click Configuration Settings.
  3. Click Save.

Incompatible .Net Framework: Method not found: '!!0[] System.Array.Empty()'

This issue occurs when .Net framework installed is not compatible.

...

If you face the error mentioned above, close the dialogue box and upgrade the .Net Framework to 4.6.2. Refer to the Prerequisites and Configurations section for more information.

Cloning Machines with Qualitia Installation is Not Supported

Some organizations follow a practice of creating Virtual Machines (VM) with standard configurations and then clone it for different users to use. If they install Qualitia on the base image, Qualitia licensing manager may get duplicate installation id for the cloned VM. In all likelihood, the end user may receive a licensing error. It is, therefore, recommended to install Qualitia separately on the VMs after they are cloned.

When trying to log in into Qualitia, the user may get the following error [when the machine is cloned with Qualitia Installation].

Qualitia License Key Not Found. (H0007)

Image Modified

Solution:

In case you come across this error:

...

​You can now log on to Qualitia Client without any error.

Unable to Execute Test Cases in Internet Explorer

When a test case execution starts in Internet Explorer, the Internet Explorer does not open, and UFT closes. Also, in the Errorlog.txt, a message is displayed as “Testcase xml is missing”.

...

  1. Open the UFT, specify the application URL, and the browser as Internet Explorer.

  2. Click the Record button.
    A pop-up message opens which shows the message as “Some third-party add-ins are required to launch this URL. Do you want to enable these add-ins?”

  3. Click Yes to enable the required add-ins.

  4. Record a few steps and save them.

  5. Run them through UFT.

  6. If the execution is successful, open the Internet Explorer, and check the name of the new add-in enabled.

  7. Run the test case through Qualitia.

Test Case Creation Fails with "Exception occurred while saving testdata file"

Problem: Getting the following error message while creating a test case. 

Image Added


Reason: This issue occurs when the antivirus software blocks Qualitia application from running.

Solution: Whitelist all the files under the %localappdata%\QualitiaWDClient folder in antivirus.


On this page: