public void TestInitialize()
        {
            string currentOutputPath = (new System.IO.DirectoryInfo(Assembly.GetExecutingAssembly().Location)).Parent.FullName;

            CommandingPage <WpfAppLauncher> .LaunchApplication(currentOutputPath + GetDesktopApplication(), GetDesktopApplicationTitle());

            Thread.Sleep(15000);
        }
 public void MyTestCleanup()
 {
     CommandingPage <WpfAppLauncher> .DisposeApplication();
 }