Page 1 of 1

Ranorex + TFS build

Posted: Tue Sep 04, 2012 1:26 pm
by KapacRus
Hello!
I'm trying to establish a running tests on TFS build. In test I start application by Process.Start() and get error:
System.InvalidOperationException: Showing a modal dialog box or form when the application is not running in UserInteractive mode is not a valid operation. Specify the ServiceNotification or DefaultDesktopOnly style to display a notification from a service application.

Is there a tutorial on how to run tests through TFS build?

Re: Ranorex + TFS build

Posted: Tue Sep 04, 2012 1:43 pm
by Support Team
Hello,

Did you already take a look at the following blog: Running Ranorex Automated Tests with Microsoft Test Manager?

Regards,
Markus
Ranorex Support Team

Re: Ranorex + TFS build

Posted: Tue Sep 04, 2012 2:01 pm
by KapacRus
We do not use MTM. I solved the problem of translation Build service to interactive process.