ContributionsMost RecentMost LikesSolutionsRe: Mask Password in settings.xml file for Composite Projects I do agree! Re: Square Bracket added by Groovy when extracting part of the API header HelloMis3 sorry for the late response. I just saw this now as I'm also looking on how to get rid of those brackets in groovy. But for your problem I would suggest to write a ticket to support from SmartBear. I think this is a bug. Kind regards AAB Re: Change the default request name you're welcome_Oliver_ don't hesitate to come back if you have some questions. Re: Script library interoperability, javaDoc, refactoring, search & autocomplete in all scripts Thanks for this assessment bro! Completely do agree with you! Hopefully they hear us. 😉 Cheers, AAB Re: ReadyAPI - add webbased actions for token retrieval TNeuschwanger never mind the error message in my previous post. For those who would have the same problem: Groovy step execution is not the same as Setup Script execution. In order to work, in my case, I needed to replace this: def oAuthProfile = testRunner.testCase.testSuite.getProject().getAuthRepository().getEntry("TST-User") into this: def oAuthProfile = project.getAuthRepository().getEntry("TST-User") TNeuschwanger I'm still scratching my head on how to implement the 'certificate selection in the browser'. Any idea? This is windowsbased, but like I said before, Robot isn't working for me. And I have a grey feeling that this won't work in a Setup Script...right? Kind regards, AAB Re: ReadyAPI - add webbased actions for token retrieval HeyTNeuschwanger I've tried to put the code in the setup script from the project but testRunner is not recognized. Any idea how to solve this please? it's recognized in the groovyscript step but not in the Setup Script? Kind regards, AAB Re: ReadyAPI - add webbased actions for token retrieval HelloTNeuschwangerThanks for your help. Indeed ReadyAPI is far more flexible then soapui open source. This is the automated version of soapui actually. A lot of easy actions like point and click on all levels, environment setup, eventhandlers, and you still can use scripting even with your own jar packages! 😉 But concerning the certificate that needs to be chosen in chrome, how do you tackle that please? So let me give this a try already and I'll let you know my results! Cheers, AAB Re: Set custom names in Data Generator porcupineRabbit Well, look what the latest version of ReadyAPI is giving us: https://support.smartbear.com/readyapi/docs/functional/steps/create-file.html maybe you can use this? Kind regards, AAB Re: Change the default request name _Oliver_ well, I'm not a developper, but I've looked arround a bit and I came accross these: https://docs.swagger.io/spec.html#523-operation-object https://stackoverflow.com/questions/9569270/custom-method-names-in-asp-net-web-api Have look in there, maybe this can help? Kind regards, AAB Re: Set custom names in Data Generator porcupineRabbit You could for example create a textfile with those strange characters and use this as datasource? 😉 Kind regards, AAB