Page 1 of 1

Ranorex to MTM

Posted: Fri May 31, 2013 12:45 am
by IanF
Ranorex to MTM

http://www.ranorex.com/blog/running-ran ... st-manager

There has to be a better way than this? This process is a serious pain in the Butt!

Has anyone figured out how to do a direct association between Ranorex and MTM leaving the dreaded CodedUI out of the loop?

Re: Ranorex to MTM

Posted: Thu Jun 06, 2013 12:35 pm
by Support Team
Hi,

As Alex already wrote in another thread this is for us a quite good way how to use it.

In the blog we just wanted to show a way how you could work with MTM and Ranorex.
If you think this is a bad option you can of course use another way.
A possible alternative would be using Generic Tests.
Here is a link where you can see how this could work: Generic Tests, but please consider that we cannot provide support on this topic.

Regards,
Markus

Re: Ranorex to MTM

Posted: Mon May 19, 2014 7:46 pm
by jaredmatthews
I would just run them as a unit test its much easier

Code: Select all

 public void TestMethod1()
        {
            Process.Start(@"C:Ranorex.exe");
        }
    }
no need to buy Ultimate for generic or coded ui tests.