Search found 28 matches

by sandamal
Tue Feb 21, 2017 1:42 pm
Forum: Mobile Testing
Topic: Verify device connection before continue on testing
Replies: 1
Views: 2105

Verify device connection before continue on testing

below questions are in the context of android device connection (via USB) with Ranorex 1) Is there a method in ranorex to verify a given device is connected with ranorex using device id or name Like Ranorex.checkdevice_connect('mytestdevice') 2) if device is not connected is there a method to retry ...
by sandamal
Fri Feb 17, 2017 7:27 am
Forum: Mobile Testing
Topic: Is it possible to automatically uninstall Android App?
Replies: 6
Views: 4728

Re: Is it possible to automatically uninstall Android App?

Hi Lucian, thank you for your answer. I just tried it but I have an error with method "process()" which is not recognized by Ranorex :-( Error message: The type or namespace name "Process" could not be find (Are you missing a unsing directive or assembly reference?) (CS0246) How I built my user cod...
by sandamal
Fri Jan 13, 2017 10:09 am
Forum: General Questions
Topic: How to ignore Case sensitivity in validations
Replies: 3
Views: 4180

How to ignore Case sensitivity in validations

Hi Im constantly troubled with failings on Case sensitivity validations like below. :x

does not match the specified value (actual='Active', expected='ACTIVE').

is there a setting to Ignore case sensitivity in test suit level . :roll:

Please advice
by sandamal
Wed Jan 11, 2017 11:59 am
Forum: General Questions
Topic: paralle test scenario
Replies: 2
Views: 1227

paralle test scenario

I have a feature to test (in an android app ) which is to trigger an Alarm when user kept device idle for a certain time period (configurable in server). is it possible to test this parallel to other tests ? like I log in to a device and kept it idle and then continue on other tests in another devic...
by sandamal
Thu Jan 05, 2017 10:02 am
Forum: Mobile Testing
Topic: app launch timeout
Replies: 15
Views: 7651

Re: app launch timeout

Sorry for my absence and delayed answer but temporarily I am involved in two project. So I set times as following: Launch App Delay (ms): 100 - it works fine also with value - 0 Close App Callback Delay (ms): 100 - it works fine also with value - 0 Send App Command Timeout (ms): 30000 Message displ...
by sandamal
Tue Jan 03, 2017 1:33 pm
Forum: Mobile Testing
Topic: Access google map view inside a native android application
Replies: 2
Views: 2606

Re: Access google map view inside a native android application

Hi Sandamal, To interact with the Google Maps elements, it is necessary to sign the instrumented application using the same certificate that was used during the build of the APK file. To set these additional parameters, please open the "Settings..." dialog as shown below. Android_settings.png After...
by sandamal
Mon Jan 02, 2017 11:43 am
Forum: Mobile Testing
Topic: Access google map view inside a native android application
Replies: 2
Views: 2606

Access google map view inside a native android application

Hi , this question might have asked before but couldn't find a specific solution yet :( Im automating a Android application (kind of a order management) and when open order details it loads a google map part inside a view which plot the order location, As you may have experienced ranorex is failing ...
by sandamal
Wed Dec 07, 2016 1:27 pm
Forum: Mobile Testing
Topic: Testing with two devices on one user flow
Replies: 4
Views: 1722

Re: Testing with two devices on one user flow

yes , i found it is possible. :lol: :lol:

but pretty messy setting variables , is there an easy solution.
by sandamal
Wed Dec 07, 2016 1:24 pm
Forum: Mobile Testing
Topic: Testing with two devices on one user flow
Replies: 4
Views: 1722

Re: Testing with two devices on one user flow

hi , in further investigation I found that I can include the device name in to repository root,
so I think if I keep 2 duplicated repositories issue might solve.

Is that the best approach ? can I pass the device name in to ranorex path in test case level keeping one repository. ??
by sandamal
Wed Dec 07, 2016 12:20 pm
Forum: Mobile Testing
Topic: Testing with two devices on one user flow
Replies: 4
Views: 1722

Testing with two devices on one user flow

Hi, I tried google and forum search but couldn't find a satisfying answer. :shock: My Scenario as follows. I need to test same application with two different roles (in two devices ) in one user flow. Ex: device A user log as user role device B another user log as Admin Role. (both cases have same UI...
by sandamal
Wed Dec 07, 2016 6:25 am
Forum: General Questions
Topic: Confusing compilation error
Replies: 1
Views: 1124

Confusing compilation error

Hi Guys, I created a record module for get a text from an element. and create a module variable and assign that text. then I convert that to a User code , inside code I almost re-write the code, Did not use that previously created variable. and things ran well as expected. later on since im not usin...
by sandamal
Tue Nov 29, 2016 8:38 am
Forum: General Questions
Topic: Test Performance based on Ranorex path
Replies: 1
Views: 1289

Test Performance based on Ranorex path

Hi below is an example for an automatically recorded path for plus button. this path is breaking most of the times due to other changes /form[@title='AlarmActivity']/androidelement/androidelement/androidelement[2]/container[2]/container[2]/button[@text='+'] As you know Below is an another option I c...
by sandamal
Tue Nov 22, 2016 6:24 am
Forum: Mobile Testing
Topic: Press Back key until something comes - issues
Replies: 1
Views: 2124

Press Back key until something comes - issues

Hi , I created below code to press Android mobile back button until it comes to a particular window with label "Unassigned" and it is working for the purpose. below are the issues i'm facing, 1) Report mark this as a Fail step since in several cases it fails Validate. method. I want to avoid that 2)...
by sandamal
Fri Oct 21, 2016 10:29 am
Forum: General Questions
Topic: Uninstall the App via ranorex
Replies: 1
Views: 1292

Uninstall the App via ranorex

This question might have asked before but I couldn't find in the forum, After run the test suit on android application I need to Uninstall the Instrumented app(Automatically-no manual interaction); in-order to install the new app from tomorrow new build. (device is plugged via usb in to the ranorex ...
by sandamal
Tue Oct 18, 2016 10:43 am
Forum: General Questions
Topic: Mobile record modules vs Record modules
Replies: 2
Views: 1280

Re: Mobile record modules vs Record modules

odklizec wrote:Hi,

You can change the recording icon via recording settings. While in recording, click Settings button, then go to "Current Recording" tab and here select "Mobile" UI mode. Hope this helps? ;)
Mobile_UI.png
Yes, Thanks a lot, Just what I wanted