Exemplo n.º 1
0
 public void VerifyScaningResolutionForm()
 {
     commFunc.StartApplication();
     sacneresolution.Start();
     sacneresolution.CheckResolved();
     sacneresolution.EnterNotes(excelUtil.GetDataFromExcel("Notes"));
     sacneresolution.NotCreateClosure();
     commFunc.SubmitForm();
     VerifyIsContains(excelUtil.GetDataFromExcel("FromSubmissionConfirmationMsg"), commFunc.GetFormSubmissionConfirmationMsg(), "Application Submission confrmation message");
 }
Exemplo n.º 2
0
 public void VerifyScaningExceptionForm()
 {
     commFunc.SearchCaseReferance(excelUtil.GetDataFromExcel("CaseRefeNo"), null, null);
     commFunc.CreateNewFrom(excelUtil.GetDataFromExcel("FormName"));
     sacnexception.SelectExceptionCategory(excelUtil.GetDataFromExcel("Exceptioncategory"));
     sacnexception.SelectSite(excelUtil.GetDataFromExcel("Site"));
     sacnexception.Function(excelUtil.GetDataFromExcel("Function"));
     sacnexception.TestPaper(excelUtil.GetDataFromExcel("Testpaper"));
     sacnexception.BatchId(excelUtil.GetDataFromExcel("BatchId"));
     sacnexception.Description(excelUtil.GetDataFromExcel("Description"));
     commFunc.SubmitForm();
     VerifyIsContains(excelUtil.GetDataFromExcel("FormSubmissionConfMsg"), commFunc.GetFormSubmissionConfirmationMsg(), "Application Submission confrmation message");
     comFunc.NavigateBackToCaseManager();
     comFunc.openedInCompetFormCmFromExpandView(excelUtil.GetDataFromExcel("ShortNmae"));
     sacneresolution.CheckResolved();
     sacneresolution.EnterNotes(excelUtil.GetDataFromExcel("Notes"));
     sacneresolution.NotCreateClosure();
     commFunc.SubmitForm();
     VerifyIsContains(excelUtil.GetDataFromExcel("ResolutionScaningFormConfig"), commFunc.GetFormSubmissionConfirmationMsg(), "Application Submission confrmation message");
 }