Submit and vote on feature ideas.

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.

Can I overwrite an existing environment variable using extension tool or any other way ?

krishnasoa
krishnasoa Posts: 13

I have a value stored in environment variable which is used in many places of my suite. Is it possible to update environment variable's value dynamically ?

Comments

  • jakubiak
    jakubiak Posts: 795 admin

    You cannot dynamically update environment variables, but you can dynamically update test suite variables using the SOAtest scripting API, or from a data bank tool. I would recommend using a test suite variable instead of an environment variable if you need to make updates to the variable as the test is running.

  • krishnasoa
    krishnasoa Posts: 13

    Thanks @jakubiak