Re: WebObjects testing techniques and tools
Re: WebObjects testing techniques and tools
- Subject: Re: WebObjects testing techniques and tools
- From: Chuck Hill <email@hidden>
- Date: Mon, 18 Jan 2010 12:41:37 -0800
On Jan 18, 2010, at 11:42 AM, Marius Soutier wrote:
Hey there,
I'd like to hijack this thread to add my own question about unit
testing - how do you test your frameworks? All the ERX-init methods
require you to run your tests from a WOApplication. I've seen that
the Wonder tests are run from a separate application, too (ERXTest).
I'd like to run my tests directly inside the frameworks but still be
able to use the whole WO stuff (the ResourceManager comes to mind).
I don't run my unit tests against an application, but I don't use
Funky Wonder Property Loading either. I always test directly against
a framework. I avoid having code that needs to be unit tested in an
Application project.
The key to using the run-time WO stuff is to do this early in the suite:
WOApplication.primeApplication("some name", null,
"foo.bar.appserver.FWApplication");
FWApplication is a sub-class of WOApplication. If you don't need any
thing special, you can probably directly use WOApplication.
Chuck
On 18.01.2010, at 19:14, Chuck Hill wrote:
On Jan 18, 2010, at 8:41 AM, Jeff Dunnett wrote:
Hi Folks,
I am looking at investigating some more sophisticated testing
tools and techniques. I was wondering what tools and techniques
my fellow WebObjects developers use (aside from JUnit)? Do you
know if any tools or techniques to check browser issues and
configurations (without having to have umpteen different
browsers)? For instance checking different users agent string etc?
I use Selenium for functional testing and JMeter for load testing.
Neither will detect browser rendering issues if that is what you
are after. Unless you are doing something funky, the user agent
string should not matter much.
Chuck
I am just looking for ways to improve testing of my WebObjects
applications through more sophisticated methods/tools.
Regards,
Jeff
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
--
Chuck Hill Senior Consultant / VP Development
Practical WebObjects - for developers who want to increase their
overall knowledge of WebObjects or who are trying to solve specific
problems.
http://www.global-village.net/products/practical_webobjects
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
--
Chuck Hill Senior Consultant / VP Development
Practical WebObjects - for developers who want to increase their
overall knowledge of WebObjects or who are trying to solve specific
problems.
http://www.global-village.net/products/practical_webobjects
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden