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.

...