Coded UI Test - How to change the exe it runs
        Posted  
        
            by Vaccano
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Vaccano
        
        
        
        Published on 2010-04-30T14:16:43Z
        Indexed on 
            2010/04/30
            18:37 UTC
        
        
        Read the original article
        Hit count: 700
        
I created a Coded UI Test from a Microsoft Test Manager recording. The exe it runs is the one the tester recorded against.
I want this to be a test I run with my build. How do I change the exe that the coded UI test uses to be the output of:
- The TFS Build when a TFS Build is being run
 - The local build when the test is being run on my machine.
 
© Stack Overflow or respective owner