tags:

views:

62

answers:

1

Hi,

Can anybody tell me,which tool is better.QTP or Jmeter? Thanks in Advance.

+2  A: 

Yes for learning a tool to do functional testing,load testing and performance testing for the web-applications written in any current programming language as in OP's comment, JMeter is a quick and easy and free tool to use.

You can point at any web application and record a script and just follow the instructions from the user manual

http://jakarta.apache.org/jmeter/usermanual/index.html

JoseK