Page 1 of 1

Test script works in console application, but not in a MSTest project

Posted: Fri Jun 21, 2019 10:35 am
by Lorenz
Currently I'm investigating how we can use Ranorex for our project.
I'm working out the visual studio integration example as documented in: https://www.ranorex.com/help/latest/int ... tegration/
This works fine for a console application, but this doesn't seem to work when I implement this in an MSTest project.

Is this not supported for MSTest (or Nunit)?
I'm still using the 30day-trial version, could this be the reason why it doesn't work?

additional info:
in the console application, as soon as I step into the first Ranorex function (Host.Local.FindSingle<windowsapp>("winapp[@processname='someApplication.exe']")), I get prompted for the 30d-trial screen. In MSTest, I don't get this screen and it doesn't continue.