Has anyone implemented Server Connect tests?

Has anyone implemented Server Connect tests?

I’m looking for an easy way to create tests (preferentially something graphical), e.g. to call a server connect that registers a user, assert status code 200 OK, then call another server connect to get the data about the user and see if it’s good.

The intended test is slightly more complex, but you get the idea from above.

1 Like

Here is a way of doing tests:

1 Like