Search found 5 matches

by rneuber1
Thu Sep 05, 2013 1:58 pm
Forum: Bug Reports
Topic: FEATURE REQUEST: GIT integration
Replies: 12
Views: 3383

Re: FEATURE REQUEST: GIT integration

The same applies here. We are currently setting up a new development environment in which git plays a major role, so git integration into Ranorex would be great.

\Ralf
by rneuber1
Wed Sep 12, 2012 9:24 am
Forum: Object Identification and Technologies
Topic: GDI Tracking unreliable
Replies: 1
Views: 2459

GDI Tracking unreliable

Since I installed Ranorex on my new Windows 7 machine, GDI tracking within our application stopped working. It works on my development machine which is also Win7, but with various other software installed (Visual Studio, Win SDK, different .NET frameworks and -Addons, .. you name it). On my newly se...
by rneuber1
Thu Jul 05, 2012 2:55 pm
Forum: Automation Tools
Topic: Writing own Code Module Templates
Replies: 3
Views: 2999

Re: Writing own Code Module Templates

So there is no way of having multiple templates?
What is the dialog showing "Categories" and "Templates" good for?
by rneuber1
Wed Jul 04, 2012 4:37 pm
Forum: Automation API
Topic: Check the presence of a website
Replies: 2
Views: 3387

Check the presence of a website

Hi all, I would simply like to check the presence of a given website (or more precisely, the presence of a file on the website) from within a UserCodeModule written in C#. So my SUT is the remote Webserver, all I want to do is (pseudo code). string URL="http://myserver.com/jquery.js"; WebPage.Naviga...
by rneuber1
Wed Jul 04, 2012 2:21 pm
Forum: Automation Tools
Topic: Writing own Code Module Templates
Replies: 3
Views: 2999

Writing own Code Module Templates

When adding a new code module, the template from C:\Program Files (x86)\Ranorex 3.3\RanorexStudio\AddIns\AddIns\Misc\RxSharpdevelop\Templates\Files\CSharp\UserCodeModule.xft is used. I tried to clone this file and create my own template but it does not appear in the Ranorex Studio IDE. Is there a wa...