Re: Tests needing user parameters

2005-10-19 Thread Ken Williams
On Oct 19, 2005, at 4:50 PM, Jess Robinson wrote: My module will login to a web service and manipulate data programmatically.. Nothing critical I assure you, just a tool ;) Since theres no dummy/test account that I know of, I'll need the users account/email address and password to login. Typi

Re: Tests needing user parameters

2005-10-19 Thread psema4
On 10/19/05, psema4 <[EMAIL PROTECTED]> wrote: > > > My module will login to a web service and manipulate data > > > programmatically.. Nothing critical I assure you, just a tool ;) Since > > > theres no dummy/test account that I know of, I'll need the users > > > account/email address and password

Re[2]: Module name advice

2005-10-19 Thread Mattia Barbon
On Wed, 19 Oct 2005 09:34:51 +0100 José Castro <[EMAIL PROTECTED]> wrote: > * David Golden ([EMAIL PROTECTED]) wrote: > > Mattia Barbon <[EMAIL PROTECTED]> wrote: > > > Having discarded a top-level namespace, I am now > > >inclined to use WWW::Selenium for the Selenium driver > > >and Test::Selen

Re: Tests needing user parameters

2005-10-19 Thread psema4
On 10/19/05, Mark Stosberg <[EMAIL PROTECTED]> wrote: > On Wed, Oct 19, 2005 at 10:50:04PM +0100, Jess Robinson wrote: > > > > > > > > I'm writing a module which will need user account data for it's tests, > > > > and > > > > I'm wondering if there's a standard way (or module) for doing this.. > >

Re: Tests needing user parameters

2005-10-19 Thread Mark Stosberg
On Wed, Oct 19, 2005 at 10:50:04PM +0100, Jess Robinson wrote: > > > > > > I'm writing a module which will need user account data for it's tests, > > > and > > > I'm wondering if there's a standard way (or module) for doing this.. > > > > What do you mean by "user account data"? > > > > Perh

Re: Tests needing user parameters

2005-10-19 Thread Jess Robinson
On Wed, 19 Oct 2005, Tim Maher wrote: > On Wed, Oct 19, 2005 at 09:51:12PM +0100, Jess Robinson wrote: > > > > Hey folks, > > > > I'm writing a module which will need user account data for it's tests, and > > I'm wondering if there's a standard way (or module) for doing this.. > > What do

Re: Tests needing user parameters

2005-10-19 Thread Tim Maher
On Wed, Oct 19, 2005 at 09:51:12PM +0100, Jess Robinson wrote: > > Hey folks, > > I'm writing a module which will need user account data for it's tests, and > I'm wondering if there's a standard way (or module) for doing this.. What do you mean by "user account data"? Perhaps UNIX/Linux UIDs

Tests needing user parameters

2005-10-19 Thread Jess Robinson
Hey folks, I'm writing a module which will need user account data for it's tests, and I'm wondering if theres a standard way (or module) for doing this.. Else I'll guess I'll look for environment variables and otherwise not test, any ideas? Jess

Re: Module name advice

2005-10-19 Thread José Castro
* David Golden ([EMAIL PROTECTED]) wrote: > Mattia Barbon <[EMAIL PROTECTED]> wrote: > > Having discarded a top-level namespace, I am now > >inclined to use WWW::Selenium for the Selenium driver > >and Test::Selenium for the TAP-emitting module > >to be used in test scripts. > > > > Does anybody