Search found 24 matches

by caleb
Wed Sep 03, 2014 12:37 am
Forum: Bug Reports
Topic: Ranorex crash while editing code module
Replies: 9
Views: 2500

Re: Ranorex crash while editing code module

It is a reasonably involved process for our team to upgrade Ranorex versions given that we have to validate that our iPad, Win8 app, windows and web tests all continue to work. And given that paulsfelten and marttix both see the issue on 5.1.2 we don't think it is worth the effort to upgrade at this...
by caleb
Mon Sep 01, 2014 2:35 am
Forum: Bug Reports
Topic: Ranorex crash while editing code module
Replies: 9
Views: 2500

Ranorex crash while editing code module

I am frequently having Ranorex crashes while I am editing code modules in the Ranorex IDE. I will just be typing in a method name and the Ranorex IDE will crash. Ranorex appears from the user experience to be working fine until the point where it decides it has crashed and prompts to submit an error...
by caleb
Wed Jul 30, 2014 9:29 pm
Forum: Automation Discussions
Topic: Best way to support testing of multiple app versions
Replies: 2
Views: 2805

Re: Best way to support testing of multiple app versions

Thanks Finn,

I'm interested to know why you think branching is the best option?

Cheers

Caleb
by caleb
Wed Jul 02, 2014 10:30 pm
Forum: Automation Discussions
Topic: Best way to support testing of multiple app versions
Replies: 2
Views: 2805

Best way to support testing of multiple app versions

Hello Our automation team is currently trying to figure out how best to support multiple versions of the same application we have automated. For example App version 1.1 has been automated and released App version 1.2 is being developed with new features and changes in behaviour to old features, will...
by caleb
Tue Mar 04, 2014 9:26 pm
Forum: General Questions
Topic: ClickOnce - uninstall issue not sure how to deal with
Replies: 4
Views: 2749

Re: ClickOnce - uninstall issue not sure how to deal with

I believe we faced a similar problem. Having tested an application I wanted to uninstall it before the next test run but ranorex had loaded the file into memory and would not release it without being shut down. We did not solve this problem unfortunately. The related forum post is http://www.ranorex...
by caleb
Fri Feb 14, 2014 12:41 am
Forum: Mobile Testing
Topic: IOS - page scrolling
Replies: 4
Views: 2992

Re: IOS - page scrolling

Thanks, have emailed the snapshot through to your team
by caleb
Thu Feb 13, 2014 2:27 am
Forum: Mobile Testing
Topic: IOS7 - cannot enter text into a text field via ranorex
Replies: 5
Views: 3532

Re: IOS7 - cannot enter text into a text field via ranorex

Setting the attribute value of "text" did not work, when I tried it nothing was entered in the text field although ranorex did not throw an error.

I have emailed a snapshot to your support desk.

Thanks

Caleb
by caleb
Wed Feb 12, 2014 8:37 pm
Forum: Mobile Testing
Topic: IOS - page scrolling
Replies: 4
Views: 2992

Re: IOS - page scrolling

I have tried ensure visible, it did not work.
The contents of the app are not within a table so workarounds for the scroll table method are not helpful.
What email address would you like me to send the snapshot file to?
by caleb
Tue Feb 11, 2014 3:53 am
Forum: Mobile Testing
Topic: IOS - page scrolling
Replies: 4
Views: 2992

IOS - page scrolling

I'm trying to scroll down the page on our IOS app that contains an embedded webpage. I have tried recording the action through ranorex but when I scroll the page nothing is recorded. The page does not contain a table so invoking ScrollTable does not work. I have tried creating a code module that use...
by caleb
Mon Feb 10, 2014 12:14 am
Forum: Mobile Testing
Topic: IOS7 - cannot enter text into a text field via ranorex
Replies: 5
Views: 3532

IOS7 - cannot enter text into a text field via ranorex

I'm attempting to automate an IOS application. I have a web view in the application and I can find the correct input field but when I attempt to use the PressKeys method it throws an exception to say this method is not implemented. inputBox.PressKeys("the quick brown fox"); I then attempted to use t...
by caleb
Sun Dec 15, 2013 9:29 pm
Forum: Automation Tools
Topic: How can we save and distribute general ranorex settings
Replies: 2
Views: 2113

Re: How can we save and distribute general ranorex settings

Thanks Marcus, that is really useful
by caleb
Thu Dec 12, 2013 5:01 am
Forum: Automation Tools
Topic: How can we save and distribute general ranorex settings
Replies: 2
Views: 2113

How can we save and distribute general ranorex settings

Hi In our test automation team of 5 each with studio licences and then many other machines with floating runtime and studio licences we are looking for an easy way for us all to keep all of the different instances of ranorex consistent with their general settings ( http://www.ranorex.com/support/use...
by caleb
Thu Nov 07, 2013 10:01 pm
Forum: Mobile Testing
Topic: iProxy process locking folders and failing Jenkins jobs
Replies: 6
Views: 3483

Re: iProxy process locking folders and failing Jenkins jobs

Hi We added the following command at the end of our iPad tests which I believe does the same thing as the one you suggested but it does not fail a jenkins build if the process does not exist. taskkill /f /fi "IMAGENAME eq iproxy.exe" However we are still having jenkins jobs fail because the iProxy p...
by caleb
Wed Nov 06, 2013 2:11 am
Forum: Mobile Testing
Topic: iProxy process locking folders and failing Jenkins jobs
Replies: 6
Views: 3483

Re: iProxy process locking folders and failing Jenkins jobs

You are correct that no Ranorex tests were running at the point the test crashes. Jenkins deletes the folder that the tests were in and downloads the most recently compiled version of the tests to execute them but before it can do this it crashes at the folder deletion step. We close all of our appl...
by caleb
Wed Nov 06, 2013 2:07 am
Forum: General Questions
Topic: Ranorex stops saving changes to recording module
Replies: 2
Views: 1692

Re: Ranorex stops saving changes to recording module

Thank you, we have upgraded our team to 4.1.2 and my impression after one day is that stability seems to have improved. There are still some quirks around saving occasionally but it's happening far less often. If we get reliable steps to reproduce anything I will let you know.