I am running a test on Jmeter (Version 4.0) using Throughput Shaping Timer in order to achieve constant rate of hits per second. I am logging all the data of 'view Results in table' to a file and using it to track all the requests.
The functionality of my application is such that When jmeter hits API , it creates a database entry for each of the hit.
After test execution is finished, I can see that number of results in log of 'View Results in Table' is less than the number of database entries created by jmeter test run. Also, I am able to arrive at the requests which are not present in logs, but are present in database.
Does 'View Results in Table' not save all the requests ? How can this be changes to obtain data of all the requests ?