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

2005-09-07 Thread David Kemp
[EMAIL PROTECTED] wrote on 06/09/2005 10:20:00 PM: > 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 doS

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
: [Selenium-users] "Calling" a test from another test   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 doSom

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

2005-09-06 Thread Peihuan Xu
@lists.public.thoughtworks.org Subject: [Selenium-users] "Calling" a test from another test   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

[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