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

json result verification #14

@kimsanghyok

Description

@kimsanghyok

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions