コード例 #1
0
 public static void SearchSubmissionWithAutoClient(string strProvince, string strBaseEntPrName, string[] serviceNames)
 {
     BasePage.validation.StringLogger.LogWrite("************TC_InternalCallTestHarness - Execution Begin**************");
     KYC_Domain.Harness.TestClientPage.LoginPage
     .RadioButtonSelect()
     .SelectDropDown()
     .NavBar.GoToUserAccountSetup()
     .SelectUser()
     .NavBar.GoToSearchSubmit()
     .SubmitSearchDetails(strProvince, strBaseEntPrName)
     .SelectEnterprise()
     .SelectServices(serviceNames)
     .NavBar.SignOut();
     CommonSteps.AdminLoginAndGetPackageId("", serviceNames.Length);
     CommonSteps.AutoClientComplete();
     CommonSteps.ClientLoginAndCheckResults(strProvince, serviceNames);
 }