I realize this subject has been asked and answered several times; however, I've read the relevant docs and searched the forums but still cannot get my test scripts to read environment variables.
In the /jameleon-test-suite/jameleon.conf file, I've set testEnvironment=test.
In /jameleon-test-suite/res, I've created a test-Applications.properties file that contains the following text: googleUrl=http://www.google.com.
My test script has the following tag:
<jm:ie-session baseUrl="${googleUrl}" beginSession="true">
When I run my test the baseUrl is always null. Any ideas or suggestions as to what I'm doing wrong? Also, I'm running Jameleon 3.3-RC1.