I want to retrieve the data from a db using jmeter and take the results, compare with values which i sent in request. Can anyone suggest m开发者_高级运维e few ideas on how to accomplish this using jmeter only? i'm able to store the message in db and retrieve the same data( saved in the form of file). but i am not able to compare further.
Thanks, Bharath
To validate the response, you'll want to use ASSERTION SAMPLERS, of which there are several you may find useful for what you're doing.
精彩评论