Search found 3 matches

by Finn
Wed Jul 30, 2014 3:03 pm
Forum: Automation Discussions
Topic: Best way to support testing of multiple app versions
Replies: 2
Views: 2814

Re: Best way to support testing of multiple app versions

Hey Caleb, I guess branching is the best way to deal with your situation. We have the same Problem, because we have a lot(seriously a lot!) of different Versions of our AUT. I have to confess it's kind of tricky to merge new tests into all branches, without overwriting branched features... Best rega...
by Finn
Wed Jul 30, 2014 2:45 pm
Forum: General Questions
Topic: Source Control: Multiple Users in Ranorex
Replies: 1
Views: 1682

Source Control: Multiple Users in Ranorex

Hey, What is, in our case, the best way to work with multiple Users on one Test Suite? We want one exe-File for the whole test. Our problem is that every single change from each user is stored into the rxtst-file. This makes parallel Development hard, because of the large rxtst file and all the merg...
by Finn
Tue Jul 29, 2014 4:42 pm
Forum: General Questions
Topic: Using Project or DLL from AUT
Replies: 1
Views: 1381

Using Project or DLL from AUT

Hey, I want to use/refer ( C# using) a Project from my AUT in the Ranorexsolution to call some methods of the Project from the Ranorex-Codemodules. The Ranorex-sources are inside the AUT-source-directory. I guess i could refer the DLL, but i want to stay "up-to-date". Is there any chance to deal wit...