Hello! At this moment i need to automate some tests cases to my company, and i have the Ranorex 2.1.1.6334 version.
I need to compare 2 images of a graphic but that version don't have the hotkeys or the Image Based Validation. So i need some help. I tried the latest version 2.2 demo which features were available.Unfortunatlly i have to work on Ranorex version 2.1.1.6334. Can somebody help me?
How can i validate a image to compare with other one?Only by using code?How?
Ranorex didn't known the form like a .bmp?
When I record and try to validate the image Ranorex doesn't provide me the image validation and only validate the element with this path: /form[@controlname='TactChart']/container/container[@controlname='_togglePanel']/tabpagelist/tabpage[@controlname='_tabPageGraph']/container[@controlname='_zedGraphControl']
How can i do the code to compare with another image?if it´s possible
I tried this snipets:
Bitmap bmp = Ranorex.Imaging.Load(@"/form[@controlname='TactChart']/container/container[@controlname='_togglePanel']/tabpagelist/tabpage[@controlname='_tabPageGraph']/container[@controlname='_zedGraphControl']");
myRepo.WinFormsApp.Self.Click(MouseButtons.Right,bmp);
and i have 3 erros on the second line: CS1519