Ranorex + TFS build

Ask general questions here.
KapacRus
Posts: 30
Joined: Wed Apr 04, 2012 8:51 am
Location: Russia, Samara

Ranorex + TFS build

Post by KapacRus » Tue Sep 04, 2012 1:26 pm

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?

User avatar
Support Team
Site Admin
Site Admin
Posts: 12145
Joined: Fri Jul 07, 2006 4:30 pm
Location: Houston, Texas, USA
Contact:

Re: Ranorex + TFS build

Post by Support Team » Tue Sep 04, 2012 1:43 pm

Hello,

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

Regards,
Markus
Ranorex Support Team

KapacRus
Posts: 30
Joined: Wed Apr 04, 2012 8:51 am
Location: Russia, Samara

Re: Ranorex + TFS build

Post by KapacRus » Tue Sep 04, 2012 2:01 pm

We do not use MTM. I solved the problem of translation Build service to interactive process.