sissy...
just kidding :)
Nathan
- Original Message -
From: "Jason Brice" <[EMAIL PROTECTED]>
To: users@appfuse.dev.java.net
Sent: Thursday, May 31, 2007 1:42:33 PM (GMT-0800) America/Los_Angeles
Subject: Re: [appfuse-user] Re: [appfuse-dev] Moving from Canoo WebTest
I really really like TestNG.
Call me a sissy, but the color-coded GUI is infinitely preferable to
squinting at a command line.
Also being able to assign methods of the test classes to groups is really
nice when you're working with one "silo" of functionality and need to run
multiple methods acro
I guess the hard part if figuring out how to do it. With Canoo
WebTest, it was easy enough to use svn:externals to pull in the
web-tests.xml (as well as login.xml and config.xml) from the
src/test/resources directory of each web module.
If we want to allow the same setup for Selenium, we'd likely
I favor only supporting Selenium. I see no reason to support a testing
framework like Canoo which is no longer a web testing best practice.
Sanjiv
On 5/31/07, Matt Raible <[EMAIL PROTECTED]> wrote:
All,
After getting Dojo's DropdownDatePicker working with both Struts and
Spring MVC, I've run