How to combine all frames

Issue #107 closed
yy zz created an issue

I need reading all frames (json data) and add Response Assertion to check json body

7B7FDDDE-7D9B-46ef-AB3E-2BE057F5CCB5.png

Snipaste_2019-03-05_18-54-24.png

Comments (5)

  1. Peter Doornbosch repo owner

    Did you read the documentation, specifically, the part on Fragmentation? I'm not sure whether you have continuation frames (I can't read chinese), but the documentation explains how you can check.

    If you have continuation frames, and you need to have the complete response as an input to your assertion, you'll have to combine the results yourself (e.g. use beanshell).

    If you don't have continuation frames, I wonder why you would need als frames before you can check the body (but still, you can use the same approach).

    The "single read sampler" reads text or binary frames only.

    Regards Peter

  2. yy zz reporter

    Thanks a lot for your reply~ I have already read the part on Fragmentation. I have continuation frames, and will try to use beanshell to combine the results

  3. Log in to comment