List Icon
Mailing list Archive

2019 up to July 2022 | 20182017  |  2016  2015 2014 | 2013

The mailing list has been closed since July 2022, but continues to serve as an archive of information about QF-Test.
But if you want to stay informed about news about QF-Test, you can simply
Subscribe to Newsletter  

To get up-to-date information about each release - including minor releases - you can
subscribe to the RSS feed or follow us on social media.
Alternatively, QF-Test also provides release information itself.

Another source of information is our blog, where there are current articles on general topics, on the company QFS and also various "how-tos"
subscribe to blog


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [QF-Test] How to SET an environment variable in QF-Test procedure that is visible to the SUT?


  • Subject: Re: [QF-Test] How to SET an environment variable in QF-Test procedure that is visible to the SUT?
  • From: Matthias Scholz <scholz@?.com>
  • Date: Thu, 27 Oct 2016 15:17:24 +0200

Hallo Greg,

Thanks for the response.
Switching over from a system property to an environment variable worked
for me indeed.

Best,
  MP



On 10/13/2016 08:16 AM, Gregor Schmid wrote:
Hello Matthias,

[...]


If the SUT reads environment variables with java.lang.System.getenv(),
you can set them before SUT start in a Server script with

rc.setProperty('env',"propertyname", "propertyvalue")

- as you mentioned.