Service Virtualization

  • 1.  What is the alternative steps to the deprecated steps to use in DevTest 8.4

    Posted Aug 09, 2017 11:12 AM

    In my project we had got migrated from CA lisa 7.0 to CA DevTest 8.4. We found the below are deprecated steps

     

    Javascript Step

    IBM Websphere MQ Step

     

    Is there any alternatives to use those in DevTest 8.4



  • 2.  Re: What is the alternative steps to the deprecated steps to use in DevTest 8.4
    Best Answer



  • 3.  Re: What is the alternative steps to the deprecated steps to use in DevTest 8.4

    Posted Aug 09, 2017 02:50 PM

    Prem_Bairoliya

    Any Simple way to change all the Javascript step in a batch of scripts to Execute Script (JSR-223) Step?



  • 4.  Re: What is the alternative steps to the deprecated steps to use in DevTest 8.4

    Broadcom Employee
    Posted Aug 09, 2017 03:06 PM

    The code in Javascript step is typically custom logic developed by an organization. I would suggest to copy paste the same in the new Step & unit test the same.

     

    I am not aware of any automated way to migrate all the deprecated steps to the new type.