Re: HTMLUnit & Tapestry 4.1

2007-08-23 Thread mraible
>>> > appreciated. >>> > >>> > Thanks, >>> > Kevin >>> > >>> > - >>> > To unsubscribe, e-mail: [EMAIL PROTECTED] >>> > For additional com

Re: HTMLUnit & Tapestry 4.1

2007-08-23 Thread mraible
uld be greatly >> > appreciated. >> > >> > Thanks, >> > Kevin >> > >> > --------- >> > To unsubscribe, e-mail: [EMAIL PROTECTED] >> > For additiona

Re: HTMLUnit & Tapestry 4.1

2007-08-23 Thread Kalle Korhonen
--- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > -- > View this message in context: > http://www.nabble.com/HTMLUnit---Tapestry-4.1-tf1849739.html#a12288853 &g

Re: HTMLUnit & Tapestry 4.1

2007-08-23 Thread mraible
tional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/HTMLUnit---Tapestry-4.1-tf1849739.html#a12288853 Sent from the Tapestry - User mailing list archive at Nabble.com. -

Re: HTMLUnit & Tapestry 4.1

2006-06-27 Thread Paul Field
> Firing up the Web browser, on the other hand, may > be. Do you happen to have any experience setting this up on a headless > build server? That's next on our list :-) We're experimenting locally with the tests to prove how useful Selenium is and, if we like it (going well so far!) we'll move

Re: HTMLUnit & Tapestry 4.1

2006-06-27 Thread Jesse Kuhnert
We should have a seperate tapestry-testing project out soon that will help with some of these things. (builds off of http://howardlewisship.com/tapestry-javaforge/tapestry-testng/ to support TestNG as the base testing framework) Things are still a little hairy right now but it should be done soon-

Re: HTMLUnit & Tapestry 4.1

2006-06-27 Thread Kevin Menard
On Tue, 27 Jun 2006 07:24:35 -0400, D&J Gredler <[EMAIL PROTECTED]> wrote: Do you mean to say that it's still executing JavaScript when you disable it? It appears that if the JavaScript is embedded in a page, HTMLUnit will attempt to do something with it, regardless of whether JavaScript

Re: HTMLUnit & Tapestry 4.1

2006-06-27 Thread Kevin Menard
On Tue, 27 Jun 2006 07:52:43 -0400, Paul Field <[EMAIL PROTECTED]> wrote: One other thing is that the "Selenium" object that represents your session is very expensive to create (it requires creating an instance of the web browser). You can use JUnit setUp/tearDown around a suite so that you

Re: HTMLUnit & Tapestry 4.1

2006-06-27 Thread Paul Field
> > For this type of integration testing I would reccomend using selenium. > > (tacos uses this currently ) > > That's what I was thinking. I'll give it a go. I'm a bit hesitant since > when I last looked (back in November), the documentation was absolutely > atrocious. We're just starting to u

Re: HTMLUnit & Tapestry 4.1

2006-06-27 Thread D&J Gredler
Do you mean to say that it's still executing JavaScript when you disable it? Or that it's having trouble parsing files? You might want to file a bug report to the HtmlUnit tracker... If I remember correctly, you're also supposed to be able to rip out the Rhino js.jar file to disable JavaScript...

Re: HTMLUnit & Tapestry 4.1

2006-06-26 Thread Kevin Menard
On Mon, 26 Jun 2006 12:17:26 -0400, Jesse Kuhnert <[EMAIL PROTECTED]> wrote: I tried a while back with no luck. It's a very admirable attempt at mimicking the browser but not quite complete enough to handle the likes of dojo... Heh, I would be fine with that if the disable JavaScript opti

Re: HTMLUnit & Tapestry 4.1

2006-06-26 Thread Jesse Kuhnert
I tried a while back with no luck. It's a very admirable attempt at mimicking the browser but not quite complete enough to handle the likes of dojo... For this type of integration testing I would reccomend using selenium. (tacos uses this currently ) On 6/26/06, Kevin Menard <[EMAIL PROTECTED]>

HTMLUnit & Tapestry 4.1

2006-06-26 Thread Kevin Menard
Has anyone here tried to test their Web app with HTMLUnit using Tapestry 4.1? I'm getting a lot of errors related to embedded dojo stuff, even with JavaScript disabled in the web client. Any help would be greatly appreciated. Thanks, Kevin