ContributionsMost RecentMost LikesSolutionsRe: Template driven testing not workingHi Dain, Thanks for the information that's useful to know. Even when I try to run the load test as one complete package I receive 'TestStep [Init run] result status is FAILED; [String index out of range: -1]' which suggests there is still a problem with reading in the context values. Any ideas how I can resolve this issue? Thanks in advance, AlanTemplate driven testing not workingHi, I've followed the advice on the 'Template Driven Testing' page but this is not working as expected. <> The 2nd and 3rd groovy scripts fail with error 'java.lang.NullPointerException: Cannot get property 'null' on null object'. If I merge the 1st and 2nd groovy scripts they process successfully so I assume there is a problem with passing then reading the context variables between scripts. I tried upgrading to the latest version (3.0.1) but this didn't help. We would really like to use this feature to perform stress testing but I don't understand what's causing the problem. Please could someone advise how to get this working. Thanks, Alan