Hi

Just one comment, the test webapp here:

http://svn.apache.org/repos/asf/myfaces/current20/test-webapp/

has a very simple integration test that runs with maven and use HtmlUnit.
It has profiles that runs them with jetty and tomcat(using maven cargo
plugin)
I also did something similar on

http://svn.apache.org/repos/asf/myfaces/orchestra/trunk/examples

to test orchestra in different configurations.

The long term plan is add here all tests that we can't do with myfaces-test
and
JUnit. This include test flash scope, ajax stuff, f:metadata and
f:viewParam.
It could be good to add more test profiles for other servers.

The thing that likes me about that setup is it is possible to set a break
points
for that kind of tests from eclipse and no extra configuration is required.

In other side, tobago uses selenium for testing, maybe we can reuse code
from there.

regards,

Leonardo Uribe

2010/4/8 Mike Kienenberger <mkien...@gmail.com>

> You could note that in the proposal :)
>
>
> On Thu, Apr 8, 2010 at 8:28 AM, Jakob Korherr <jakob.korh...@gmail.com>
> wrote:
> > Selenium seems to keep coming up here again and again, but the main
> problem
> > about it is that you need a browser to run the tests and that is what we
> > don't want. We want to be able to include the tests in every maven build
> and
> > thus also on the apache build server and we certainly can't use a browser
> > there.
> >
> > Regards,
> > Jakob
> >
> > 2010/4/8 Jan-Kees van Andel <jankeesvanan...@gmail.com>
> >>
> >> You can use the Selenium RC Server [1] to host the browser. You can then
> >> remotely invoke this server from your Maven build. The Maven build then
> >> doesn't need a browser. (but you're right, Selenium needs a browser
> >> *somewhere*)
> >>
> >> Regards,
> >> Jan-Kees
> >>
> >> [1] http://seleniumhq.org/projects/remote-control/
> >>
> >>
> >>
> >> 2010/4/8 Matthias Wessendorf <mat...@apache.org>
> >>>
> >>> Had a look at JBoss' Arquillian ?
> >>>
> >>> -Matthias
> >>>
> >>> On Thu, Apr 8, 2010 at 9:55 AM, Martinconi Cosmin
> >>> <cosmin.martinc...@codebeat.ro> wrote:
> >>> > Hi Mike,
> >>> >
> >>> > Thanks for the feedback. I did considered Selenium, but after some
> >>> > discussions we concluded that the testing should be done totally
> >>> > automated
> >>> > within maven and without a browser, so that excludes Selenium since
> it
> >>> > needs
> >>> > a browser running in order to work.
> >>> >
> >>> > Regards,
> >>> > Cosmin
> >>> >
> >>> >
> >>> > On Wed, Apr 7, 2010 at 8:57 PM, Mike Kienenberger <
> mkien...@gmail.com>
> >>> > wrote:
> >>> >>
> >>> >> I'd like to recommend that you also consider Selenium as a test
> >>> >> framework.
> >>> >>
> >>> >> On Wed, Apr 7, 2010 at 10:04 AM, Martinconi Cosmin
> >>> >> <cosmin.martinc...@codebeat.ro> wrote:
> >>> >> > Hi,
> >>> >> >
> >>> >> > I also prepared an application proposal, that I submitted to
> Google
> >>> >> > and
> >>> >> > a
> >>> >> > wiki page:
> >>> >> > http://wiki.apache.org/myfaces/GSoC2010_AutomatedTests
> >>> >> > for the "Automated webapp tests for MyFaces Core and extensions"
> >>> >> > issue.
> >>> >> > You can find the Jira Issue at:
> >>> >> > https://issues.apache.org/jira/browse/MYFACESTEST-6
> >>> >> >
> >>> >> > I would really appreciate any feedback and comments.
> >>> >> >
> >>> >> > Thanks,
> >>> >> > Cosmin
> >>> >> >
> >>> >
> >>> >
> >>>
> >>>
> >>>
> >>> --
> >>> Matthias Wessendorf
> >>>
> >>> blog: http://matthiaswessendorf.wordpress.com/
> >>> sessions: http://www.slideshare.net/mwessendorf
> >>> twitter: http://twitter.com/mwessendorf
> >>
> >
> >
>

Reply via email to