コード例 #1
0
 public void TC01_04_CreateNewEditBillingContact()
 {
     BrowserManagement.test = BrowserManagement.report.StartTest("Edit Billing Contact button Test");
     customersPage.clickOnCreateNewBtn();
     customersPage.inputBillingContactDetails();
     //need to add assertion
     BrowserManagement.test.Log(RelevantCodes.ExtentReports.LogStatus.Pass, "Able to input and save the Billing contact details");
 }