Re: [Selenium-users] problem extending selenium

2005-09-06 Thread Alexandre Garel
Jay Donnell a écrit : I copied the example code for Selenium.prototype.doTypeRepeated from http://selenium.thoughtworks.com/seleniumReference.html I put it in a file called user-extensions.js but when I run it I get this error in the firefox js console. this.assertMatches is not a function

[Selenium-users] Repeating Tests

2005-09-06 Thread Jamo Smith
I'd like to be able to repeat a test as a test runner.  I tried to write a user-extension function to repeat a selectedTest, however it seems that the tests are threaded.  I have little _javascript_ background so I'd like to ask for any suggestions from the developers how to solve this problem.  He

[Selenium-users] problem extending selenium

2005-09-06 Thread Jay Donnell
I copied the example code for Selenium.prototype.doTypeRepeated from http://selenium.thoughtworks.com/seleniumReference.html I put it in a file called user-extensions.js but when I run it I get this error in the firefox js console. this.assertMatches is not a function Is the documentation outd

Re: [Selenium-users] "Calling" a test from another test

2005-09-06 Thread Alexandre Garel
I'll mail to you the extension I've made for my work. I don't push it here for the moment as I would like to make tests, etc before releasing it on the mailing list. If some one else wants it, mail me. Alex. sorry for this automatic footnote from my employer : Ce message est protégé par les

Re: [Selenium-users] "Calling" a test from another test

2005-09-06 Thread Marco Bizzarri
: ? I suspect this is clear for you... but is very obscure to me :) I.e. what do you mean with configure test to the fitnesse wiki (I suspect you're talking about fitnesse of FIT) ? Regards Marco On 9/6/05, Peihuan Xu <[EMAIL PROTECTED]> wrote: As per what we practiced, if you confi

RE: [Selenium-users] "Calling" a test from another test

2005-09-06 Thread Peihuan Xu
As per what we practiced, if you configure your test to the fitnesse wiki, your will be able to include any test as you want. :^)   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Marco Bizzarri Sent: Tuesday, September 06, 2005 8:20 AM To: [email protected]

[Selenium-users] "Calling" a test from another test

2005-09-06 Thread Marco Bizzarri
Hi all. I would like to call a test from inside another test, so that I can perform some actions which are shared between different tests. If I understand correctly, there is no way of doing this. Should I write my test as a doSomething extension, and write all my shared parts inside it? Let's