Exemplo n.º 1
0
 public void Should_Edit_Word_Doc_KM_WorkSpace()
 {
     SeleniumDriver.init(Browser.IENoNativeEvents);
     AbtPages.KmWorkSpacePage.Go();
     AbtPages.SharePointDocumentNavigation.OpenDocument(MS2013documents.QA_ReadinessChecklist_v4);
     AutoITDriver.init();
     Assert.True(AutoITDriver.EditWord2013File()); //If have problem running AUtoIT remember that you need to register the dll with cmd
     Assert.True(AutoITDriver.SaveWord2013File());
     Assert.True(AutoITDriver.CloseWord2013File());
     SeleniumDriver.Close();
 }