Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.29 KB

Session2-Plan.md

File metadata and controls

34 lines (26 loc) · 1.29 KB

Day 2 plan : 14 July 2021


Simulating Throughput with JMeter

  1. Definition and units of throughput
  2. Simulating throughput with Constant Throughput Timer
  3. Simulating throughput with Throughput Shaping Timer
  4. Cannot use Throughput Controller
  5. Advanced throughput controlling with feedback function
  6. Limitations

Reference video


API Testing with JMeter

  1. SOAP API Testing
  2. REST : Simulating GET, POST, UPDATE and DELETE request
  3. Extracting authentication codes and injecting into subsequent requests
  4. Asserting values in the responses
  5. Integrating tests with Postman/SoapUI
  6. Using Chrome DevTools to monitor APIs
  7. Creating requests from "Import from Curl" feature
  8. Parametrisation of the Play loads
  9. Working with multiple header managers and removing headers

Practice Session

  1. Create a API test plan with GET, POST, UPDATE and DELETE requests
  2. Creating a test plan with a desired throughput configuration

Homework

  1. Creating a test plan with various throughput configurations