Re: [Wicket-user] Testing Wicket application

2006-09-07 Thread Pierre-Yves Saumont
wondering if we could use Jmeter for >> unit tests of the GUI, it seems doable but haven't really looked into it yet. >> >> Regards Nino >> >> -Original Message- >> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Pierre-Yves >&

Re: [Wicket-user] Testing Wicket application

2006-09-07 Thread Pierre-Yves Saumont
> try to set in your application class > getPageSettings().setMultiWindowSupport(false) when testing I tried this and it solved the problem about incorrect content of the Ajax Response. However, it does not solve the problem of the scripts error. After modifying mys scripts, I have now problem

Re: [Wicket-user] Testing Wicket application

2006-09-07 Thread Matej Knopp
Pierre-Yves Saumont wrote: > Hello, > > I would be interested to hear about your experience in testing Wicket > application, particularly using Ajax. > > My experience, after one week trying several solutions, is not so good. > I tried jWebUnit and ad a lot of problems with scripts. So I "downg

Re: [Wicket-user] Testing Wicket application

2006-09-07 Thread Martijn Dashorst
; To: wicket-user@lists.sourceforge.net > Subject: [Wicket-user] Testing Wicket application > > Hello, > > I would be interested to hear about your experience in testing Wicket > application, particularly using Ajax. > > My experience, after one week trying several solutio

Re: [Wicket-user] Testing Wicket application

2006-09-07 Thread Nino Wael
ooked into it yet. Regards Nino -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Pierre-Yves Saumont Sent: 7. september 2006 10:50 To: wicket-user@lists.sourceforge.net Subject: [Wicket-user] Testing Wicket application Hello, I would be interested to

[Wicket-user] Testing Wicket application

2006-09-07 Thread Pierre-Yves Saumont
Hello, I would be interested to hear about your experience in testing Wicket application, particularly using Ajax. My experience, after one week trying several solutions, is not so good. I tried jWebUnit and ad a lot of problems with scripts. So I "downgrade" to HtmlUnit to found that the java