Search found 16 matches

by mrusso
Tue Aug 23, 2011 11:51 pm
Forum: Automation API
Topic: TestCase Class API Documentation?
Replies: 1
Views: 2099

TestCase Class API Documentation?

Is there any API documentation for the TestCase class?

I'd figure it would be in the web API Documentation, but I don't see it anywhere.
by mrusso
Mon Aug 22, 2011 7:14 pm
Forum: Bug Reports
Topic: RXPath grouping operators filtered out in Ranorex Repository
Replies: 1
Views: 2622

RXPath grouping operators filtered out in Ranorex Repository

When using the Ranorex Spy, I can put parentheses inside an RXPath expression to adjust the order of operations for an evaluation. For example, this would select a TdTag element with innertext "Name" and with a class of either "c1" or "c2": //td[@innertext='Name' and (@class='c1' or @class='c2')] Wi...
by mrusso
Mon Aug 22, 2011 6:58 pm
Forum: Bug Reports
Topic: Ranorex Studio needlessly modifies XML files (UTF-8 BOM)
Replies: 9
Views: 3183

Re: Ranorex Studio needlessly modifies XML files (UTF-8 BOM)

Sorry, I know it's a tricky thing to consistently reproduce. I'll try to continue looking into what patterns I use to consistently create the error. The other members of my team use the same Ranorex Studio version (v3.0.5), and I'd be able to notice if they were using a different version when commit...
by mrusso
Tue Aug 16, 2011 9:18 pm
Forum: Bug Reports
Topic: Ranorex Studio needlessly modifies XML files (UTF-8 BOM)
Replies: 9
Views: 3183

Re: Ranorex Studio needlessly modifies XML files (UTF-8 BOM)

I saw that there was a mention of a fix for this in v3.0.5, so first off, thanks. I do still encounter this problem with .rxrep files on occasion. Here's my version control setup: Using TortoiseSVN, whenever I add new .rx* files to the SVN repo, I only add the xml file itself and not the auto-genera...
by mrusso
Tue Aug 02, 2011 5:04 pm
Forum: How To …
Topic: How to select a Option in a Select tag element (Dropdown)
Replies: 15
Views: 21035

Re: How to select a Option in a Select tag element (Dropdown)

I recently asked about a similar problem and have a suggestion based on code that worked for me. simple example: OptionTag option = "//rxpath/to/option"; option.Selected = true; example of an extension method adding this capability to all SelectTag elements: using System.Text.RegularExpressions; pub...
by mrusso
Tue Aug 02, 2011 4:43 pm
Forum: Object Identification and Technologies
Topic: Selecting Option element within a SelectTag ListBox (size>1)
Replies: 2
Views: 3524

Re: Selecting Option element within a SelectTag ListBox (size>1)

Thanks for the info, that method works great!

It seems to work for the traditional size=1 SelectTag (dropdown) and size > 1 (listbox) elements.
by mrusso
Tue Aug 02, 2011 12:38 am
Forum: Object Identification and Technologies
Topic: Selecting Option element within a SelectTag ListBox (size>1)
Replies: 2
Views: 3524

Selecting Option element within a SelectTag ListBox (size>1)

I've seen the forum post for dropdown boxes How to select a Option in a Select tag element (Dropdown) , but that method isn't working for a standard SelectTag with size > 1 (a listbox as opposed to a dropdown). Namely, I can click on options within this SelectTag, but only if they are displayed on s...
by mrusso
Thu Jul 28, 2011 7:07 pm
Forum: Bug Reports
Topic: Ranorex Studio needlessly modifies XML files (UTF-8 BOM)
Replies: 9
Views: 3183

Ranorex Studio needlessly modifies XML files (UTF-8 BOM)

I use TortoiseSVN integration with Ranorex Studio, and while most aspects work perfectly well, I've often noticed that certain files are marked as modified (the ranorex xml test files, like .rxrep and .rxrec) with the only change being the addition / subtraction of the UTF-8 BOM to the beginning of ...
by mrusso
Mon Jun 27, 2011 6:42 pm
Forum: Automation API
Topic: How to overwrite text in a text input field?
Replies: 5
Views: 12927

Re: How to overwrite text in a text input field?

That's a great example of Extension Methods for this particular example. I like how it integrates with code completion, acting like the method is simply another one of the (extended) object's public methods. The only other part to worry about was, like you mentioned, that I had to set the project's ...
by mrusso
Fri Jun 24, 2011 7:51 pm
Forum: Automation API
Topic: How to overwrite text in a text input field?
Replies: 5
Views: 12927

Re: How to overwrite text in a text input field?

This seems like a common enough usage that there should be a method within Ranorex.InputTag, or any type of adapter that deals with textboxes, to do this very thing. In my case, I find that I'll more often want to overwrite an input box than add characters to the string that's already present. I won...
by mrusso
Fri Apr 29, 2011 9:34 pm
Forum: Bug Reports
Topic: Moving Elements Within Repository
Replies: 1
Views: 1856

Moving Elements Within Repository

When renaming elements within a repository, both the Recording (.rxrep, .cs) files and standalone C# files (.cs) referencing this element are automatically changed to reflect the new name. From the looks of things, all files across the whole Solution are changed. This is great! However, this same be...
by mrusso
Fri Apr 29, 2011 7:51 pm
Forum: Bug Reports
Topic: Feature Request: Repository Comments / Screenshots
Replies: 1
Views: 1908

Feature Request: Repository Comments / Screenshots

I really like the idea of having shared repositories that are used to reference an AUT's common elements in one place, but the repository itself seems to lack some features that would benefit this type of design. I would like to suggest improvements such as an editable comment field for each reposit...
by mrusso
Mon Mar 21, 2011 10:28 pm
Forum: How To …
Topic: Running automation via Remote Desktop
Replies: 8
Views: 28864

Re: Running automation via Remote Desktop

I remembered that I read about a possible solution to this issue here: http://blog.smartbear.com/post/10-10-11/testcomplete-tip-running-tests-in-minimized-remote-desktop-windows/ The general steps are to modify the registry by doing the following: locate the key: HKLM\Software\Microsoft\Terminal Ser...
by mrusso
Mon Mar 21, 2011 7:27 pm
Forum: Automation Tools
Topic: Mouse wobbling while using ranorex on RDP
Replies: 13
Views: 3901

Re: Mouse wobbling while using ranorex on RDP

Sorry, I forgot that I posted here and never checked for a response.

I simply meant that I couldn't verify the fix of unchecking asynchronous dispatching at the time.

I later tried that fix and it worked successfully.
by mrusso
Fri Feb 18, 2011 7:36 pm
Forum: Automation Tools
Topic: Mouse wobbling while using ranorex on RDP
Replies: 13
Views: 3901

Re: Mouse wobbling while using ranorex on RDP

Thanks for this question. I ran into this problem as well and was wondering how to fix it. This happened to me when trying to use Remote Desktop to remote into a machine that is running Win 7 with Ranorex installed. The problem occurs with both Ranorex Studio and Ranorex Spy. When I try remoting int...