Re: Best practice: How to test site using openid-only login

2007-05-29 Thread Russell Keith-Magee
On 5/30/07, Almad <[EMAIL PROTECTED]> wrote: > > On May 29, 6:46 pm, "Joseph Heck" <[EMAIL PROTECTED]> wrote: > > You might take a look at twill (http://twill.idyll.org/) - Although I > > find it a tad trickier to get rolling with than Selenium, it has the > > functionality that you want (emulatin

Re: Best practice: How to test site using openid-only login

2007-05-29 Thread Almad
On May 29, 6:46 pm, "Joseph Heck" <[EMAIL PROTECTED]> wrote: > You might take a look at twill (http://twill.idyll.org/) - Although I > find it a tad trickier to get rolling with than Selenium, it has the > functionality that you want (emulating a browser, including cookies) > and can be 'programm

Re: Best practice: How to test site using openid-only login

2007-05-29 Thread Joseph Heck
You might take a look at twill (http://twill.idyll.org/) - Although I find it a tad trickier to get rolling with than Selenium, it has the functionality that you want (emulating a browser, including cookies) and can be 'programmed' to walk to an OpenID login site and back again following redirects

Best practice: How to test site using openid-only login

2007-05-29 Thread Almad
Hi, I'd like to ask about best testing practice. I'm looking at test client in SVN, which looks great for most of cases and I can get rid of Selenium (great tool, but slow). TestClient looks promising, but I don't knew how to authorize(), when site is only using OpenID login. Any suggestions? (I