summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/selenium/readme-selenium-rpcrunner.txt
diff options
context:
space:
mode:
authorwei <>2005-12-10 11:49:29 +0000
committerwei <>2005-12-10 11:49:29 +0000
commit98215a603fb798cdb4178e49061977544aaa45b7 (patch)
tree282787037961f7466acbd174ce151cac6de71273 /tests/FunctionalTests/selenium/readme-selenium-rpcrunner.txt
parent25f9c45261aafd65477ad526e0b6ad3dca80803a (diff)
Initial import selenium functional test framework.
Diffstat (limited to 'tests/FunctionalTests/selenium/readme-selenium-rpcrunner.txt')
-rw-r--r--tests/FunctionalTests/selenium/readme-selenium-rpcrunner.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/FunctionalTests/selenium/readme-selenium-rpcrunner.txt b/tests/FunctionalTests/selenium/readme-selenium-rpcrunner.txt
new file mode 100644
index 00000000..cc4e9205
--- /dev/null
+++ b/tests/FunctionalTests/selenium/readme-selenium-rpcrunner.txt
@@ -0,0 +1,17 @@
+Selenium RPC runner currently consists of and XML-RPC binding between the browser
+and external processes. There is currently only support for Java.
+
+To run the tests - just cd to the java folder and execute
+
+ant -Dbrowser=firefox
+
+This will Run the Java Selenium RPC runner unit-and integration tests.
+The integration test will launch a browser that loads a JsUnit
+test suite, which will run the Selenium browser part of the unit tests
+and integration test.
+
+Prereqs:
+o JDK 1.4 installed
+o Ant 1.6.1 or later installed
+o Xalan and JUnit in $ANT_HOME/lib
+