Trying to Launch the browser using BrowserWindow browser = BrowserWindow.Launch(); getting exception in Visual Studio 2012 Ultimate
I have included following dll :
TechTalk.SpecFlow, nunit.util , nunit.core , Microsoft.VisualStudio.QualityTools.UnitTestFramework , NUnit.VisualStudio.TestAdapter , nunit.core.interfaces , nunit.framework , Microsoft.VisualStudio.TestTools.UITesting
and Created test method using Spec flow with coded UI getting runtime exception:
Test method specflow_CodedUI.SpecFlowFeature1Feature.AddTwoNumbers threw exception: System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.VisualStudio.TestTools.UITest.Playback, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.WRN: Assembly binding logging is turned OFF. To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.