Search found 8 matches

by jhorton
Thu Sep 19, 2013 6:53 pm
Forum: Mobile Testing
Topic: Can't automate testing on devices using iOS 7
Replies: 1
Views: 2985

Can't automate testing on devices using iOS 7

We have a our app instrumented with the latest ranorex library(version libRxAutomationUni_410.a) It works great on iOS 6 and we are able to do automation testing with it. However when the same app is deployed onto a device running apples new iOS 7 OS, the app crashes instantly on launch. Looking int...
by jhorton
Wed Apr 17, 2013 8:08 pm
Forum: Automation Tools
Topic: Where are the Instrumentation Wizard logs stored?
Replies: 5
Views: 2113

Where are the Instrumentation Wizard logs stored?

Where are the Instrumentation Wizard logs stored? I'm trying to instrument an android apk and I'm getting the error at the end of the process that says that either my app is obfuscated or that I'm not using api level 8 or above. My app was compiled using debug and i'm using api level 15. I would lik...
by jhorton
Tue Aug 31, 2010 9:44 pm
Forum: Object Identification and Technologies
Topic: Flex 4 spark ComboBox getting classified as an element
Replies: 5
Views: 3634

Re: Flex 4 spark ComboBox getting classified as an element

It seems like the spark family in general doesn’t get identified very well. The spark TabBar object isn’t getting recognized as a TabBar/TabPage either. Do you happen to know if that is something that might be fixed in 3.0 timeframe?
by jhorton
Thu Aug 26, 2010 3:24 pm
Forum: Object Identification and Technologies
Topic: Flex 4 spark ComboBox getting classified as an element
Replies: 5
Views: 3634

Re: Flex 4 spark ComboBox getting classified as an element

Thanks for the help. If I open the drop down first I can then click on one of the objects inside as you described. Hopefully this will be something that we can get fixed in the next release(3.0) ;)
by jhorton
Wed Aug 25, 2010 8:36 pm
Forum: Object Identification and Technologies
Topic: Flex 4 spark ComboBox getting classified as an element
Replies: 5
Views: 3634

Flex 4 spark ComboBox getting classified as an element

I'm trying to write some code to be able to select one of the index's from a spark.componets::ComboBox componet in a flex 4 application. I have the automation libraries compiled into the flex 4 app. When I use Element Browser to spy the object it gets identified as Element which I assume means it do...
by jhorton
Wed Aug 18, 2010 5:40 pm
Forum: Object Identification and Technologies
Topic: Custom class properties not availble
Replies: 4
Views: 2690

Re: Custom class properties not availble

Here is the custom object
by jhorton
Wed Aug 18, 2010 5:39 pm
Forum: Object Identification and Technologies
Topic: Custom class properties not availble
Replies: 4
Views: 2690

Re: Custom class properties not availble

I am using Ranorex Studio version 2.3.3.8879
by jhorton
Tue Aug 17, 2010 10:27 pm
Forum: Object Identification and Technologies
Topic: Custom class properties not availble
Replies: 4
Views: 2690

Custom class properties not availble

I'm very new to Ranorex so I'm hoping that this is a simple question that I'm just missing a crucial piece of info about. I have a custom flex 4 class that extends the flex object type Panel. It has an additional property called collapsible. When I track the object in Ranorex Studio and then look at...