Search found 8 matches

by gvrachliotis
Fri Sep 08, 2017 12:26 pm
Forum: Automation Tools
Topic: Using WebDriver
Replies: 2
Views: 2039

Re: Using WebDriver

We also noticed that a localhost WebDriver endpoint works fine with our recording. On remote WebDriver endpoint, only browser is launched, mouse click and key sequence fails because of repository UI element (username input tag) not found
by gvrachliotis
Fri Sep 08, 2017 9:40 am
Forum: Automation Tools
Topic: Using WebDriver
Replies: 2
Views: 2039

Using WebDriver

Hi all, we are developing some sample tests with Ranorex/Webdriver. We have successfully setup our Selenium grid (1 hub and 1 node in remote pc) and endpoint in Ranorex Studio. We have a very basic script with 3 actions: Open Browser in login page, click username input tag, type username key sequenc...
by gvrachliotis
Thu Jul 27, 2017 9:31 am
Forum: Bug Reports
Topic: Elements in Chrome not recognised - restart required
Replies: 1
Views: 1728

Elements in Chrome not recognised - restart required

We experience the following after upgrading to 7.0.1. When we open Ranorex and Chrome, everything works ok. Then, after we have a first run of any ranorex script in our project with chrome and return to development, elements are no longer recognized neither using Spy nor running any other script. We...
by gvrachliotis
Mon Apr 24, 2017 11:39 am
Forum: Automation Tools
Topic: Qt Embedded & Desktop
Replies: 3
Views: 2132

Re: Qt Embedded & Desktop

Hello gvrachliotis, EGLFS and X11 were actually made for Linux systems. Ranorex actually doesn't support Linux platforms, but I'm not exactly sure if Ranorex is able to recognize apps developed with EGLFS and X11 using another plug-in of Ranorex (e.g. Win32). I'd recommend downloading the free tria...
by gvrachliotis
Fri Mar 24, 2017 12:25 pm
Forum: Automation Tools
Topic: Qt Embedded & Desktop
Replies: 3
Views: 2132

Qt Embedded & Desktop

Hi there,

I would like to ask if it is possible to create automated tests with Ranorex for apps developed with Qt Embedded (EGLFS) and Qt Desktop (X11). Thanks!
by gvrachliotis
Tue Mar 07, 2017 3:45 pm
Forum: How To …
Topic: Increase level of abstraction from UI Elements
Replies: 4
Views: 2009

Re: Increase level of abstraction from UI Elements

Thanks for your replies! Typically, my workflow is record a test script and then try to edit/clear xpaths in repository elements, by tracking elements using a unique or a combination of unique attributes or by parents or siblings. But as long as I have experienced only unique attributes that do not ...
by gvrachliotis
Tue Mar 07, 2017 9:32 am
Forum: How To …
Topic: Increase level of abstraction from UI Elements
Replies: 4
Views: 2009

Increase level of abstraction from UI Elements

Hi all, one of the most common issues I have in ranorex projects is projects not working after a few new software releases, due to changes in UI elemets, e.g. changes in html attributes used to track elements etc. What would be the best practices for developing ranorex projects in order to increase ...
by gvrachliotis
Mon Mar 06, 2017 3:42 pm
Forum: How To …
Topic: Simple rules for enabling au
Replies: 1
Views: 1769

Simple rules for enabling au

One common situation in almost every ranorex project I have worked with is automation not working after a few new software releases, because e.g. a menu button changed position or order etc. I mainly write automated test cases for Web UIs and web apps. When creating my repository I always try to tra...