Versions Compared

Key

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

You might get following errors while importing custom actions in Qualitia automation studio. You must fix these errors to complete the import procedure. 

...

To resolve this error, ensure you have selected the right directory to import custom actions and the selected directory has all the sub-folders created in it.


Importing Incorrect Qualitia Java Project to the Workspace

If the following error message is displayed.

Image Added


Solution:

When you Import the pre-created Custom Action Java project workspace into Eclipse workspace, select the correct Custom Action Java project. 


Updating Qualitia Project Path

...

Validation ErrorResolution
.classpath file is not present in your Eclipse project location Ensure that the Eclipse project was built successfully after adding all required artifacts (lib, bin, src folders) to it. This will create a .classpath file. 
.class files are not present in your Eclipse project location Collect the required compiled .class files and add them to the Eclipse project (under bin folder). Names of the required files is mentioned in the report.
Jar files mentioned in .classpath in your Eclipse project locationCollect all the required jar files and add them to your Eclipse project directory (under lib folder).
Java source files are not present in your Eclipse project location You need to generate the source code from the compiled class files and add them into the src folder under Eclipse project directory. For more information on the creating the source files, refer to the Importing Existing Custom Actions into Qualitia section. 

Once you have fixed all the errors mentioned above, you can continue importing custom actions in Qualitia. 


Custom Action Class Files Not Pushed to Project Path GIT Repository

Problem: While editing or adding a custom action, if you encounter the following message:

The method or operation is not implemented.

This indicates the custom action class files are not pushed to Project path GIT Repository correctly.

Solution:

Perform the following steps:

  1. Open the Eclipse Project.

  2. Click Windows > Preferences > Teams > Git > Projects.

  3. In the right side of the Preference dialog box, under Projects, deselect the Automatically ignore derived resources by adding them.gitignore checkbox.