I need to add a new endpoint from groovy script to the testcase request in soapUI. Here I used rest project, my code is as follows:
def end= testRunner.testCase.getTestStepByName("dd").getHttpRequest().setEndpoint("http://cd-diudara:8280/services/linkedinFollowCompanyPage?wsdl")
This is getting me null in the "end" variable. What is wrong with this code?