Working with Jmeter
Good Morning fellas,
It me again with another blog post. This time i'm going to introduce you another powerful tool which you can use to automate tests and view summarized results in a productive manner. First you got to download Jmeter from http://jmeter.apache.org/download_jmeter.cgi . Unzip the folder and locate where you prefer to work with. Go to the Command Prompt and Change directory to where the folder is and go in to the bin and type "jmeter" to launch,
Which will open to the following window where you can configure a test plan and execute .
We can add HTTP Request to send requests to a selected website and we can monitor the results using Trees and Tables in Listener group.
Following test plan is for sending requests to www.google.com and www.yahoo.com. And a good advantage here is we can add multiple threads and multiple users so mainly we can do load testing and stress testing easily and check results. What I have shown is the table result for the test plan.
This tool is so powerful and can do loads of things. For more info, you can check http://jmeter.apache.org/usermanual/index.html the documentation.
We can add HTTP Request to send requests to a selected website and we can monitor the results using Trees and Tables in Listener group.
Following test plan is for sending requests to www.google.com and www.yahoo.com. And a good advantage here is we can add multiple threads and multiple users so mainly we can do load testing and stress testing easily and check results. What I have shown is the table result for the test plan.
This tool is so powerful and can do loads of things. For more info, you can check http://jmeter.apache.org/usermanual/index.html the documentation.
Comments
Post a Comment