Versions Compared

Key

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

Table of Contents

...

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.

...

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.2017-7-26_9-1-11.png

...

Unable to Execute Offline Package

Qualitia automatically registers all the binaries to system registry during installation, but sometimes this registration does not take place due to some environmental issue. The non-registered dll may cause different unexpected errors including but not limited to unexpected report layouts, inability to execute test cases from offline package and so on. In case you find such issues, ensure that the dll registry is proper by following the steps below:

  • How to validate QualitiaCore.dll is not registered?

Create a .vbs file, put below code snippet into it and save it to a location on your drive. Execute (double-click) this .vbs file. If any error message appears it indicates QualitiaCore.dll is not registered. If it does not show any message this means registry is alright.

Code Block
Dim logs, conn
Set logs = CreateObject("QualitiaCore.QLogger")
Set conn = CreateObject("QualitiaCore.DatabaseConnectionHelper")
msgbox err.description
  • How to register QualitiaCore.dll?

If you find the error explained in step 1, then follow steps below.

  1. Launch the Command Prompt window.
  2. Execute the following command: cd "C:\Program Files\Qualitia\Qualitia QTP x.x" C:\Windows\Microsoft.NET\Framework\v2.0.50727\RegAsm.exe /codebase QualitiaCore.dll

If the registration is successful then appropriate message will be displayed on the command prompt.