I was going through the scripting guide provided by DevTest and I came across this :
"BeanShell is the default scripting language in DevTest 8.0. To change the default scripting language to Groovy, for instance, edit file ‘local.properties’ and add following line:
lisa.scripting.default.language=groovy "
But, I couldn't find local.properties file anywhere. Can anyone please help me with that.
local.properties is found in the directory where you install DevTest (a.k.a., LISA_HOME). During the installation, a file called _local.properties is created. You need to edit _local.properties, apply the change, and save it as local.properties.