Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am looking free and open source software that does enterprise class functional, load and performance testing for Java/Grails web application similar to TestMaker.

It should use real browsers for testing and not simulated browsers like HtmlUnit.

The reason I do not like TestMaker is that they have not been able to figure out how to build for 64bit Linux.

share|improve this question
sorry, I don't understand why you need to use real browsers for testing? If you want to record/replay, Selenium maybe a good choice – Hoàng Long Mar 31 '11 at 3:11

1 Answer

Take a look at:

Selenium for functional testing.

jMeter for load and performance testing.

share|improve this answer
I am looking for an integrated package like Testmaker as mentioned in the question and not individual pieces. – ace Apr 1 '11 at 7:42
In my experience "free" and "open source" tools don't come in "integrated", "comprehensive", "shrink wrapped" distributions. I don't think you're going find such an animal. – Steve Hall Apr 1 '11 at 18:41

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.