...
- Create a Java project in Eclipse.
- Add the references of Selenium Core Engine in the project. The reference is present at the location QualitiaInstallationFolder\Qualitia<<version>>\WebDriver
- To set the reference, right-click Project.
- On Properties select Java Build Path.
- Select Libraries and click Add External Class Folder.
- 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. - Add the references of junit.jar from the location QualitiaInstallationFolder\Qualitia<<version>>\WebDriver\lib\junit-4x.8x.1x.jar.
- Add the reference for log4j-1x.2x.15xx.jar from the location QualitiaInstallationFolder\Qualitia <<version>>\WebDriver\lib\log4j-1x.2x.15xx.jar
- 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.
- Create Java packages and classes in Eclipse.
...