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?
Ranorex to MTM
Ranorex to MTM
Ian Fraser
- Support Team
- Site Admin
- Posts: 12145
- Joined: Fri Jul 07, 2006 4:30 pm
- Location: Houston, Texas, USA
- Contact:
Re: Ranorex to MTM
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
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
-
- Posts: 16
- Joined: Fri Apr 18, 2014 1:06 pm
Re: Ranorex to MTM
I would just run them as a unit test its much easier
no need to buy Ultimate for generic or coded ui tests.
Code: Select all
public void TestMethod1()
{
Process.Start(@"C:Ranorex.exe");
}
}
Regards,
Jared
Jared