ContributionsMost RecentMost LikesSolutionsTestRunner via Command Line Hello guys! I've been running my testsuites through cmd on linux. I would like to know if it is possible to change de Junit Report file name. I wanna be able to customize the name, instead of the default that soapUI generates. Is there anyway to do this? Cheers! Re: SOAPUI Reports Kinda solved it, using the minus() method available on groovy. SOAPUI Reports Hello guys, After you launch testrunner, soapUI gives you the output file, in my case a junit report file. It has CDATA with information I would like to acess it. I'm parsing this xml so I can have a report in my own way. I'm using xmlparser in a groovy script to do this, how can I acess this CDATA inside the junit report file? Thanks. Re: Login/logout testcase Finally got it to work, with some tricks but with the answer I marked as solution did the job. Thank you a lot for your help, if someone needs addition help on login into a web application and I can help I'd be happy to. Re: Login/logout testcase Can't really help you out mate. Sorry, maybe someone here can.. Good luck! Re: Login/logout testcase Yes, I will do that, if I have any more question I'll post it here. Really thankful for your kind help. Thank you mate. Re: Login/logout testcase I'm editing this message, I already can post the username and the password in the html fields. But it doesn't do anything, statys static with the username and the password done. Any quick resolution? Maybe my URI is wrong? Re: Login/logout testcase I did what you. The GET to the URI, got the form action and put it on a resource which has a POST Request to the new resource. Put the username and the password I wanted, and did this as 'post as query string'. So far so good. When I run it, it gives an error. My website is web application that presents a login page, to put login and password. Then it redirects for another page where I can see a lot of features. Maybe when I do the POST I have to give him the redirect URI? Re: Login/logout testcase Yes, this works out :) I already have seen this, but thanks anyway. I got to the problem, when I mark 'post as query string' it gives an error saying I should login again before I even put username and password. Any ideas? Re: Login/logout testcase Was looking into this file, it doesn't have any authentication, does it?