Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

json result verification #14

Open
kimsanghyok opened this issue Oct 29, 2014 · 0 comments
Open

json result verification #14

kimsanghyok opened this issue Oct 29, 2014 · 0 comments

Comments

@kimsanghyok
Copy link

Hi, there!

I'm very interested in using webinject for tesing my web service api.
By the way, my api returns json object as the result.
Is there anyway to verify the (complex) json response easily?

For example:
My sample response is
{ "result_code" : "0", "result_msg" : "success" }.
Now I can use "verifypositive" node at my test case definition like "result_code : 0".

But I prefer the following way:

result.result_code = 0
result.result_msg = success

I hope you can understand me.

Thanks in advance

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant