rahuldutta
4 years agoOccasional Contributor
How to create a virtaction with a generic path
Hi,
I am trying to create a VS from Empty REST. I want to add a virtaction that will take any path for GET or POST or any other operation.
e.g. My VirtAction will have GET /{Any path}. So, during playback any GET requests will match with that virtaction path.
Please suggest if the tool allows defining generic paths using regexp or anything.
Thanks!