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... :(
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 |
Do you know how can we make one test method dependent on other using testng?
how to test web application
What are the main attributes of test automation?
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
how to read data from a csv file using Test complete functional tool..please can anyone post the code
I am testing a GIS based application so Can anyone tell me which automation testing tool is best for this application?
Is automation testing a black box testing or white-box testing?
In Selenium how a test suit is run and report is generated.
you have same applications (same server configaration)A&B you are doing nonfunctionality testing . what they differ in?
Describe some problem that you had with automating testing tool.
How to integrate Rational functional Tester with Rational Quality manager. Can anyone provide the details steps giving explaination with examples.
What criteria do you use when determining when to automate a test or leave it manual?