HomeOATS

2 Ways to maintain stable performance of OpenScript in script execution – OATS

Like Tweet Pin it Share Share Email

OATS – Oracle Application testing suite had evolved and improved its stability, performance and features  with every release that Oracle had pushed in to market. One of the important aspect which might hurt is that OATS / Openscript might slow down during executions.

I would like to introduce to you 2 ways which can help you surpass this and make betterment.

1. Keep the script execution as much minimal as possible.

When you design your script development and execution strategy, make sure that each script does not take more than 1 hour of time. When we say each script it doesn’t mean the child script but the parent script which would execute multiple child scripts.

2. Set proper heap memory value for OpenScript

  • Right click on OpenScript Icon present on windows desktop or in the “Start Menu”
  • Select “Properties” menu in the context menu.
  • You would see something like: C:\OracleATS\openScript\OpenScript.exe -configuration openscript_configuration -vm C:\OracleATS\openScript\jre\bin\javaw.exe -vmargs -Xmx512m -XX:MaxPermSize=256m -XX:-UseSplitVerifier
  • Change value from “-Xmx512m -XX:MaxPermSize=256m” to “-Xmx1024m -XX:MaxPermSize=512m” in the “Target” field in the “OpenScript Properties” window and click “OK” button.

 

Hope this helps you in having stable performance for executing test scripts using OpenScript of Oracle Application Testing Suite. In case of any further queries, please feel free to share them in form of comments, we would be more than happy to help you.

 

Comments (0)

Leave a Reply

Your email address will not be published. Required fields are marked *