Service Virtualization

  • 1.  Change default scripting language in DevTest

    Posted Apr 06, 2017 06:04 AM

    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.



  • 2.  Re: Change default scripting language in DevTest
    Best Answer

    Posted Apr 06, 2017 08:42 AM

    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.



  • 3.  Re: Change default scripting language in DevTest