Shabar
Results
1
issues of
Shabar
I was trying to pass path parameter as empty/null in cucumber api testing using restAssured. e.g. when I call endpoint as >> http://localhost:8093/my-rest-call//instructions `(http://localhost:8093/my-rest-call/{path param}/instructions)` it's giving 404 But I...