[Selenium-users] beginner's question: installing selenium for remote site testing

2005-08-05 Thread Warren Pollans
Hello, I would like to install selenium on both a linux box (fedora 3) and a macOSX box (ibook) to test web apps running on remote servers. I've downloaded selenium-0.5.0 and selenium-0.5.0-ruby but don't know how to enable the remote testing capability. I'm confused about exactly what I need -

[Selenium-users] twisted1.3.0 unit test failures

2005-08-25 Thread Warren Pollans
I've started installing selenium I just installed Twisted 1.3.0 on my ibook (OSX.3.9, python 2.3) - have not installed Twisted-Web yet. When I run admin/runtests from the install directory, I get the following results - Are these failures and errors acceptable? I've installed pyOpenSSL an

[Selenium-users] twisted1.3.0 unit test failures

2005-08-26 Thread Warren Pollans
I've started installing selenium I just installed Twisted 1.3.0 on my ibook (OSX.3.9, python 2.3) - have not installed Twisted-Web yet. When I run admin/runtests from the install directory, I get the following results - Are these failures and errors acceptable? I've installed pyOpenSSL an

[Selenium-users] some builtin VerifyLocation tests failing

2005-09-09 Thread Warren Pollans
Hello again, I'm still trying to get selenium installed on my ibook (G3, 10.3.9) python 2.3 - with pyCrypto installed got selenium from svn - last week sometime installed twisted 1.3.0 (a few twisted unit tests failed - the twisted-list: use 2.0 - this list: use 1.3.0 ???) using firefox 1.0

Re: [Selenium-users] some builtin VerifyLocation tests failing

2005-09-09 Thread Warren Pollans
essage 'Actual value '/tests/html/test_verifications.html' did not match '*/tests/html/not_test_verifications.html'' but was 'Actual value '/selenium-driver/tests/html/test_verifications.html' did not match '*/tests/html/not_test_verifications.ht

[Selenium-users] Thank you - and another question

2005-09-14 Thread Warren Pollans
Thanks to everyone who offered help with getting selenium up and running on my ibook (G3, OSX.3.9). All the tests ran successfully. I'm using ruby: google-test-xmlrpc.rb in the examples directory worked selenium_example.rb in the ruby directory worked I've also installed it on

[Selenium-users] unable to run google test using ruby selenium module

2005-09-14 Thread Warren Pollans
I'm trying to run the following ruby script, patterned after the selenium_example.rb in the ruby directory - I'm using the latest from svn on an ibook (OSX.3.9) - all TestRunner tests succeed. help please +++ require 'selenium' selenium = Selenium

Re: [Selenium-users] unable to run google test using ruby selenium module

2005-09-15 Thread Warren Pollans
is displayed in the browser as: open(http://localhost:7896/AUT/00A/http/www.google.com/) NOTE: the TestRunner tests all succeed, as does the google-test- xmlrpc.rb test On or about Wed, 14 Sep 2005 16:44:01 -0400 Warren Pollans <[EMAIL PROTECTED]> allegedly wrote: > I'm trying

[Selenium-users] [CAN't BE DONE?] unable to run google test using ruby selenium module

2005-09-15 Thread Warren Pollans
not really a problem - I can still write tests in ruby that use the selenium_server.py server I'm still a big selenium fan :-) On or about Thu, 15 Sep 2005 13:06:45 -0400 Warren Pollans <[EMAIL PROTECTED]> allegedly wrote: > OK, I had mistakenly used '8080' as the por

[Selenium-users] how to getText?

2005-09-16 Thread Warren Pollans
Hello, I'm using selenium in driven-mode from ruby. How can I get the text that exists in an element? When a verifyTextPresent call fails I'd like to include the text that's actually present in my error msg. Is the function getText in selenium- api.js somehow available to me? Thanks, Warren _

[Selenium-users] function defined in user-extensions.js not found

2005-09-22 Thread Warren Pollans
Hello, I defined a function in user-extensions.js - trying to pattern it after the examples given in user-extensions.js.sample. When I try to use it, I get the following error. I restarted both selenium-server and mozilla after editing user-extensions. What have I missed? I'm using the svn build

Re: [Selenium-users] function defined in user-extensions.js not found

2005-09-22 Thread Warren Pollans
tedValue = num; var actualValue = element.options.length; Assert.equals(expectedValue, actualValue); }; On or about Thu, 22 Sep 2005 12:07:53 -0400 Warren Pollans <[EMAIL PROTECTED]> allegedly wrote: > Hello, > > I defined a function in user-extensions.js - tryi

Re: [Selenium-users] function defined in user-extensions.js not found

2005-09-23 Thread Warren Pollans
No, not really. Here's a function, assertSelectOptions, from selenium- api.js that I modified and it works fine - I changed it to display the default mesaage I copied 'assertSelectOptions' to the end of selenium-api.js with the name 'assertListLength' and it's still not seen - I get the same erro

[Selenium-users] user-extension.js function definition - again

2005-09-23 Thread Warren Pollans
Sorry for generating so much noise on the list, but I'm confused. I could really use some help/direction with this. Thanks, Warren. The function, verifySelectLength, is defined in user-extension.js. It works when used in TestRunner (modified TestSelect to use it) but it fails with the following

[Selenium-users] SeleneseRunner problem with user-extensions.js

2005-09-24 Thread Warren Pollans
Hello again, This is a followup on my problem with getting SeleneseRunner to recognize a function defined in user-extensions. I have a simpler test now. 1. I use the TestSelect test from the dist and run it in TestRunner and through SeleneseRunner using both python and ruby - all thr

[Selenium-users] how to erase cookies at start of test?

2005-09-29 Thread Warren Pollans
Hello, I'm using SeleneseRunner (driven mode from ruby using mozilla and selenium_server.py on a linux box) and I'd like to be able to erase cookies at start of a test. I've tried the example mentioned on this list at the beginning of this month, but it didn't work for me. I have a doEraseCook

Re: [Selenium-users] Perl driven mode

2005-11-07 Thread Warren Pollans
Hello, I'm currently testing in "driven mode" using ruby as the scripting language. I run my scripts via cron (fedora 3 and mozilla 1.7.12 and selenium from svn - about two weeks old) - works fine (opens browser, configures email accts, closes browser, sends test mail, pops mail, checks mail, etc)

[Selenium-users] selenium_server error

2005-12-20 Thread Warren Pollans
Hello, I'm trying to install selenium on a new install of ubuntu linux on a new laptop - I already have it working under fedora3 and OSX. This time I used twisted server 2.0.1 instead of 1.3 (which is installed on the fedora and OSX boxes). I'm not opposed to using 1.3 - it was just easier to us

[Selenium-users] Re: selenium_server error

2005-12-20 Thread Warren Pollans
15:33:24 -0500 Warren Pollans <[EMAIL PROTECTED]> allegedly wrote: > Hello, > > I'm trying to install selenium on a new install of ubuntu linux on a > new laptop - I already have it working under fedora3 and OSX. This > time I used twisted server 2.0.1 instead of 1.3 (which i

Re: [Selenium-users] selenium_server error

2005-12-21 Thread Warren Pollans
OK, I removed Twisted-2.0 and installed Twisted-1.3 and everything works on the new box - as it does on the others. On or about Tue, 20 Dec 2005 15:33:24 -0500 Warren Pollans <[EMAIL PROTECTED]> allegedly wrote: > Hello, > > I'm trying to install selenium on a new install