How 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.1.4KViews0likes0CommentsChange a Test Rest Request's link to project's request? "Open Request Editor"
Hello, The problem is that we initially set up each project's Rest Service as a newelement. Now we find that we should have had fewer elements and just add the Ressources etc under one if the endpoint is identical. In SoapUI Pro we have defined a project and several TestSuits each having several Testcases with several Rest Requests linking back to the project. But I cannot find anyway to change the link from the SoapUI window elements back to the project window elements, am I missing something here? :) Thanks for any help understanding this.2.4KViews0likes7CommentsHow can I share resources between projects?
Is there a way to share resources between projects? We're currently working on a single project (XML file) at the moment and each push and pull generates a merge conflict, even if one person is working on a Resource part and another works on the Test Case part. We have to resort to checking the XML line by line and choosing which line to implement every time. I am thinking of having different projects for each sub-app and have the resources placed in a common folder. This way, they can be shared between each sub app and 2 persons can work on the same time without having any merge conflicts. I've seen a Resource directorybut it seems that this is only for Data Sources. By the way, for the product we are using, I'm dealing with a client using Ready!API and SoapUI on our end so answers for both would be highly appreaciated. update 3/20/2017 7:24PM (UTC+8) I was able to export the .wadl file from another project folder but if I update the resources from the project where the .wadl came from, the resources on the 2nd project are not updated. Is there a way to have both project's resources updated every time the original project's resources are updated and saved?1.2KViews0likes0Comments