2

How do I use JDBC Request/Debug Sampler results match with HTTP Response in JMeter using response assertions?

Can you provide me with an example?

c32hedge
2,70920 silver badges39 bronze badges
asked May 17, 2017 at 6:47

1 Answer 1

2

General recommendation: there are Variable names and Result variable name fields under JDBC Request sampler:

JMeter JDBC Variable Names

Using them you can get "interesting" parts of the JDBC response (or whole response) stored into JMeter Variables. See Debugging JDBC Sampler Results in JMeter article to learn how to work with the JDBC test elements results.

The variable(s) from the JDBC request can be used in the Response Assertion, i.e. you can check if the response of the HTTP Request sampler contains the reqired value or not.

answered May 17, 2017 at 7:17
0

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.