예제 #1
0
 public void VerifyCategorysCanReListPropertyValue()
 {
     Assert.IsTrue(APIValidator.VerifyAPIResponse(Response, CategoryDetailsAcceptance.CATEGORY_CANRELIST, CategoryDetailsLocators.CATEGOTY_CANRELIST),
                   "Validating CanReList Property is true");
 }
예제 #2
0
 public void VerifyDescriptionForPromotionElementWithNameGallery()
 {
     Assert.IsTrue(APIValidator.VerifyAPIResponse(Response, CategoryDetailsAcceptance.CATEGORY_PROMOTIONS_PARTIALDESC,
                                                  CategoryDetailsLocators.CATEGORY_PROMOTIONS_PARTIALDESC, ValidationType.CONTAINS),
                   "Validating if description associated with Promotion element contains 2x larger image");
 }
예제 #3
0
 public void VerifyCategoryName()
 {
     Assert.IsTrue(APIValidator.VerifyAPIResponse(Response, CategoryDetailsAcceptance.CATEGORY_NAME, CategoryDetailsLocators.CATEGORY_NAME),
                   "Validating categoryName Property having value Carbon credits");
 }