Service Virtualization

 View Only
  • 1.  Nodejs support in DevTest

    Posted May 12, 2017 02:19 PM

    Do we have the option to write nodejs scripts within devtest? If yes, need a sample.



  • 2.  Re: Nodejs support in DevTest
    Best Answer

    Posted May 15, 2017 05:38 AM

    DevTest allows a JSR 223 compliant scripting language to be added, but I cannot find any references to Node.js being so.

    That being the case, one could execute your Node.js script as an external process using the Execute External Command step.



  • 3.  Re: Nodejs support in DevTest

    Posted May 15, 2017 06:25 PM

    That's my backup plan. But just wanted to check if we have some custom step to provide this support inside the tool. Thanks Dave for the response.