ContributionsMost RecentMost LikesSolutionsRe: Automating Tests with Commuinity Version Brilliant, Thanks for the input. Stu Re: Automating Tests with Commuinity Version Thank for the input both so how do I go about doing the tasks I need with just groovy then? Just 1 task step and put all the groovy in that ? Re: Automating Tests with Commuinity Version Thanks for the response. I was just flailing around and created some test steps. The get data is a pain, I'm not much of an XPATH/XQUERY expert (which is to say I can read it but not write it from scratch). the screenie below is what the test look like just now and its partly working, it just seemed a lot for what I thought ought to be easier. Building tests would take almost as much time as the code, I know testing takes time, just thought it was more in running and checking results that building the tests themselves? Please all you full time tester - don't shoot me :) I did read about a groovy test but don't see how to do that. Automating Tests with Commuinity Version Hi All, I have the communnity version of SOAPUI Currently and its perfect for firing off all manner of single tests. But where I want to test when there are 1 or more dependencies I'd like to automate the them and then it seems to get fiddly! eg. Get authentication token Use token in getRecord() use results of get record in ..... when I tried to dig through examples and build it in my version, it seemed there is a whole lot of steps to create an automated flow. Does the the pro version make things more streamlined ? If I'm missing something very obvious in the community version is there a good guide for test automation for the community version please? Cheers Stu Solved