Search found 33 matches

by tgagel
Wed Jun 28, 2017 3:44 pm
Forum: General Questions
Topic: Adding multiple *.rxtst files to Project, improving SVN
Replies: 3
Views: 2520

Re: Adding multiple *.rxtst files to Project, improving SVN

I added a request for multiple test suite per project support: https://uservoice.ranorex.com/forums/150109-ideas-to-improve-ranorex/suggestions/19762435-support-multiple-test-suites-within-one-project Sharing rxtst's is extremely difficult in a team environment so it would be great if something coul...
by tgagel
Mon Dec 19, 2016 9:23 pm
Forum: General Questions
Topic: Report won't open after execution
Replies: 4
Views: 1617

Re: Report won't open after execution

I started having this same issue earlier today, Reports were opening and then the just stopped, and this fixed it on my machine. Thanks.
Support Team wrote:
Please try deleting the following file in order to resolve the issue:

%appdata%/RanorexRecentReports.dat


Hope this information helps.
by tgagel
Fri Aug 12, 2016 8:27 pm
Forum: General Questions
Topic: Check HTTP Status Code on AJAX Site
Replies: 3
Views: 2881

Re: Check HTTP Status Code on AJAX Site

I still couldn't get it to work but we have refocused and are going to check for HTML elements that indicate there was an error of some sort.
by tgagel
Thu Aug 11, 2016 8:40 pm
Forum: General Questions
Topic: Check HTTP Status Code on AJAX Site
Replies: 3
Views: 2881

Check HTTP Status Code on AJAX Site

The web application I am testing checks HTTP Status Codes on AJAX responses to determine if there is an error. Even when I know there should be an error (for example a 401 authorization error when no user is logged in) I am always getting a 200 OK response using the code (and many variations of the ...
by tgagel
Wed Apr 20, 2016 11:58 am
Forum: General Questions
Topic: Existence of an Adapter
Replies: 2
Views: 2343

Re: Existence of an Adapter

I did miss that and that is exactly what I needed. Thanks Pavel!
by tgagel
Tue Apr 19, 2016 8:31 pm
Forum: General Questions
Topic: Existence of an Adapter
Replies: 2
Views: 2343

Existence of an Adapter

In our application we have some versions of the application where an element may not be present in all instances of the application. To speed up our scripts I've created one off user code snippits for these elements where it checks for the existence of the element and then only populates the element...
by tgagel
Thu Jul 16, 2015 2:24 pm
Forum: Automation API
Topic: Returning a value from User Code into a recorder variable
Replies: 4
Views: 8304

Re: Returning a value from User Code into a recorder variable

Thanks. That's exactly what I needed!
by tgagel
Wed Jul 15, 2015 6:11 pm
Forum: Automation API
Topic: Returning a value from User Code into a recorder variable
Replies: 4
Views: 8304

Returning a value from User Code into a recorder variable

A developer has created a small C# user code snippet to allow those building tests to parse some formatted text passed into the user code method and pull out certain pieces for later use. I intended to store the returned data in a recorder variable (similar to using the 'Get Value' action to populat...
by tgagel
Tue Mar 10, 2015 8:50 pm
Forum: General Questions
Topic: Tool for Distributed Execution of Tests?
Replies: 3
Views: 1586

Tool for Distributed Execution of Tests?

Hi. We have a couple of floating runtime licenses and have Ranorex installed on a couple of Remote Desktop Machines to allow our test group to run tests while still using their local machines for other tasks. Currently we have to set up each tester on each remote machine and they have to know how to...
by tgagel
Tue Mar 04, 2014 7:33 pm
Forum: General Questions
Topic: Ranorex shows same element visible in FF & invisible in IE?
Replies: 3
Views: 1740

Re: Ranorex shows same element visible in FF & invisible in IE?

Thanks for the reply. Using your suggestion I am able to get the item selected in IE. Unfortunately the click event isn't fired (selecting an element in the list is supposed to update the values in another list but isn't) using this technique.

Todd
by tgagel
Wed Feb 26, 2014 10:58 pm
Forum: General Questions
Topic: Ranorex shows same element visible in FF & invisible in IE?
Replies: 3
Views: 1740

Ranorex shows same element visible in FF & invisible in IE?

Has anyone ever seen this before or have an idea on what is happening here? I have a test which works in Firefox but fails in Internet Explorer. In IE when the test tries to click some elements the cursor goes to the 0,0 top left of the screen position. When investigating via Ranorex Spy I see that ...
by tgagel
Wed Feb 26, 2014 5:01 pm
Forum: General Questions
Topic: Mouse moving to top left after page load/2nd iteration
Replies: 3
Views: 2169

Re: Mouse moving to top left after page load/2nd iteration

For some reason, even though the rxpath was the same, it could no longer find the element after page load. The answer was that the lists needed to be reloaded after each page load. Code snippit below. Thanks to Robert at Ranorex Support for the assistance with this. Hopefully this can help someone e...
by tgagel
Thu Feb 20, 2014 7:58 pm
Forum: Automation Tools
Topic: Remove Warning for optional Action
Replies: 13
Views: 5214

Re: Remove Warning for optional Action

Hello,

Are there any updates on when this feature will be available?

Thanks.

Todd
by tgagel
Mon Feb 10, 2014 4:26 pm
Forum: General Questions
Topic: Mouse moving to top left after page load/2nd iteration
Replies: 3
Views: 2169

Re: Mouse moving to top left after page load/2nd iteration

Thanks for the reply. We are using Ranorex version 4.1.4 and we are testing (and the test fails in) Firefox 26.0 and IE10. Unfortunately I won't be able to post a snapshot (it's a web app and I'm not comfortable posting its' information to a public forum) but perhaps I can get that info to Ranorex s...
by tgagel
Fri Feb 07, 2014 10:39 pm
Forum: General Questions
Topic: Mouse moving to top left after page load/2nd iteration
Replies: 3
Views: 2169

Mouse moving to top left after page load/2nd iteration

Hello. I am trying to iterate through a web page which has menu bar with options underneath. While initially creating the code I had the mouse pointer move to where I needed it to go (no clicks, just mouse moves) and it worked fine. After changing the code such that the submenu items are clicked, th...