In JMeter JTL file result contradicts actual test result.
Actually post completion of my test plan, when I checked my database table the count is accurate regarding the test I ran.
But when I cross check the generated *.jtl file for same test plan then I found that there is in most labels response code and response message is '500' and 'Internal Server Error' respectively.
While it should be '200' and 'OK' for all as my table shows accurate result as I want.
Please do needful as I am beginner in JMeter.