Welcome to the new Parasoft forums! We hope you will enjoy the site and try out some of the new features, like sharing an idea you may have for one of our products or following a category.
How to access SOAtest Environment variable?
LegacyForum
Posts: 1,664 ✭✭
from Extension tool
How would one access defined variables in the Environments feature from within the Extension tool?I don't see anything that addresses this defined in the Scripting API...
Tagged:
0
Comments
-
Hello,
You can use
context.getEnvironmentVariableValue("VARIABLE_NAME")
to access Environment variables from a method tool.
~Joe0