This question is locked. New answers and comments are not allowed.
I have a usecase where I want to publish the results of my tests on a website and have the user open the .aiiresult file to view the results of running the test suite. The problem I am encountering is that the image files showing the exception screen captures are missing on the users filesystem. Is there a way for me to set the path to a URL. The snippet below is from the result file of executing a test suite, the ImageFilePath points to an image in a relative path. Is it possible to change the image file path to a URL?
If there is a better solution to my problem I would like to know? Thanks. Below is the xml snippet.
<Item Type="ArtOfTest.WebAii.Design.AutomationStepResult" Version="2012.1.618.0"> <ResultType Type="ArtOfTest.Common.Design.ResultType">Fail</ResultType> <ExecutionException Type="ArtOfTest.Common.Design.Exceptions.ElementFindException" Version="2012.1.618.0"> <HostState Type="ArtOfTest.WebAii.Design.AutomationHostState" Version="2012.1.618.0"> <DOMFilePath Type="System.String">TelerikTest-1344363117502-1_files\PRPCSmoke_42_DomTreeOnFailure.txt</DOMFilePath> <Mode Type="ArtOfTest.WebAii.Design.BrowserStateCaptureMode">DomAndImage</Mode> <ImageFilePath Type="System.String">TelerikTest-1344363117502-1_files\PRPCSmoke_42_ImageOnFailure.png</ImageFilePath> <TechType Type="ArtOfTest.Common.TechnologyType">Html</TechType> <FriendlyName Type="System.String">Capture Of 'Page (MyTestApp08071412 - SmartBPM)' @8/7/2012 2:18:04 PM</FriendlyName> <__DataMembers />