Search found 78 matches

by AccidentReport
Thu Nov 19, 2020 3:03 pm
Forum: General Questions
Topic: Moving Licenses to a new License Server
Replies: 2
Views: 1024

Re: Moving Licenses to a new License Server

I'll give it a shot. Thanks for the suggestion.
by AccidentReport
Thu Nov 19, 2020 2:50 pm
Forum: General Questions
Topic: Moving Licenses to a new License Server
Replies: 2
Views: 1024

Moving Licenses to a new License Server

I am currently in the process of migrating the Ranorex License Server from old hardware to a new server in my organisation and need to move the licenses across. Unfortunately the firewalls prevent these servers from seeing out to the internet and accessing the Ranorex License Authentication Server i...
by AccidentReport
Tue Jan 13, 2015 4:28 pm
Forum: Automation Tools
Topic: Post-Build Comands
Replies: 6
Views: 2712

Re: Post-Build Comands

Yes that helps. Thanks.

I think we'll use the debug/release config as suggested for now. At least until something better gets setup!
by AccidentReport
Tue Jan 13, 2015 9:43 am
Forum: Automation Tools
Topic: Post-Build Comands
Replies: 6
Views: 2712

Re: Post-Build Comands

You could put the copy instruction in the Release build configuration instead of in Debug. Then when you want to actually copy the files, you would switch to the Release configuration. So if I did this I would need to change the Configuration under the build menu to Release, build it and then switc...
by AccidentReport
Mon Jan 12, 2015 11:45 am
Forum: Automation Tools
Topic: Post-Build Comands
Replies: 6
Views: 2712

Post-Build Comands

I have a piece of code in my post-build to copy the built test files from the PC I'm on to the PC used to run the tests. This works brilliantly. My issue is that when I am building my tests I often run them to test them locally. Of course this triggers a build and then copies my tests to the other P...
by AccidentReport
Wed Nov 26, 2014 3:10 pm
Forum: Automation Tools
Topic: Ranorex/SVN - Test Suite Merging
Replies: 3
Views: 2617

Re: Ranorex/SVN - Test Suite Merging

YesI was already thinking down that line. Thanks for confirming my thoughts. I think we'll create seperate project and break the work up a bit.
by AccidentReport
Wed Nov 26, 2014 2:00 pm
Forum: Automation Tools
Topic: Ranorex/SVN - Test Suite Merging
Replies: 3
Views: 2617

Ranorex/SVN - Test Suite Merging

Is there an easy way to resolve conflicts with the test suite file when performing updates via SVN? There are currently two users working on a single Ranorex project and we are finding it difficult to get the test suite files to merge correctly. The issue seems to be that we have a number of folders...
by AccidentReport
Wed Jul 16, 2014 2:05 pm
Forum: Automation Tools
Topic: How to get ToolTip Style Object
Replies: 7
Views: 2957

Re: How to get ToolTip Style Object

mzperix and Tnimni ... Thanks for the suggestions. Been focused on something else but will give these a try when I get back on it.
by AccidentReport
Thu Jul 03, 2014 3:34 pm
Forum: Automation Tools
Topic: How to get ToolTip Style Object
Replies: 7
Views: 2957

Re: How to get ToolTip Style Object

The problem is that the bubble doesn't appear as an object in ranorex. It's just an attribute of another object. In my spy window in my last post you can see that the object I'm on is a list item and the popover is an attribute of that. I can't see a way to examoine the popover itself. If I do a val...
by AccidentReport
Thu Jul 03, 2014 11:13 am
Forum: Automation Tools
Topic: How to get ToolTip Style Object
Replies: 7
Views: 2957

Re: How to get ToolTip Style Object

A bit more information. I have finally managed to dig through the spy and can see that the tooltip is actually a "popover". Using this I can at least now validate the coded text and action of the tooltip however I'm still not sure how to actually check that the tooltip is being displayed when you ha...
by AccidentReport
Thu Jul 03, 2014 10:04 am
Forum: Automation Tools
Topic: How to get ToolTip Style Object
Replies: 7
Views: 2957

Re: How to get ToolTip Style Object

Just to further clarify, this is not a tooltip. Or at least not a tooltip in the way that Ranorex defines them as the ToolTip hotkey does nothing. Hence the issue!
by AccidentReport
Thu Jul 03, 2014 8:36 am
Forum: Automation Tools
Topic: How to get ToolTip Style Object
Replies: 7
Views: 2957

How to get ToolTip Style Object

In my web aplication we have a toolbar with a anumber of buttons. Each button has a tooltip style bubble as you can see in the attached image. How can I gte Ranorex to validate that it shows correctly as when I move off the button with the mouse the tooltip closes so i can't click on it to validate.
by AccidentReport
Wed May 14, 2014 10:59 am
Forum: General Questions
Topic: Copying Tests and Modules to new Projects
Replies: 5
Views: 4766

Re: Copying Tests and Modules to new Projects

The one subset of tests is separate for a reason. They won't really be using the same modules. All other tests are within the main project.
by AccidentReport
Tue May 13, 2014 10:40 am
Forum: General Questions
Topic: Copying Tests and Modules to new Projects
Replies: 5
Views: 4766

Re: Copying Tests and Modules to new Projects

OK. Not the easy solution I hoped for and it took me a couple of hours to rejig it all but it's not seperated. At least I won't be messing up their tests! Thanks
by AccidentReport
Tue May 13, 2014 8:22 am
Forum: General Questions
Topic: Copying Tests and Modules to new Projects
Replies: 5
Views: 4766

Copying Tests and Modules to new Projects

I have been building tests for my project in one project but since my project overlaps with another they needed some tests for specific tasks that were seperate from my own. I therefore added a new project into my solution and copied the required tests. This resulted in a test suite for the new proj...