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).
Thanks, - Marius 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 protected]) >> Help/Unsubscribe/Update your Subscription: >> http://lists.apple.com/mailman/options/webobjects-dev/chill%40global-village.net >> >> This email sent to [email protected] > > -- > 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 protected]) > Help/Unsubscribe/Update your Subscription: > http://lists.apple.com/mailman/options/webobjects-dev/m.soutier%40starhealthcare.info > > This email sent to [email protected] _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
