public void Should_Edit_Excel_Doc_KM_WorkSpace() { SeleniumDriver.init(Browser.IENoNativeEvents); AbtPages.KmWorkSpacePage.Go(); AbtPages.SharePointDocumentNavigation.OpenDocument(MS2013documents.ITMetrics); AutoITDriver.init(); Assert.True(AutoITDriver.EditExcel2013File()); //If have problem running AUtoIT remember that you need to register the dll with cmd Assert.True(AutoITDriver.SaveExcel2013File()); Assert.True(AutoITDriver.CloseExcel2013File()); SeleniumDriver.Close(); }