ContributionsMost RecentMost LikesSolutionsRe: Groovy script for dynamically getting and setting Resource property of REST TEST REQUEST PROPERTY Can you please provide an example how you changed the Resource url using groovy. I am struggling with the same issue. Instead of changing from the UI. I want to update it using groovy. Re: project has been modified externally overwrite? When I removed one of the project it worked for me as well. Thanks Re: The Project file of the [Project Name] project has been modified externally. Overwrite it? Found answer here. When I removed one of the Project it worked fine. https://community.smartbear.com/t5/SoapUI-Open-Source/project-has-been-modified-externally-overwrite/m-p/166597#M27179 The Project file of the [Project Name] project has been modified externally. Overwrite it? I just upgraded my ReadyAPI to 2.4. Every time I make changes in my project, save it and exit, it gives me this message "The Project file of the [Project Name] project has been modified externally. Overwrite it?" I tried with both options Yes and NO and exit the project, but it does not save my work. When I open the ReadyAPI none of the changes are there. This project is in my local and I am the only one who is working. I also verified that the program is not opened twice. Any idea? SolvedHow to update Rest API's resource dynamically using groovy in ReadyAPI my resource is in this format "testing/101/getCustomer/99" Here I need to change "101" and "99" part dynamically as that I can run for multiple values. I looked into the ReadyAPI's built in feature, but it was not that helpful. I also found this link, but it changed in the entire project. The solution I am looking for is in test case level. As my each test case will have different url . https://community.smartbear.com/t5/SoapUI-Open-Source/How-to-set-the-resource-path-at-run-time-while-creating-a-test/td-p/138480 Any help will be appreciated. Re: [R]Resource Rest TestRequest Properties using groovy script This worked for me. Thank you!