java.io.FileNotFoundException when soapui-settings.xml hidden (Access Denied)
Windows 10, SoapUI 5.4 While I found no workable way to redefine its location, I setsoapui-settings.xml to hidden in Windows Explorer, because I don't want my user home / profile directory cluttered like this. Apparently, doing so has SoapUI throw a java.io.FileNotFoundException now, see screenshot. Would be great if this can be fixed, esp. since I cannot even move the config.1.4KViews0likes0CommentsHow do I wait for a user to perform an action?
In a Script test, how do I prompt the user to perform some action, then continue the script after the user indicates the action is complete? For example, I need to interact with a CAPTCHA on a form, so I need to tell the user to satisfy the CAPTCHA then click on something to continue the automated test.Solved3.7KViews0likes9Comments