Save response from certain WEB resources while recording scenario
Posted
by
jdevelop
on Stack Overflow
See other posts from Stack Overflow
or by jdevelop
Published on 2013-10-25T21:51:54Z
Indexed on
2013/10/25
21:53 UTC
Read the original article
Hit count: 130
jmeter
I need to create scenario for user interaction with single-page WEB application. The application does lots of AJAX calls in order to authenticate user and get user data.
So I created simple scenario with HTTP Test Script Recorder and tried to record my script.
Everything went well, however I noticed that whilst request data is recorder properly, the response data is not recorder at all. I tried to enable Add assertions and Regex matching - but that didn't work as well.
Can you please advice how do I record response texts as well?
© Stack Overflow or respective owner