Search found 9 matches

by wrodriguez
Mon Jan 18, 2016 5:16 pm
Forum: Bug Reports
Topic: IOS : Application only selecting one item and failing
Replies: 2
Views: 1953

Re: IOS : Application only selecting one item and failing

ok sounds good i sent it in. just making a note though...i didn't include a snapshot because even doing the test manually the app locks up, so that eliminates any Xpath having any issues. thanks though
by wrodriguez
Mon Dec 14, 2015 8:55 pm
Forum: Bug Reports
Topic: IOS : Application only selecting one item and failing
Replies: 2
Views: 1953

IOS : Application only selecting one item and failing

I have a version of the application that is in release version on ios without ranorex library adn it works fine when manually selecting items from a list. when i run the ranorex version it freezes even if not running ranorex against the rx build version. ( as in running the Product with the RX libra...
by wrodriguez
Wed Nov 18, 2015 9:43 pm
Forum: Object Identification and Technologies
Topic: Polymer.js and shadow dom issues
Replies: 5
Views: 3955

Re: Polymer.js and shadow dom issues

following up on polymer we still are looking for a solution, any update?
by wrodriguez
Tue Aug 18, 2015 3:48 pm
Forum: Bug Reports
Topic: IOS : Ranorex Duplicate cells on table and cannot set text
Replies: 1
Views: 1813

IOS : Ranorex Duplicate cells on table and cannot set text

in our app we have a uitableview for questions for user profile, it has cells for the "select a question value" and cells for the answer field, now when i click on select a question it displays another table with list of questions to pick from, once that question is chosen it comes back to uitablevi...
by wrodriguez
Tue Jun 30, 2015 3:42 pm
Forum: Mobile Testing
Topic: Scripts running on wrong iPad if setup on two machines
Replies: 1
Views: 1912

Scripts running on wrong iPad if setup on two machines

1. I have one machine I have iPad 1 and iPad 2 in settings and run locally some of the scripts against to test against versions. 2. I have a CI machine (jenkins node) that has both iPad 1 and iPad 2 saved in settings (devices tab). So Smoke test will run against iPad 1 from jenkins node this works c...
by wrodriguez
Tue Jun 30, 2015 3:36 pm
Forum: Object Identification and Technologies
Topic: Polymer.js and shadow dom issues
Replies: 5
Views: 3955

Re: Polymer.js and shadow dom issues

looks like they released 1.0 for polymer ,

do we think this is something ranorex will be looking at soon to get around shadow dom issues?
by wrodriguez
Mon Jan 05, 2015 2:31 pm
Forum: Mobile Testing
Topic: IOS even Shake
Replies: 2
Views: 2066

Re: IOS even Shake

Hi wrodriguez, Unfortunately it is not possible to simulate the shake event on mobile devices. Regards, Markus (S) thanks for the response, i think we will get around that im looking into doing long touch multiple touches so two finger long touch etc im assuming longtouch() ( havent used this befor...
by wrodriguez
Wed Dec 31, 2014 4:05 pm
Forum: Mobile Testing
Topic: IOS even Shake
Replies: 2
Views: 2066

IOS even Shake

I am automating IPad app for my company and we have a shake event in the app, and i looked at the api documentation and found touch/swipe etc but could not find anything that can simulate the UIeventType.Motion
UIEventSubtype.MotionShake

is there anything we can do to replicate shaking the device?
by wrodriguez
Mon Dec 29, 2014 5:38 pm
Forum: Object Identification and Technologies
Topic: Polymer.js and shadow dom issues
Replies: 5
Views: 3955

Polymer.js and shadow dom issues

has anyone tried to automate UI running polymer.js in chrome it creates a shadow dom and we are unsure on how to dig into the dom with expath, now i heard people using nightwatch.js framework to accomplish this with webdriver specifically, but since we are using ranorex i was wondering if anyone has...