How do make for login and add to cart to checkout using JMeter?

1.3k Views Asked by At

I'm new to JMeter. How do make for login and add to cart to checkout using jmeter? Can anybody tell me about bean shell for add to cart to checkout?

1

There are 1 best solutions below

0
Dmitri T On
  1. Record your test scenario using your favorite web browser and JMeter's HTTP(S) Test Script Recorder
  2. Perform correlation if required (detect and handle dynamic parameters)
  3. Perform parameterisation if required (use external files/other sources to provide credentials and any other test data if required)
  4. Validate your test (run it with 1 - 2 virtual users/loops and observe request and response in View Results Tree listener) to ensure that it does what it it supposed to be doing
  5. Add more virtual users
  6. Run your test in non-GUI mode
  7. Analyze results using JMeter HTML Reporting Dashboard.

References: