Re: [s2] Hurray, we have functional/integration tests

2008-08-03 Thread Wendy Smoak
On Tue, Jul 29, 2008 at 7:40 AM, Don Brown [EMAIL PROTECTED] wrote: I've started adding functional tests to Struts 2 by adding a few to the REST showcase application, running against Tomcat 5.x, Jetty 6.x, JBoss 4.2.x, and Resin 3.x. The magic happens through a new Maven 2 plugin I developed

Re: [s2] Hurray, we have functional/integration tests

2008-08-03 Thread Frans Thamura
wow' share the step so we can try it here also F On Sun, Aug 3, 2008 at 11:49 PM, Wendy Smoak [EMAIL PROTECTED] wrote: On Tue, Jul 29, 2008 at 7:40 AM, Don Brown [EMAIL PROTECTED] wrote: I've started adding functional tests to Struts 2 by adding a few to the REST showcase application,

Re: [s2] Hurray, we have functional/integration tests

2008-08-03 Thread Wendy Smoak
On Sun, Aug 3, 2008 at 9:55 AM, Frans Thamura [EMAIL PROTECTED] wrote: wow' share the step so we can try it here also Was that for Don or for me? I'm not sure what you're asking. -- Wendy - To unsubscribe, e-mail: [EMAIL

Re: [s2] Hurray, we have functional/integration tests

2008-08-03 Thread Frans Thamura
On Sun, Aug 3, 2008 at 11:59 PM, Wendy Smoak [EMAIL PROTECTED] wrote: On Sun, Aug 3, 2008 at 9:55 AM, Frans Thamura [EMAIL PROTECTED] wrote: wow' share the step so we can try it here also Was that for Don or for me? I'm not sure what you're asking. -- hahaha sorry :) to don F

Re: [s2] Hurray, we have functional/integration tests

2008-08-03 Thread Don Brown
Sure, putting the integration tests into a profile is fine (or vice-versa). They actually take only a few seconds right now, but that could (and hopefully will) grow. Don On Mon, Aug 4, 2008 at 2:49 AM, Wendy Smoak [EMAIL PROTECTED] wrote: On Tue, Jul 29, 2008 at 7:40 AM, Don Brown [EMAIL

Re: [s2] Hurray, we have functional/integration tests

2008-08-03 Thread Don Brown
If you are wanting to know how to use the plugin in your own projects, see the project docs: http://github.com/mrdon/maven-itblast-plugin/wikis/home Don On Mon, Aug 4, 2008 at 2:55 AM, Frans Thamura [EMAIL PROTECTED] wrote: wow' share the step so we can try it here also F On Sun, Aug 3,

[s2] Hurray, we have functional/integration tests

2008-07-29 Thread Don Brown
I've started adding functional tests to Struts 2 by adding a few to the REST showcase application, running against Tomcat 5.x, Jetty 6.x, JBoss 4.2.x, and Resin 3.x. The magic happens through a new Maven 2 plugin I developed called maven-itblast-plugin, which enables multiple integration test

Re: [s2] Hurray, we have functional/integration tests

2008-07-29 Thread Musachy Barroso
Selenium is kind of a pain to setup and write proper tests for, and really, most of what we would want to test would be basic HTML anyways. Tell me about it, I am writing selenium tests ATM. musachy -- Hey you! Would you help me to carry the stone? Pink Floyd

Re: [s2] Hurray, we have functional/integration tests

2008-07-29 Thread Cenk Çivici
Have you guys tried WebDriver? It provides a driver api over Selenium, HtmlUnit ... On Tue, Jul 29, 2008 at 3:49 PM, Musachy Barroso [EMAIL PROTECTED] wrote: Selenium is kind of a pain to setup and write proper tests for, and really, most of what we would want to test would be basic HTML