Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/uttesh/selenium-flash-testng

selenium-flash-testng is a selenium automation sample for testing the flash web appliaction by using the sikuli java api
https://github.com/uttesh/selenium-flash-testng

Last synced: about 7 hours ago
JSON representation

selenium-flash-testng is a selenium automation sample for testing the flash web appliaction by using the sikuli java api

Awesome Lists containing this project

README

        

selenium-flash-testng-template
=======================

basic selenium SIKULI template with ant/maven for flash website automation.

Prerequisites
==============

1. JDK 1.6 or higher
2. set the sikuli related dll files to path variable of the system.

![demo](https://raw.githubusercontent.com/uttesh/selenium-flash-testng/master/env_path.png)

Maven Users
===========

All sikuli jars are available on maven repository except "sikuli-script.jar" file, we have to custom install that jar to maven by using following.

sikuli-script.jar is available inside ext-lib folder in the sample.

```
mvn install:install-file -Dfile= path to sikuli-script.jar -DgroupId=org.sikuli.script -DartifactId=sikuli-script -Dversion=1.0 -Dpackaging=jar
```

Ant/Eclipse Users
===========

all required jars are available under "ext-lib" folder. no need to do any changes.

RUN following on parent directory
=================================

MAVEN : `mvn clean install`

ANT : `ant`