- POC to simplify/automate JMeter scripts creation processinvestigate Garbage Collection in FOLIO modules Jira Legacy server System Jira columnIds issuekey,summary,issuetype,created,updated,duedate,assignee,reporter,priority,status,resolution columns key,summary,type,created,updated,due,assignee,reporter,priority,status,resolution serverId 01505d01-b853-3c2e-90f1-ee9b165564fc key PERF-23201
Overview
Currently, when writing JMeter scripts, we are manually capturing the requests in JMeter script which are triggered by the browser. It works fine for workflows which are relatively small(10-20 requests to backend) but are not feasible if there are 100 or more requests. We should come up with an approach to automate the capturing process.
For example, below query
GET /instance-storage/instances?query=(item.status.name="In transit") sortby title&limit=100&offset=0
The browser makes a call to at least 20-30 BE requests
Investigate and come up with alternatives to capture these queries at the browser level and import them to JMeter script.
Requirements
- Improve JMeter scripts creation process
- Automate manual steps
...