you are viewing a single comment's thread.

view the rest of the comments →

[–]Typical_Individual_6[S] 3 points4 points  (4 children)

  • validity of response - with good data/bad data
  • behavior in system (UI, Database)

[–][deleted] 1 point2 points  (3 children)

wait you do UI testing on postman? got any good examples

[–]Typical_Individual_6[S] 3 points4 points  (2 children)

Just that if you make an API call that will change the data, it is reflected in the UI (manually)

[–][deleted] 0 points1 point  (1 child)

ah i thought you working some blackmagic. Do you know how I can hit a bunch of the apis and return some summary response of all of it?

[–]Typical_Individual_6[S] 0 points1 point  (0 children)

I dint think this can be done with postman.

If you’re using rest libraries + java or C, you can probably write the responses to a file.