Versions Compared

Key

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

...

  1. Create a Java project in Eclipse.
  2. Add the references of Selenium Core Engine in the project. The reference is present at the location QualitiaInstallationFolder\Qualitia<<version>>\WebDriver
  3. To set the reference, right-click Project.
  4. On Properties select Java Build Path.
  5. Select Libraries and click Add External Class Folder.
  6. Add the references of Selenium Java Client Jar from the location Selenium-Server-Standalone-2x.21xx.0x.jar
    You can refer to the Key SServerPath set in Qualitia.exe.config.
  7. Add the references of junit.jar from the location QualitiaInstallationFolder\Qualitia<<version>>\WebDriver\lib\junit-4x.8x.1x.jar.
  8. Add the reference for log4j-1x.2x.15xx.jar from the location QualitiaInstallationFolder\Qualitia <<version>>\WebDriver\lib\log4j-1x.2x.15xx.jar
  9. Add the reference mysql-connector-java-5x.1x.6x-bin.jar from the location QualitiaInstallationFolder\Qualitia <<version>>\WebDriver\lib\mysql-connector-java-5x.1x.6x-bin.jar.
  10. Create Java packages and classes in Eclipse.

...

Set the path of the compiled class files/jar files in the Qualitia config UI in the key CustomAction Repository Path. Multiple paths can be set using semi colon ( (wink) as : ) as the path separator. If a jar file is being used then the path needs to be specified with the complete path including the name of the jar file. If only class files are being used then the path till the base folder of the class needs to be specified. If the classes or projects are referencing any third party jar files, the complete path of the jar files needs to be specified as well. Make sure that the path ends with a semi colon ( (wink): ).