Kindly let me know how to setup JMeter for functionality
testing of a Web application.. The apache help doc is good
but i m little confused with it... :(



Kindly let me know how to setup JMeter for functionality testing of a Web application.. The apache ..

Answer / Deepti Kapoor

To set up JMeter for functionality testing of a web application, follow these steps:

1. Download and install Apache JMeter from the official website.
2. Start JMeter and create a new Test Plan by going to File > New > Test Plan.
3. In the Test Plan, go to the Threads (Users) tab and configure the number of virtual users and ramp-up time according to your testing requirements.
4. Create a HTTP Request default sampler by dragging it from the Samplers category onto the Test Plan tree. This will serve as the starting point for your test script.
5. Configure the HTTP Request sampler with the target URL, HTTP method (GET or POST), and any required parameters or headers.
6. To simulate user interactions, add other HTTP request samplers and associated assertions to verify the correctness of responses.
7. Save your Test Plan by going to File > Save As and provide a name for your test plan.
8. Run your test plan by clicking on the green arrow or choosing Run > Start.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Automation Testing AllOther Interview Questions

Do you know how can we make one test method dependent on other using testng?

1 Answers  


how to test web application

1 Answers  


What are the main attributes of test automation?

0 Answers  


Hi, I am working as QA Engineer in Bangalore having around 2 yrs of experience in manual testing. I wanted to learn automation tool side by side which currently has value in market. Can anybody suggest good automation tool to learn and institute in Bangalore? Thanks in advance, bbn

2 Answers  


how to read data from a csv file using Test complete functional tool..please can anyone post the code

5 Answers  


I am testing a GIS based application so Can anyone tell me which automation testing tool is best for this application?

1 Answers  


Is automation testing a black box testing or white-box testing?

1 Answers  


In Selenium how a test suit is run and report is generated.

1 Answers  


you have same applications (same server configaration)A&B you are doing nonfunctionality testing . what they differ in?

1 Answers  


Describe some problem that you had with automating testing tool.

1 Answers  


How to integrate Rational functional Tester with Rational Quality manager. Can anyone provide the details steps giving explaination with examples.

1 Answers  


What criteria do you use when determining when to automate a test or leave it manual?

2 Answers  


Categories