misior88
7 years agoNew Contributor
Changing Endpoints
I Have a Question,
In the Request if you Double click there is an Endpoint page with endpoints.
like in the Picture.
inow have Locahost 8080 and 4040. is there Any way for me to get...
- 7 years ago
Hi, you can use
project.interfaces["Some Interface"].getEndpoints()
Depending on where you run the script, to get project you might need to use
context.getTestCase().getProject()
or similar.