ContributionsMost RecentMost LikesSolutionsRe: Please Take Our Customer Survey! * This 'brief survey' is closed. * For testLeft you have only one Video. * And when I look in the questions for testLeft. I see 90% of the questions in this forum are not responded. There are more videos needed. More short videos for only one specific topic. How to compare images? with the TestLeft-syp I got the object: IDriver driver = new LocalDriver(); IControl image = driver.Find<IProcess>(new ProcessPattern() { ... }, 5).Find<IControl>(new WPFPattern() { ClrFullClassName = "System.Windows.Controls.ItemsControl" }, 3).Find<IControl>(new WPFPattern() { ClrFullClassName = "System.Windows.Controls.ContentPresenter", WPFControlOrdinalNo = 1 }).Find<IControl>(new WPFPattern() { WPFControlName = "Image" }, 4); // Image from TestLeft Image actuell_Picture = image.Picture(); // picture to compare with actuell_Picture BitmapImage expe33 = new BitmapImage(new Uri(@"C:\\expectedPicture.bmp")); Bitmap exp44 = new Bitmap(@"C:\\expectedPicture.bmp"); How to compare this actuell_Picture with a stored picture? I search in stackoverflow for comparing with BitmapImage, Bitmap,... No one works for me SolvedRe: Testcomplete Vs testleft testLeft is only a spy. When you have the element. With right-mouse highlight or copy code for java or c#