ContributionsMost RecentMost LikesSolutionsRe: Https combined with NTLM is working unstable for user with specific rights Hi, last week I had contact with smartbear. We tried to set a redirect flag to false for the rest call but that not resolve the issue. The next step is to provide traffic logging to smartbear. As I am on holiday now i will pass that info in the first week of october. So no progress yet. Https combined with NTLM is working unstable for user with specific rights I am using Soapui Pro to initiate REST calls to a Microsoft Dynamics CRM application. NTLM is used for authorization. In the Authorization Manager a user is configured at the top as the parent. Most REST GET calls have inherit from parent. A few REST calls are authorized via another user. This user has read authority for the specific REST resource. The user at the top is not authorized for this resource. In a testcase I have combined several teststeps each initiating a REST call. When I am using http the testcase works fine. No problem at all with authorization. But when using https all teststeps work fine except the ones which call the specific resource. These steps give an error message that the user is not authorized but the user which is referred to is the top user. When I rerun that failing teststep this teststep sometimes succeeds but mostly keeps on failing. I already have contacted smartbear but maybe somebody has the same experience. Any advice would be appreciated. Re: Searching for a way to run a groovy script when closing a project Hi Rao and Lucian, Thanks for your remarks. First i learned that describing something in a post is not that easy. You believe that it is clear but that is certainly not always the case. I was looking for a way to call a groovy script when closing a project. I will now have a more closer look at teardown scripts and maybe again events. Thanks! Re: Searching for a way to run a groovy script when closing a projectHi rao, i as mentioned i have a groovy script to empty the values of the get properties of a run test case. I would like to be able to do this automatically. Preferably when closing the project. How can i do that automatically.Searching for a way to run a groovy script when closing a project Hi, I am looking for a way to cleanup run testcase get properties only once, preferrably when closing a project. I know now how to cleanup those properties. Purpose is to be able to use Git combined with run testcases. Does anybody has suggestions? I did look at events but I have not found an event when closing or maybe saving a project. Re: How to use null values in a datadriven approach (xsi:nil="true") from an Excel datasource? Hi, you may be able to use groovy to get the generated xml and replace alle instances of <Tagname>xsi:nil="true"</Tagname> to the required <Tagname xsi:nill="true"/>. Re: How to use groovy to cleanup the properties teststep Sorry for my post, found it already. log.info "--Type:" +testSteps.config.type if (type == "properties") { log.info "~~~Cleaning Properties Test Step:" + testSteps.name testSteps.clearPropertyValues() } How to use groovy to cleanup the properties teststep I have read a lot in this forum and in other places to cleanup project/testsuite/testcase properties. I was looking for some groovy to cleanup the properties teststep with a script. There is a setting to clear all values when saving but I am searching for a script so that I can decide when to cleanup. The name of these teststeps very but it is always of type properties teststep. Any idea? SolvedUsing mocks/virts when running ready api!/soapui NG in bamboo Hi. We have integrated ready api!/soapui NG Pro with bamboo for continuous integration purposes. Does anybody has experience using mocks/virts when running soapui NG automation tests in Bamboo or any other continuous integration product. Using mocks/virts locally is not a problem. Cannot get loadui NG (no Pro) test opened (ready api! 1.8.5) At my office I have created a ready api! 1.8.5/soapui NG testcase and want to add a loadui test. Just the standard loadui standard version (No Pro). It should than open the loadui test and display the headings Global Mtetrics and Test step metrics. This doesn't happen only the loadui testcase itself is displayed. I also used a trail license of loadui NG Pro and than the loadui test was opened as expected. In 1.9.0 it works as expected. At home I also have ready api! 1.8.5 and there it works as expected I believe that it is something in the configuration. Does anybody has a suggestion where to look? Thanks, Ed van Asseldonk