Search found 9 matches

by lstauffer
Fri Mar 06, 2015 2:25 pm
Forum: Mobile Testing
Topic: App launching twice
Replies: 6
Views: 4120

Re: App launching twice

Ahhh . . I wasn't keeping the Ranorex service app visible. Since doing that, the app does start as expected.

Thanks!!
by lstauffer
Fri Mar 06, 2015 2:13 pm
Forum: Mobile Testing
Topic: Obtain mobile device name and os
Replies: 4
Views: 2524

Re: Obtain mobile device name and os

Thank you!! That worked beautifully!
by lstauffer
Thu Mar 05, 2015 5:16 pm
Forum: Mobile Testing
Topic: App launching twice
Replies: 6
Views: 4120

Re: App launching twice

I am also seeing odd behavior with our iOS app. I instrumented the .ipa via Ranorex Instrumentation Wizard, and had success. I am able to manually open the app on the iPhone I'm testing (iPhone 6) with success. But when I try to record a test, the app either doesn't open, or opens twice. I have just...
by lstauffer
Thu Mar 05, 2015 4:29 pm
Forum: Mobile Testing
Topic: Obtain mobile device name and os
Replies: 4
Views: 2524

Obtain mobile device name and os

Is it possible to get the device name and OS from the mobile phone being tested? I've tried to find this information, but was unsuccessful. What I'd like to do is query the phone under test what type of phone it is . . Android or iOS. Depending on what the phone OS is depends on what user code I cal...
by lstauffer
Thu Feb 12, 2015 10:05 pm
Forum: General Questions
Topic: Command Line argument 'tcdr' not working
Replies: 4
Views: 1952

Re: Command Line argument 'tcdr' not working

Thank you, Markus! That worked beautifully!!

The documentation wasn't very clear, and the example that was given didn't include the /tc argument. You may want to pass that on to the documentation team. :)
by lstauffer
Thu Feb 12, 2015 5:41 pm
Forum: General Questions
Topic: Command Line argument 'tcdr' not working
Replies: 4
Views: 1952

Command Line argument 'tcdr' not working

I'm unable to get the command line argument 'tcdr' working, and I'm not sure if I'm calling it correctly. I am currently using Ranorex 5.2.2.21596. What I want to do is run a specific test case on only specific rows from the data spreadsheet. If I call the test case without specifying any specific r...
by lstauffer
Thu Jan 29, 2015 4:59 pm
Forum: Mobile Testing
Topic: How to touch the screen when the mobile app isn't recognized
Replies: 1
Views: 2116

How to touch the screen when the mobile app isn't recognized

I am testing a mobile app, where I fill out a form, and submit the information. Once submitted, a screen shows the results based on the values submitted on the form. In these results, you can select one of the results to get a screen that gives more details of that item selected. Here's the strange ...
by lstauffer
Thu Jan 29, 2015 4:53 pm
Forum: Mobile Testing
Topic: Android - unable to touch/click button off screen
Replies: 5
Views: 3857

Re: Android - unable to touch/click button off screen

Thank you for the reply. I will try to find out if the button exists before clicking it. One thing I have found, is depending on the value selected in a drop down, if the first item is selected from the drop down, the button can be touched. If the other value is selected in the drop down, then the b...
by lstauffer
Fri Jan 23, 2015 2:46 pm
Forum: Mobile Testing
Topic: Android - unable to touch/click button off screen
Replies: 5
Views: 3857

Android - unable to touch/click button off screen

I am working with a native Android mobile app. The app allows you to enter one or two "things". Each "thing" needs multiple information. For example, if I want to enter a car, then I need to enter some information about that car, such as make, model, year (which are all textfields) and other informa...