Is it possible to configure the Test Studio VS plugin to record relative URIs only? To elaborate a bit more, I have read the article http://www.telerik.com/automated-testing-tools/support/documentation/user-guide/knowledge-base/test-execution/using-baseurl.aspx on how to change URIs from absolute ones to relative ones. I'm using ^ instead ~ of because element inspection doesn't seem to like ~. I have set up my BaseURL in user settings for quick execution and in the test settings files for 'normal' test runs. All in all I can run my tests against different servers by changing the BaseUrl only. My problem though is that it requires a lot of manual tweeking of the generated elements. Right now I have to change the BaseURL for the FrameInfo elements, set UsesBaseUrlHost to true. In a larger project the number of elements can grow quite large and manually having to change them is quite annoying and prone to errors.