VS 2010 Coded UI Test - Launch Referenced Application

Posted by Cory on Stack Overflow See other posts from Stack Overflow or by Cory
Published on 2010-05-05T21:05:41Z Indexed on 2010/05/05 21:08 UTC
Read the original article Hit count: 736

I'm using Visuial Studio's Coded UI Tests to run Automated UI tests on a WPF Application everytime a build runs on my TFS server. The problem I am running into is dynamically launching the executable based on the path where it was just built to, including the configuration(x86, x64).

Is there any way to get the path to an executable in a referenced project so that I can launch the application dynamically from my test project?

© Stack Overflow or respective owner

Related posts about visual-studio-2010

Related posts about coded-ui-tests