Search found 10 matches

by MartinKubal
Fri Nov 24, 2017 2:56 pm
Forum: Automation Tools
Topic: Action Invocation doesn't work in Spy
Replies: 4
Views: 1822

Re: Action Invocation doesn't work in Spy

Well Instant tracking won't help, but Recorder did. I didn't use it for long time so I completely forgot it. It is solved.

Thanks for replies.
by MartinKubal
Fri Nov 24, 2017 12:54 pm
Forum: Automation Tools
Topic: Action Invocation doesn't work in Spy
Replies: 4
Views: 1822

Re: Action Invocation doesn't work in Spy

I underdstand that. There is no need for invoking, I need to map the options into repository. I am not able to see these options in spy so I was only trying to invoke click to make it visible for Spy, but this won't work.
by MartinKubal
Fri Nov 24, 2017 12:02 pm
Forum: Automation Tools
Topic: Action Invocation doesn't work in Spy
Replies: 4
Views: 1822

Action Invocation doesn't work in Spy

Hi, I have application that has some MenuItems which show list of other options, regular Menu bar like in any Windows application (File, View and so on). But Spy won't recognize these lists of options. When I try to invoke select or DoDefaultAction this message will appear: Invoking action 'Select' ...
by MartinKubal
Mon Oct 30, 2017 5:59 pm
Forum: Automation Discussions
Topic: Is possible to automate tests for SmartTV app with Ranorex?
Replies: 1
Views: 2191

Is possible to automate tests for SmartTV app with Ranorex?

I am just wondering, is it possible to automate tests for SmartTV using Ranorex? I mean Ranorex libraries, in Studio is not any option for SmartTV. And I don't mean Android but Tizen, WebOS, FireOS a so on...
by MartinKubal
Mon Oct 09, 2017 11:13 am
Forum: How To …
Topic: How to make Ranorex touch button until another element exist
Replies: 1
Views: 1505

Re: How to make Ranorex touch button until another element exist

And there is working solution.... public void FindController(RepoItemInfo BTN_Controller) { int counter = 0; do { if (BTN_Controller.Exists() == true) repo.WMA_WiserSmartAndroid.Index.InstallerLoginSteps.ChooseController.BTN_Controller.EnsureVisible(); else repo.WMA_WiserSmartAndroid.Index.Installer...
by MartinKubal
Mon Oct 09, 2017 8:49 am
Forum: How To …
Topic: How to make Ranorex touch button until another element exist
Replies: 1
Views: 1505

How to make Ranorex touch button until another element exist

Hi, I need to set if else condition to find BTN_Controller on the screen. If it is not on the screen, user should touch the BTN_SearchNetwork to make another searching and than again check the page if there is our Controller. Maybe you would have to do it few times, until you find the right Controll...
by MartinKubal
Wed Sep 20, 2017 10:39 am
Forum: Mobile Testing
Topic: Error "failed to start app" even though app was started
Replies: 7
Views: 5020

Re: Error "failed to start app" even though app was started

Hi, sometimes helps uninstall all versions of app under test from device and then deploy it again using Instumentation Wizard. I've sen this problem on slow devices with less RAM. I am testing now on Nexus 6P and Xiaomi RedMi2 (among other devices) and this particullar problem was only on Xiaomi. Ap...
by MartinKubal
Wed Sep 20, 2017 8:50 am
Forum: Mobile Testing
Topic: Unable to swipe from left->right on webElement in hybrid app
Replies: 6
Views: 4319

Re: Unable to swipe from left->right on webElement in hybrid app

Hi Matt, Have you been able to solve the issue regarding the multiple elements in a list and different screen sizes? I'm in the same situation and would really not like to go through the trouble of inventing the wheel if you've already done so. Hi, we were solving the same issue. Only chance is to ...
by MartinKubal
Mon Sep 18, 2017 9:02 am
Forum: How To …
Topic: Create if else sceneario to meet the precondiotions of test
Replies: 1
Views: 1888

Re: Create if else sceneario to meet the precondiotions of test

Never mind, I did found solution allready.
by MartinKubal
Fri Sep 08, 2017 9:12 am
Forum: How To …
Topic: Create if else sceneario to meet the precondiotions of test
Replies: 1
Views: 1888

Create if else sceneario to meet the precondiotions of test

Hi, I am really newbie, working with ranorex 1 month. I need to make Setup area for few test cases for our mobile app in order to meet the preconditions. It is quite simple, we have in app checkbox Remember me (for login credentials), but its not a real checkbox, it is image which change, when you t...