Need help moving SoapUI to another Windows PC. Now it will not even start.
Had SoapUI on my W7 workstation for a while (5.4.0). I am in the process of moving to a W10 workstation and wanted to install SoapUI and copy the projects. I installed it and tried to copy the xml files from W7 to W10 in my home folder but that didn't work. I even tried using a different workspace folder (mySoapUI) inside on my home folder. SoapUI does not even start now. I have uninstalled and re-installed. Removed the xml files from the home folder. Nothing seems to work. How can I get SoapUI to start with the projects from my W7 machine? I really think that SoapUI should have it own folder in the home folder so it could just be copied. Please help. Thanks2.6KViews0likes3CommentsCopy assertion
Dear community members, I would like to know how can I copy assertions from 1 test case to another, such that the referred expected values are also updated accordingly. Here is my scenario: Test Case 1: contains DataSet1, RestRequest1, Assertion1 Test Case 2: contains DataSet2, RestRequest2 .... and so on... upto Test Case 60: contains DataSet60, RestRequest60 The Assertion1 (of test case 1) is a Message content assertion and its expected value is referred as ${DataSet1#out_value}. My intention is to copy assertion1 to the other 59 test cases. But when I copy assertion 1 to TestCase n, the copied assertion is still referring to ${DataSet1#out_value}. And then I have to manually modify each copied assertion to DataSet n. Is there a mechanism where when I copy assertion to testCase n, it automatically refers to ${DataSet n#out_value}. Thanks in advance.1.3KViews0likes3Comments