0

Is there any easy tool from which we can enter 1000s of data into DB. Actually we have to do some performance testing and improvement in our Java Web Application. Any help would be appreciated. Thanks in Advance.

1
  • we also want to know which query is taking more time.how to check how much does a query take to execute. Commented Jan 19, 2012 at 18:21

2 Answers 2

1

JMeter is a java-based web-application load and stress-testing tool than many people use.

Sign up to request clarification or add additional context in comments.

Comments

0

I don't know what your particular stack looks like, but if you are using something like Spring/Hibernate, I have used this small builder pattern library to create (and destroy) mounds of test data to run through JUnit integration type tests very easily:

http://code.google.com/p/make-it-easy/

There is also DBUnit http://www.dbunit.org/ which might do what you want, but I have had less success with it in the kinds of apps I have worked on. It might be just the ticket for your needs, however.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.