Re: Testing complex web site

2004-01-19 Thread Ed Summers
On Mon, Jan 19, 2004 at 10:34:56PM -0200, Gabor Szabo wrote: > Actually I think there are frameworks in C# to write such Test::More like > tests. But if there are not and someone writes a Test::More replacement > in some other language (C# in our case) then why not write a replacement > for Test::H

Re: Testing complex web site

2004-01-19 Thread Gabor Szabo
On Mon, 19 Jan 2004, Ed Summers wrote: > If you are testing from the cmd line One of the prime problems of my customers is the fact that I don't give them a nice GUI for the test tool where they can click. > the nice thing about Perl's testing > framework is that it would be feasible to write C#

Re: Testing complex web site

2004-01-19 Thread Ed Summers
On Mon, Jan 19, 2004 at 06:58:38PM +0200, Gabor Szabo wrote: > One of them has an application written in .NET with C# and they also want > to run unit tests, regression tests and load tests. They want to know how > can we do that in Perl. > > Obviously for that I will have a number of Windows boxe

Re: Testing complex web site

2004-01-19 Thread Gabor Szabo
On Mon, 19 Jan 2004, Adrian Howard wrote: > > On Monday, January 19, 2004, at 06:10 pm, Gabor Szabo wrote: > > > If this is OT, please point me to some better place to find an answer. > [snip] > > Not OT in my opinion, but you also might want to try > http://groups.yahoo.com/group/TestFirstUserIn

Re: Testing complex web site

2004-01-19 Thread Adrian Howard
On Monday, January 19, 2004, at 06:10 pm, Gabor Szabo wrote: If this is OT, please point me to some better place to find an answer. [snip] Not OT in my opinion, but you also might want to try http://groups.yahoo.com/group/TestFirstUserInterfaces. On the functional level: Basic things can be ac

Re: Testing complex web site

2004-01-19 Thread Gabor Szabo
On Mon, 19 Jan 2004, Abe Timmerman wrote: > If you're interested in that, I can send you a pre-alpha version, although I > haven't got the time to work on it right now... Yes, please send it over. BTW One of the specific things I will have to automate is OWA - Outlook Web Access which is said t

Re: Testing complex web site

2004-01-19 Thread Abe Timmerman
Op een druilerige winterdag (Monday 19 January 2004 19:10), schreef Gabor Szabo: > If this is OT, please point me to some better place to find an answer. > > I am looking for a way to functional and load test a web site. > > On the functional level: > Basic things can be achieved by WWW::Mechaniz

Re: Testing complex web site

2004-01-19 Thread H.Merijn Brand
On Mon 19 Jan 2004 19:10, Gabor Szabo <[EMAIL PROTECTED]> wrote: > > If this is OT, please point me to some better place to find an answer. > > I am looking for a way to functional and load test a web site. POE + WWW::Mechanize > On the functional level: > Basic things can be achieved by WWW::M

Testing complex web site

2004-01-19 Thread Gabor Szabo
If this is OT, please point me to some better place to find an answer. I am looking for a way to functional and load test a web site. On the functional level: Basic things can be achieved by WWW::Mechanize but I don't know yet how to deal with Javascript in the response page. On the load test: