Hi,
we're following this page http://docs.telerik.com/teststudio/features/test-runners/artoftest-runner
We're trying to overwrite the baseURL by specifying a new one in a setting file called "settingAutomatedRun.xml" .
We then pass this file to "ArtOfTest.Runner.exe" using the "setting=" command.
The issue we're running into is that the setting file is loaded but the BaseURL provided in the setting file is never used,
The setting file looks something like this:
----------------------------------------------------
<configuration>
<WebAii.Settings.Web recycleBrowser="true" baseUrl="###"> </WebAii.Settings.Web>
</configuration>
-----------------
The commands used to kickof the Execution server looks something like this:
ArtOfTest.Runner.exe list=### result=settingsAutomatedRun.xml
Can anyone explain why this isn't working ?