ContributionsMost RecentMost LikesSolutionsSQL connection via Kerberos authentication Hi!, Stright to the point: in my TestCase, I need to connect to SQL DB via Kerberos Authentication (and not via JDBC). And I didn't find any way how to do this. I also tried to create "new JDBC connection" saved as: <USER>:<PASSWORD>@DOMAIN.CZ in File > preferencies > JDBC driver properties but it ends-up with error: Failed to init connection for driver [Kerberos], connection string [EXT96004:######@Domain.CZ] Is it possible somehow please? And also, can you provide information how to do this in Groovy? (which more important solution for me right now).. Thanks! Míra Re: pararel working on same project in the same time Hi, yes, that's what I was looking for. Thank you and please accept my appologize for this wrong post! Míra pararel working on same project in the same time It would be very great if 2 test engineers would be able to work on same project in same time in SoapUI. Or at least there should exist some kind of "merge tools" that takes changes from project1, project2, ... projectN, and merges those changes to one "master project". This functionality is very needed when services are already defined in SoapUI and you want to make test-cases corresponding to each service and you want to derivate this kind of work on more than 1 people. This is not posible right now and you have to merge changes manualy (via total commander for example).