Example #1
0
 public void ClickonCreateDemand()
 {
     AppObject.CreateNewDemand("New");
     AppObject.ValidateSDCR("New");
     AppObject.EnterShortDescription("New", 1, "Test Appointment short Description");
     AppObject.EnterCustomerRequirement("New", 1, "Test Appointment Customer Requirement");
 }