Service Virtualization

 View Only
  • 1.  DEVTEST 8.4.0.227 tool issues during test scenarios execution

    Posted May 01, 2017 02:58 PM

    Hi Guys,

     

    I am using DEVTEST 8.4.0.227.

     

    When I put 5000 scenarios for web services automation testing, the following problems were observed

     

    - The tool needs a lot of memory and changed the configuration to reflect 4 GB ram in all the config files 

     

    - When the tests are running it does not allow any other applications on the system to be used, as for each test scenario the focus in on the DEVTEST tool

     

    Please provide guidance on how DEVTEST can be used to make use of its maximum potential

     

    Appreciate all of your expert guidance in this context....



  • 2.  Re: DEVTEST 8.4.0.227 tool issues during test scenarios execution
    Best Answer

    Posted May 01, 2017 03:49 PM

    This will need to be increased via Workstation.vmoptions file

     

    Please refer : https://docops.ca.com/devtest-solutions/8-4/en/administering/general-administration/memory-settings

     

    Try setting the following values in Workstation.vmoptions file & restarting your Workstation instance.

    -Xms512M 

    -Xmx1024M  or more

     

    Also refer Out of memory error while running Coordinator Server  link already discussed in forum and might helpful. 

     

    Please note memory usages dependent on memory availability on system in  test. 

     

    Thanks,

    Rajesh k Singh



  • 3.  Re: DEVTEST 8.4.0.227 tool issues during test scenarios execution

    Posted May 01, 2017 06:01 PM

    Thanks for the quick response Rajesh.