{"id":18469546,"url":"https://github.com/miteshsharma/jmeteruserloadtest","last_synced_at":"2025-05-07T07:51:46.923Z","repository":{"id":109598882,"uuid":"163600631","full_name":"MiteshSharma/JMeterUserLoadTest","owner":"MiteshSharma","description":"Load test by running CRUD on user resource using apache JMeter","archived":false,"fork":false,"pushed_at":"2018-12-30T16:20:55.000Z","size":4,"stargazers_count":5,"open_issues_count":0,"forks_count":8,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-07T07:51:40.891Z","etag":null,"topics":["http","jmeter","load-test","stress-test"],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MiteshSharma.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-12-30T16:16:30.000Z","updated_at":"2021-03-24T22:01:23.000Z","dependencies_parsed_at":"2023-04-25T05:47:27.161Z","dependency_job_id":null,"html_url":"https://github.com/MiteshSharma/JMeterUserLoadTest","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MiteshSharma%2FJMeterUserLoadTest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MiteshSharma%2FJMeterUserLoadTest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MiteshSharma%2FJMeterUserLoadTest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MiteshSharma%2FJMeterUserLoadTest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MiteshSharma","download_url":"https://codeload.github.com/MiteshSharma/JMeterUserLoadTest/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252839283,"owners_count":21812084,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["http","jmeter","load-test","stress-test"],"created_at":"2024-11-06T10:10:50.036Z","updated_at":"2025-05-07T07:51:46.896Z","avatar_url":"https://github.com/MiteshSharma.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# JMeter User Load Test\n\nCreating a JMeter test plan with a thread group which can run CRUD operations on user resource at a given server. Each creates operations need to have different email address randomly generated before sending the request. Fetch authentication token and user id provided a response to create user request. An authentication token is used as the header in all subsequent requests and user id in URL and body parameter as needed. Finally, have a view result tree listener where we can see all requests with their responses.\n\nStep 1: Add a Thread Group to our test plan\n\nStep 2: Add an HTTP request defaults using the config elements to define default parameters like hostname and port of server needed for all requests.\n\nStep 3: Add an HTTP request sampler to send Create user request\n\nStep 4: Add a BeanShell pre-processor to generate a random email address for creating user request.\n\nStep 5: Add a JSON extractor post-processor to get authentication token and userId from the response of creating user request.\n\nStep 6: Add an HTTP header manager to add authentication token as the header to all subsequent requests.\n\nStep 7: Add Update user, get user and delete user HTTP request sampler for subsequent requests with userId as dynamic variable fetched from creating user post-processor.\n\nStep 8: Add View result tree to get the response to all requests.\n\nUsing JMeter version : 5.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmiteshsharma%2Fjmeteruserloadtest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmiteshsharma%2Fjmeteruserloadtest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmiteshsharma%2Fjmeteruserloadtest/lists"}