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.
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 Error | Resolution |
---|---|
.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 location | Collect 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.