OptiTest / Tests

Automated Tests for Optify
2 stars 0 forks source link

Instructions for using the project

Firstable install Eclipse & download Selenium project libraries

These instructions require Java JDK 7 http://java.sun.com/javase/downloads/ Eclipse IDE http://www.eclipse.org/downloads/ Selenium2.x Client driver or higer http://selenium.googlecode.com/files/selenium-java-2.24.1.zip WebDriver Chrome http://code.google.com/p/chromedriver/downloads/list or WebDriver FireFox http://code.google.com/p/selenium/downloads/list
or WebDriver Safari http://code.google.com/p/selenium/wiki/SafariDriver or WebDriver Explorer http://code.google.com/p/selenium/wiki/InternetExplorerDriver

For more information please refer to the basic Selenium guide on wiki page.

---------- Importing Projects ------------------------------------

To work with sample code in Eclipse, the precompiled library needs to be copied into the war directory.

After Installing all packages you need to open Eclipse then click on import option from File->Import. Then choose importing Git project. You must use registerd user name, please refer to the wiki project Admin. Use the following address to get the files by using the Eclipse Git import projects wizard:

https://github.com/OptiTest/Tests.git

-----------Running project ----------------------------------------

Refer to the basic Selenium guide in the Wiki page. You must use Junit4 with your testing. You must set your username & your password Optify account. You must set the path for Selenium libraries.