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. 

...

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.