Nacho321
Nacho321

Reputation: 1991

Vugen assertions

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

Answers (2)

Michael Galos
Michael Galos

Reputation: 1085

web_reg_find() is the function you want. Refer to the VuGen documentation.

Upvotes: 1

James Pulley
James Pulley

Reputation: 5682

You are engaging in functional testing with a performance testing tool. You may have a philosophical conflict here

Upvotes: 0

Related Questions