Gpap84 / seletest

Seletest is a web and mobile automation testing framework
Other
19 stars 16 forks source link
appium spring webdriver

seletest

seletest

Build Status


Web and Mobile Automation testing framework based on Spring - Webdriver - Appium in Java.


This is a Java Framework based on WebDriver API to interact with web or mobile applications for performing automated functional tests.

**Javadoc: http://giannispapadakis.github.io/seletest/ **

Web End to End functional Supported
DB transactions tests Not supported yet...
Client performance tests Supported
Mobile End to End functional Partially supported (Android)
Web Security tests Upcoming

Frameworks - tools:

Current Drivers supported:

Features:

Tips for Internet Explorer execution
On IE 7 or higher on Windows Vista or Windows 7, you must set the Protected Mode settings for each zone to be the same value. The value can be on or off, as long as it is the same for every zone. To set the Protected Mode settings, choose "Internet Options..." from the Tools menu, and click on the Security tab. For each zone, there will be a check box at the bottom of the tab labeled "Enable Protected Mode".
Additionally, "Enhanced Protected Mode" must be disabled for IE 10 and higher. This option is found in the Advanced tab of the Internet Options dialog.


Released versions


Seletest has been uploaded in sonatype nexus.

Add this to your pom.xml:

Under \<project> tag

repo

Under \<dependencies> tag:

seletest

See wiki for setting up Spring Maven Project and running first tests

You are very welcome to contribute to the project

Upcoming: