Search found 7 matches

by nickdandakis
Thu Sep 05, 2013 10:25 am
Forum: Bug Reports
Topic: Feature Request: Morph items in Object Repositories
Replies: 2
Views: 1901

Feature Request: Morph items in Object Repositories

I sometimes find myself having to convert an item in my repo into a rooted folder, to further expand it's child elements. This means I have to copy the RxPath, delete the item, create the rooted folder (with the same name as the item) and then paste in the RxPath. It would be nice to have a right cl...
by nickdandakis
Wed Sep 04, 2013 3:52 pm
Forum: General Questions
Topic: re-use module in other test-suite/solution
Replies: 6
Views: 2644

Re: re-use module in other test-suite/solution

Extra question about maintainability: Is it propably better to move all 'shared' modules to another solution (e.g called "framework") and only include this solution in all other solutions, or could this lead to other issues? I'm fairly sure that's the right way of doing it. That's how we do it, at ...
by nickdandakis
Wed Sep 04, 2013 3:19 pm
Forum: General Questions
Topic: re-use module in other test-suite/solution
Replies: 6
Views: 2644

Re: re-use module in other test-suite/solution

You can set a reference in your new solution to the executable generated from the first solution. Expand the project, right click on "References" and add a new reference.
by nickdandakis
Fri Aug 16, 2013 11:58 am
Forum: General Questions
Topic: Repository not recognized in code completion menu
Replies: 1
Views: 1434

Repository not recognized in code completion menu

I’ve somehow managed to not get my repository to be recognized while writing code. Neither in a user code module, or in the user code of a recording module. My repository is definitely in the project, and my test suite runs fine on the items already in the repository. It just doesn’t show up when I ...
by nickdandakis
Mon Aug 12, 2013 4:30 pm
Forum: General Questions
Topic: Keep only the latest Ranorex report
Replies: 3
Views: 1971

Re: Keep only the latest Ranorex report

Thanks krstcs for that workaround, but I'd still like to find out if what I said above is possible.
by nickdandakis
Mon Aug 12, 2013 3:34 pm
Forum: General Questions
Topic: Keep only the latest Ranorex report
Replies: 3
Views: 1971

Keep only the latest Ranorex report

Hello everybody, I've noticed (after checking my project in to SVN), that all Ranorex reports are saved in <TEST_SUITE>/bin/Debug/ as well as <TEST_SUITE>/Reports/. Now, I know there's an option to disable copying the reports over to the Reports directory, but is there any way to keep only the lates...
by nickdandakis
Fri Aug 09, 2013 9:26 am
Forum: General Questions
Topic: Keyboard shortcuts when building object repo
Replies: 7
Views: 3743

Keyboard shortcuts when building object repo

Hello everyone,

I am just wondering if there exists a keyboard shortcut for adding a new item in the folder you are currently in. I find myself using the mouse too much (right-click folder above -> Add New Item -> Item) and it's ruining my flow.