Reputation: 1991
I am building a VuGen http script to test a RESTful webservice. I've created the happy path test case, but I need to test also a scenario where I would expect a 500 Internal Server Error.
Does VuGen support assertions in any way?
Upvotes: 0
Views: 2275
Reputation: 1085
web_reg_find() is the function you want. Refer to the VuGen documentation.
Upvotes: 1
Reputation: 5682
You are engaging in functional testing with a performance testing tool. You may have a philosophical conflict here
Upvotes: 0