Re: automated testing of site
Re: automated testing of site
- Subject: Re: automated testing of site
- From: David LeBer <email@hidden>
- Date: Fri, 30 Apr 2004 16:28:39 -0400
For functionality testing you might want to check out Redstone's
Eggplant: <http://www.redstonesoftware.com/>
They demoed it at WWDC last year and it looked pretty cool. Good for
more than web app testing too.
Although this may not do what you need for load testing.
On 30-Apr-04, at 4:01 PM, Michael Engelhart wrote:
There's JMeter from Apache group that does some fairly sophisticated
testing and can be customized with code. Is there a particular
reason why you need it to "put the stuff into the boxes on the screen,
and push the button" to test? Can't you just create GET methods that
put the query data into the URL or if it has to be POST you can create
the HTTP request. I believe JMeter supports POST as well as GET.
http://jakarta.apache.org/jmeter/index.html
BTW, it's a Swing app so it runs on OS X.
Mike
On Apr 30, 2004, at 2:49 PM, John Spicer wrote:
We're working on a site and we need to push a lot of data through it,
to make sure WO is doing what it should.
I have looked around for testing automation tools but did not have
much luck in the mac arena at least.
Does anyone have ideas for something that will read from a text file,
for example, put the stuff into the boxes on the screen, and push the
button?
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.
;david
--
David LeBer
Codebase Software Systems
site: http://www.codebase.ca
blog: http://david.codebase.ca
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.