Search found 19 matches

by christof
Wed Jan 04, 2012 4:41 pm
Forum: General Questions
Topic: Ranorex runtime - licence subscription expiration
Replies: 1
Views: 1627

Ranorex runtime - licence subscription expiration

Quick question. Clearly it is obvious how to find the licence subscription expiration date in Ranorex Premium, but how do you go about finding the same information in Ranorex runtime? Given that there is no GUI/application through which to find this information I have become a little stuck. Any help...
by christof
Tue Nov 15, 2011 4:07 pm
Forum: General Questions
Topic: BDD - Gherkin - Specflow
Replies: 5
Views: 6567

Re: BDD - Gherkin - Specflow

Hi. Thanks. I did a look at that post a while ago. I encountered a bit of a problem where there seemed to be a change in the SharpDevelop API (from 4.0 to 4.1) and the then current version of Spec Flow (1.8.0) seemed to be missing the integration for Sharp Develop. However, I have now messed about w...
by christof
Tue Nov 15, 2011 3:39 pm
Forum: General Questions
Topic: BDD - Gherkin - Specflow
Replies: 5
Views: 6567

BDD - Gherkin - Specflow

Hi. I was just wondering whether you (the Ranorex guys) have any future plans to integrate a tool with Ranorex Studio for creating scenarios/features (DSL)? Something similar to the Gherkin language that can be used with Spec Flow for example. Or if anybody else knows anything similar? Apolgies if t...
by christof
Tue Nov 01, 2011 4:52 pm
Forum: General Questions
Topic: Could not find test suite file
Replies: 2
Views: 4325

Re: Could not find test suite file

Ok, I've played around with the code for a bit a think I've figured why. The .exe that constitutes my test references another .exe which has been built in Ranorex Studio to perform general tasks e.g logins, that sort of thing. If I add another line to the post build event to move the .rxtst file acr...
by christof
Tue Nov 01, 2011 4:13 pm
Forum: General Questions
Topic: Could not find test suite file
Replies: 2
Views: 4325

Could not find test suite file

Hi. I currently have a minor problem whereby I am creating some tests in Ranorex Studio on my dev machine and then pushing them to a VM (same setup) using the post-build event command line tool e.g copy "$(TargetDir)$(TargetName)$(TargetExt)" "\\bert\RanorexStudioProjects\ChemLabel\" The VM that I a...
by christof
Mon Oct 31, 2011 1:37 pm
Forum: General Questions
Topic: Object identification on Win 7 (x64) with Ranorex runtime
Replies: 9
Views: 1990

Re: Object identification on Win 7 (x64) with Ranorex runtime

Hi Peter.

The reinstall of the Ranorex runtime seems to have done the trick. I didn't realise the order of installation (runtime, .NET 4.0) was so important, but I guess you learn a new thing every day.

Thanks for the help.

Chris.
by christof
Mon Oct 31, 2011 1:00 pm
Forum: General Questions
Topic: Object identification on Win 7 (x64) with Ranorex runtime
Replies: 9
Views: 1990

Re: Object identification on Win 7 (x64) with Ranorex runtime

Good question. I can't give you a definitive answer on that one, as I cannot remember the order of install. Should I reinstall the Ranorex runtime? Or uninstall both (runtime and .NET 4.0) and if so which order would be best? According to the programs and features part of the control panel, on this ...
by christof
Mon Oct 31, 2011 12:45 pm
Forum: Automation Modules and Examples
Topic: Create Snapshot of Element Module
Replies: 3
Views: 5993

Re: Create Snapshot of Element Module

This is good. Especially if you only have the runtime on the machine you want to grab the snapshot from.

Thanks. Very useful.
by christof
Mon Oct 31, 2011 12:43 pm
Forum: General Questions
Topic: Object identification on Win 7 (x64) with Ranorex runtime
Replies: 9
Views: 1990

Re: Object identification on Win 7 (x64) with Ranorex runtime

Hi. Thanks for the prompt reply. I have posted a snapshot of the 'Logging in' form for the AUT for both the physical machine (which works fine), which I have taken with the Ranorex Spy tool. I have also posted another snapshot which I had to get programatically using the CreateSnapshotOfElement.cs t...
by christof
Mon Oct 31, 2011 11:32 am
Forum: General Questions
Topic: Object identification on Win 7 (x64) with Ranorex runtime
Replies: 9
Views: 1990

Re: Object identification on Win 7 (x64) with Ranorex runtime

Hi. Yes - I have reviews the file that you have posted a link to. I have gone through all the items given as reasons and eliminated them all as far as I can tell. Both the physical host and the VM on which the test is being pushed to, have exactly the same setup in that it's same OS, architecture, A...
by christof
Mon Oct 31, 2011 10:25 am
Forum: General Questions
Topic: Object identification on Win 7 (x64) with Ranorex runtime
Replies: 9
Views: 1990

Object identification on Win 7 (x64) with Ranorex runtime

Hi. I am having the following problem, which is proving a little tricky to solve. I am currently coding and building tests on a Windows 7 (x64) machine with Ranorex Studio installed. I can execute the test(s) fine on this machine - no problems there. However, my plan is to 'push' the built .exe to a...
by christof
Fri Sep 16, 2011 3:01 pm
Forum: Bug Reports
Topic: Error while requesting tooltip for location
Replies: 1
Views: 2041

Error while requesting tooltip for location

Hi. I am having a problem with Ranorex Studio 3.1.0.13946 when in debug mode and having set a breakpoint. During the debugging, if I hover the mouse over any of the lines of code prior to and including the breakpoint, I get the following error: Ranorex has encountered an unexpected error Error while...
by christof
Tue Jul 19, 2011 11:48 am
Forum: General Questions
Topic: Disaster reciovery - Licensing issue
Replies: 2
Views: 1898

Disaster reciovery - Licensing issue

Hi. I have just been asked by one of my colleagues to examine any implications that might occur should we lose access to the company infrastructure. We currently have three VMs, running Ranorex Studio Premium which are used by our testing team. All node locked licenses. So the question that therefor...
by christof
Mon Jun 06, 2011 9:54 am
Forum: General Questions
Topic: Windows controls in .NET 4.0
Replies: 3
Views: 2010

Re: Windows controls in .NET 4.0

Thanks for the info Alex. I understand what you are saying. But, what I was trying to ask was, is this because there is some change in the way .NET 4.0 is implemented? What I mean is, does .NET 4.0 use different automation APIs (UIA/MSAA ?), or express the controls identity differently, than previou...
by christof
Fri Jun 03, 2011 3:47 pm
Forum: General Questions
Topic: Windows controls in .NET 4.0
Replies: 3
Views: 2010

Windows controls in .NET 4.0

Hi. I quick question which I am hoping that there is somebody out there may be able to answer. Is there a fundamental difference in the way that Ranorex v 2.3.8 and v3.0 'sees' the type and attribute(s) of forms and controls when the AUT uses NET 4.0? The reason that I ask this, is that I have both ...