In our team we are using recorded test and we faced the following issue: If we have an element which position we want to verify (for example we want to verify a RadDiagramShape is placed on certain coordinates) we can use the VerificationBuilder’s Location tab. There we have Left, Top, Right and Bottom coordinates. So far, so good. But these coordinates are relative to the screen and this lead to the following issue - if we change the Windows theme, the browser or the browser’s version we use this coordinates will be different from the recorded ones. So we need something like position of a given FrameworkElement relative to other FrameworkElement. We usually want to record this relative coordinates according the MainWindow. It will be great if this feature could be implemented for both – Silverlight and WPF