All Questions
6 questions
0
votes
1
answer
260
views
Run Jmeter Test with Jmeter Dependency
I have a bunch of Jmeter files (.jmx) which have a lot of tests inside them. I want to run these test without the dependency of jmeter. Is there a way to run jmx files directly in Java without having ...
0
votes
1
answer
475
views
How to test DynamoDB aws in Jmeter?
Right now testing API which is hosted on amazon aws and it has dynamoDB. How do I check in Jmeter that DynamoDB table item count has increased than before sending my api requests?
Currently I am ...
0
votes
1
answer
641
views
How to save json response in jmeter?
Goal: Save the response I am getting from api request to json files.
filename needed: name_of_original_file_request_was_sent_with + "_response.json"
Until now the jmeter program reads like 6 ...
1
vote
1
answer
169
views
How to read only certain number of entries from json file in jmeter?
I am sending json files as body. There are like 10k json files so I am using Directory Listing Config in jmeter plugin. While reading the json file I am using this:
${__FileToString(${file},,)}
to ...
0
votes
2
answers
405
views
API Perfromance testing tool - JMeter or JUnit?
i am working on some performance testing task. The main goal is to compare duration of old NCP protocol calls againts new REST API calls. I have this scenario:
Client has an authenticated session
...
0
votes
2
answers
1k
views
How can we validate json based on key value pair in Jmeter
I haved worked around with Jmeter for load Testing. But now i am focusing on api automation.
Reading file from CSV for the endpoints and Response expected, only challenge i am facing whether how to ...