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
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
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
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..
> >
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
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
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
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
* 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