diff options
author | wei <> | 2005-12-10 11:49:29 +0000 |
---|---|---|
committer | wei <> | 2005-12-10 11:49:29 +0000 |
commit | 98215a603fb798cdb4178e49061977544aaa45b7 (patch) | |
tree | 282787037961f7466acbd174ce151cac6de71273 /tests/FunctionalTests/selenium/install-readme.txt | |
parent | 25f9c45261aafd65477ad526e0b6ad3dca80803a (diff) |
Initial import selenium functional test framework.
Diffstat (limited to 'tests/FunctionalTests/selenium/install-readme.txt')
-rw-r--r-- | tests/FunctionalTests/selenium/install-readme.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/FunctionalTests/selenium/install-readme.txt b/tests/FunctionalTests/selenium/install-readme.txt new file mode 100644 index 00000000..0946f4c4 --- /dev/null +++ b/tests/FunctionalTests/selenium/install-readme.txt @@ -0,0 +1,9 @@ +Copy the "selenium" folder to a web accessible directory in the same web server as the application you want to test. +In Apache, this would mean a subdirectory of "htdocs". + +Because of javascript security settings standard in most browsers, Selenium needs to be available on the same host and port as your application. + +Once deployed to the server, to run Selenium's self-tests, check out: +http://<webservername>:<port>/selenium/TestRunner.html + +Read the website for more details. (http://selenium.thoughtworks.com)
\ No newline at end of file |