Completed
Last Updated: 28 Aug 2014 13:07 by ADMIN
ADMIN
Plamen
Created on: 26 Feb 2013 12:00
Type: Bug Report
1
The BaseUrl property in the .testsettings file is not respected during execution in VS2012.
The BaseUrl property in the .testsettings file is not respected during execution via the VS2012 Test Explorer.  

Outer Exception Type: System.UriFormatException
     Message: Unable to resolve the passed uri '/html/tryit.asp?filename=tryhtml_links' to an absolute url.
     HRESULT: 0x80131537 (Official ID (if app.) = COR_E_FORMAT, Error Bit = FAILED, Facility = FACILITY_URT, Code = 5431)
     Call Stack:
          at ArtOfTest.WebAii.Core.Browser.BuildUrl(Uri passedUrl, Boolean useDecodedUrl)
          at ArtOfTest.WebAii.Core.Browser.InternalNavigateTo(Uri uri, Boolean useDecodedUrl)
          at ArtOfTest.WebAii.Core.Browser.NavigateTo(Uri uri, Boolean useDecodedUrl)
          at ArtOfTest.WebAii.Core.Browser.NavigateTo(String url, Boolean useDecodedUrl)
          at ArtOfTest.WebAii.Design.IntrinsicTranslators.Descriptors.NavigateToActionDescriptor.Execute(Browser browser)
          at ArtOfTest.WebAii.Design.Extensibility.HtmlActionDescriptor.Execute(IAutomationHost autoHost)
          at ArtOfTest.WebAii.Design.Execution.ExecutionEngine.ExecuteStep(Int32 order)

Here's a video demonstrating the issue.
http://screencast.com/t/3s7z6anuk
2 comments
ADMIN
Pavel
Posted on: 19 Mar 2013 07:36
We cannot reproduce the problem. Note that you need to select the .testsettings file via TEST->Test Settings->"Select Test Settings File" in VS2012.
Santhosh
Posted on: 28 Feb 2013 13:53
When can we expect this resolution patch?