MFTF functional test reference
The Magento Functional Testing Framework runs tests on every Module within Magento. These files are stored within each Module folder in the Magento repo. This page lists all those tests so that developers can have a good sense of what is covered.
Functional test list
AdminAnalytics
TrackingScriptTest.xml
- TrackingScriptTest
- Checks to see if the tracking script is in the dom of admin and if setting is turned to no it checks if the tracking script in the dom was removed
AdminNotification
AdminSystemNotificationNavigateMenuTest.xml
- AdminSystemNotificationNavigateMenuTest
- Admin should be able to navigate to System > Notifications
Analytics
AdminAdvancedReportingButtonTest.xml
- AdminAdvancedReportingButtonTest
- Test log in to AdvancedReporting and tests AdvancedReportingButtonTest
AdminConfigurationTimeToSendDataTest.xml
- AdminConfigurationTimeToSendDataTest
- An admin user can change the time of the day to collect data setting on the Advanced Reporting configuration page.
AdminAdvancedReportingNavigateMenuTest.xml
- AdminAdvancedReportingNavigateMenuTest
- Admin should be able to navigate through advanced reporting admin menu to BI reports page
AdminConfigurationEnableDisableAnalyticsTest.xml
- AdminConfigurationEnableDisableAnalyticsTest
- An admin user can enable/disable Advanced Reporting.
AdminConfigurationIndustryTest.xml
- AdminConfigurationIndustryTest
- An admin user can change the industry setting on the Advanced Reporting configuration page.
AdminConfigurationPermissionTest.xml
- AdminConfigurationPermissionTest
- An admin user without Analytics permissions should not be able to see the Advanced Reporting configuration page.
AdminConfigurationBlankIndustryTest.xml
- AdminConfigurationBlankIndustryTest
- An admin user cannot save a blank industry setting on the Advanced Reporting configuration page.
Backend
AdminContentScheduleNavigateMenuTest.xml
- AdminContentScheduleNavigateMenuTest
- Admin should be able to navigate to Content > Schedule
AdminExpireAdminSessionTest.xml
- AdminExpireAdminSessionTest
- Admin Session Expire
AdminAttributeTextSwatchesCanBeFiledTest.xml
- AdminAttributeTextSwatchesCanBeFiledTest
- Check that attribute text swatches can be filed
AdminSystemCacheManagementNavigateMenuTest.xml
- AdminSystemCacheManagementNavigateMenuTest
- Admin should be able to navigate to System > Cache Management
AdminLoginTest.xml
- AdminLoginTest
- Admin should be able to log into the Magento Admin backend
AdminDashboardNavigateMenuTest.xml
- AdminDashboardNavigateMenuTest
- Admin should be able to navigate to Dashboard
AdminMenuNavigationWithSecretKeysTest.xml
- AdminMenuNavigationWithSecretKeysTest
- Admin should be able to navigate between menu options with secret url keys enabled
AdminLoginAfterJSMinificationTest.xml
- AdminLoginAfterJSMinificationTest
- Admin panel should be accessible with JS minification enabled
AdminUserLoginWithStoreCodeInUrlTest.xml
- AdminUserLoginWithStoreCodeInUrlTest
- Admin panel should be accessible with Add Store Code to URL setting enabled
AdminCheckLocaleAndDeveloperConfigInProductionModeTest.xml
- AdminCheckLocaleAndDeveloperConfigInProductionModeTest
- Check locale dropdown and developer configuration page are not available in production mode
AdminLoginAfterChangeCookieDomainTest.xml
- AdminLoginAfterChangeCookieDomainTest
- Admin user can login after changing cookie domain on main website scope without changing cookie domain on default scope
AdminStoresConfigurationNavigateMenuTest.xml
- AdminStoresConfigurationNavigateMenuTest
- Admin should be able to navigate to Stores > Configuration
AdminPrivacyPolicyTest.xml
- AdminPrivacyPolicyTest
- There should be a privacy policy url in the admin page and every sub page
AdminCheckLocaleAndDeveloperConfigInDeveloperModeTest.xml
- AdminCheckLocaleAndDeveloperConfigInDeveloperModeTest
- Check locale dropdown and developer configuration page are available in developer mode
AdminExpireCustomerSessionTest.xml
- AdminExpireCustomerSessionTest
- Customer Session Expire
AdminStoresAllStoresNavigateMenuTest.xml
- AdminStoresAllStoresNavigateMenuTest
- Admin should be able to navigate to Stores > All Stores
Backup
AdminCreateAndDeleteBackupsTest.xml
- AdminCreateAndDeleteBackupsTest
- An admin user can create a backup of each type and delete each backup.
Braintree
BraintreeCreditCardOnCheckoutTest.xml
- BraintreeCreditCardOnCheckoutTest
- Use saved for Braintree credit card on checkout with selecting billing address
Bundle
AdminShouldBeAbleToMassUpdateAttributesForBundleProductsTest.xml
- AdminShouldBeAbleToMassUpdateAttributesForBundleProductsTest
- Admin should be able to mass update attributes for bundle products
EnableDisableBundleProductStatusTest.xml
- EnableDisableBundleProductStatusTest
- Admin should be able to change a bundle product status to Enabled/Disabled
AdminCreateAndEditBundleProductSettingsTest.xml
- AdminCreateAndEditBundleProductSettingsTest
- Admin should be able to set/edit other product information when creating/editing a bundle product
- AdminCreateAndEditBundleProductOptionsNegativeTest
- Admin should be able to set/edit other product information when creating/editing a bundle product
AdminEditRelatedBundleProductTest.xml
- AdminEditRelatedBundleProductTest
- Admin should be able to set/edit Related Products information when editing a bundle product
AdminAddBundleItemsTest.xml
- AdminAddBundleItemsTest
- Admin should be able to add/edit bundle items when creating/editing a bundle product
StorefrontSpecialPriceBundleProductInCartTest.xml
- StorefrontSpecialPriceBundleProductInCartTest
- Customer should not be able to add a Bundle Product to the cart when added a special price for associated products
StorefrontAdminEditDataTest.xml
- StorefrontAdminEditDataTest
- Customer should be able to see chosen options for Bundle Product in Shopping Cart when Option Title is edited in Admin
StorefrontAddBundleOptionsToCartTest.xml
- StorefrontAddBundleOptionsToCartTest
- Verifying adding of bundle options to the cart
StorefrontBundleProductDetailsTest.xml
- StorefrontBundleProductDetailsTest
- Customer should be able to see basic bundle product details
BundleProductWithTierPriceInCartTest.xml
- BundleProductWithTierPriceInCartTest
- Customer should be able to add one more bundle product to the cart and get the right price
StorefrontEditBundleProductTest.xml
- StorefrontEditBundleProductTest
- Customer should be able to change chosen options for Bundle Product when clicking Edit button in Shopping Cart page
AdminProductBundleCreationTest.xml
- AdminProductBundleCreationTest
- Admin should be able to save and publish a bundle product
AdminDeleteBundleDynamicProductTest.xml
- AdminDeleteBundleDynamicProductTest
- Admin should be able to delete a bundle dynamic product
AdminRemoveDefaultImageBundleProductTest.xml
- AdminRemoveDefaultImageBundleProductTest
- Admin should be able to remove default images from a Bundle Product
StorefrontAdvanceCatalogSearchBundleBySkuWithHyphenTest.xml
- StorefrontAdvanceCatalogSearchBundleBySkuWithHyphenTest
- Guest customer should be able to advance search Bundle product with product sku that contains hyphen
AdminAddDefaultVideoBundleProductTest.xml
- AdminAddDefaultVideoBundleProductTest
- Admin should be able to add default video for a Bundle Product
NewBundleProductSelectionTest.xml
- NewBundleProductSelectionTest
- Admin should be able to select a “Bundle Product” product type when adding a new product
StorefrontCustomerSearchBundleProductsByKeywordsTest.xml
- StorefrontCustomerSearchBundleProductsByKeywordsTest
- Customer should be able to see search results when searching for bundle products by keyword
AdminAttributeSetSelectionTest.xml
- AdminAttributeSetSelectionTest
- Admin should be able to select/edit the “Attributes Set” when creating/editing a bundle product
StorefrontBundleCartTest.xml
- StorefrontBundleCartTest
- Customer should not be able to add a Bundle Product to the cart without selecting options
- StorefrontBundleAddToCartSuccessTest
- Customer should be able to add the bundle product to the cart
StorefrontCustomerSelectAndSetBundleOptionsTest.xml
- StorefrontCustomerSelectAndSetBundleOptionsTest
- Customer should be able to select customisable bundle product options and set quantity for them
EndToEndB2CAdminTest.xml
- EndToEndB2CAdminTest
CurrencyChangingBundleProductInCartTest.xml
- CurrencyChangingBundleProductInCartTest
- User should be able change the currency and add one more product in cart and get right price in previous currency
AdminBasicBundleProductAttributesTest.xml
- AdminBasicBundleProductAttributesTest
- Admin should be able to set/edit all the basic product attributes when creating/editing a bundle product
NewProductsListWidgetBundleProductTest.xml
- NewProductsListWidgetBundleProductTest
- Admin should be able to set Bundle Product as new so that it shows up in the Catalog New Products List Widget
AdminAddBundleProductToCartFromWishListPageTest.xml
- AdminAddBundleProductToCartFromWishListPageTest
- Add bundle product to Cart from Wish list page
StorefrontVerifyDynamicBundleProductPricesForCombinationOfOptionsTest.xml
- StorefrontVerifyDynamicBundleProductPricesForCombinationOfOptionsTest
- Verify prices for various configurations of Dynamic Bundle product
StorefrontAddBundleProductWithZeroPriceToShoppingCartTest.xml
- StorefrontAddBundleProductWithZeroPriceToShoppingCartTest
- Add Bundle product with zero price to shopping cart
AdminAddDefaultImageBundleProductTest.xml
- AdminAddDefaultImageBundleProductTest
- Admin should be able to add default images for a Bundle Product
BundleProductFixedPricingTest.xml
- BundleProductFixedPricingTest
- Admin should be able to apply fixed pricing for Bundled Product
StorefrontSortBundleProductsByPriceTest.xml
- StorefrontSortBundleProductsByPriceTest
- Customer should be able to sort bundle products by price when viewing products list
AdminRemoveDefaultVideoBundleProductTest.xml
- AdminRemoveDefaultVideoBundleProductTest
- Admin should be able to remove default video from a Bundle Product
AdminAssociateBundleProductToWebsitesTest.xml
- AdminAssociateBundleProductToWebsitesTest
- Admin should be able to associate bundle product to websites
MassEnableDisableBundleProductsTest.xml
- MassEnableDisableBundleProductsTest
- Admin should be able to mass change bundle products status to Enabled/Disabled
StorefrontGoToDetailsPageWhenAddingToCartTest.xml
- StorefrontGoToDetailsPageWhenAddingToCart
- Customer should be taken to bundle product details page when clicking “Add to Cart” button
AdminDeleteBundleFixedProductTest.xml
- AdminDeleteBundleFixedProductTest
- Admin should be able to delete a bundle fixed product
AdvanceCatalogSearchBundleProductTest.xml
- AdvanceCatalogSearchBundleByNameTest
- Guest customer should be able to advance search Bundle product with product name
- AdvanceCatalogSearchBundleByNameMysqlTest
- Guest customer should be able to advance search Bundle product with product name using the MySQL search engine
- AdvanceCatalogSearchBundleBySkuTest
- Guest customer should be able to advance search Bundle product with product sku
- AdvanceCatalogSearchBundleByDescriptionTest
- Guest customer should be able to advance search Bundle product with product description
- AdvanceCatalogSearchBundleByDescriptionMysqlTest
- Guest customer should be able to advance search Bundle product with product description using the MySQL search engine
- AdvanceCatalogSearchBundleByShortDescriptionTest
- Guest customer should be able to advance search Bundle product with product short description
- AdvanceCatalogSearchBundleByShortDescriptionMysqlTest
- Guest customer should be able to advance search Bundle product with product short description using the MySQL search engine
- AdvanceCatalogSearchBundleByPriceTest
- Guest customer should be able to advance search Bundle product with product price
- AdvanceCatalogSearchBundleByPriceMysqlTest
- Guest customer should be able to advance search Bundle product with product price the MySQL search engine
AdminBundleProductSetEditContentTest.xml
- AdminBundleProductSetEditContentTest
- Admin should be able to set/edit product Content when editing a bundle product
Captcha
AdminResetUserPasswordFailedTest.xml
- AdminResetUserPasswordFailedTest
StorefrontCaptchaOnContactUsTest.xml
- StorefrontCaptchaOnContactUsTest
- Test creation for send comment using the contact us form with captcha.
StorefrontCaptchaOnCustomerLoginTest.xml
- StorefrontCaptchaOnCustomerLoginTest
- Check CAPTCHA on Storefront Login Page.
AdminLoginWithCaptchaTest.xml
- AdminLoginWithCaptchaTest
- Test creation for admin login with captcha.
CaptchaFormsDisplayingTest.xml
- CaptchaFormsDisplayingTest
- Captcha forms displaying
- CaptchaWithDisabledGuestCheckout
- Captcha is displaying on login form with disabled guest checkout
StorefrontCaptchaRegisterNewCustomerTest.xml
- StorefrontCaptchaRegisterNewCustomerTest
- Test creation for customer register with captcha on storefront.
StorefrontResetCustomerPasswordFailedTest.xml
- StorefrontResetCustomerPasswordFailedTest
StorefrontCaptchaEditCustomerEmailTest.xml
- StorefrontCaptchaEditCustomerEmailTest
- Test for checking captcha on the customer account edit page and customer is locked.
CardinalCommerce
AdminCardinalCommerceSettingsHiddenTest.xml
- AdminCardinalCommerceSettingsHiddenTest
- CardinalCommerce config shouldn’t be visible if the 3D secure is disabled for Authorize.Net.
Catalog
DeleteUsedInConfigurableProductAttributeTest.xml
- DeleteUsedInConfigurableProductAttributeTest
- Admin should not be able to delete product attribute used in configurable product
StorefrontPurchaseProductCustomOptionsDifferentStoreViewsTest.xml
- StorefrontPurchaseProductCustomOptionsDifferentStoreViewsTest
- Admin should be able to sell products with different variants of their own
AdminUpdateVirtualProductWithTierPriceInStockVisibleInCategoryAndSearch2Test.xml
- AdminUpdateVirtualProductWithTierPriceInStockVisibleInCategoryAndSearch2Test
- Test log in to Update Virtual Product and Update Virtual Product with Tier Price (In Stock) Visible in Category and Search
AdminMassProductPriceUpdateTest.xml
- AdminMassProductPriceUpdateTest
- Login as admin and update mass product price
AdminUpdateSimpleProductWithRegularPriceInStockNotVisibleIndividuallyTest.xml
- AdminUpdateSimpleProductWithRegularPriceInStockNotVisibleIndividuallyTest
- Test log in to Update Simple Product and Update Simple Product with Regular Price (In Stock) Not Visible Individually
VerifyChildCategoriesShouldNotIncludeInMenuTest.xml
- VerifyChildCategoriesShouldNotIncludeInMenuTest
- Customer should not see categories that are not included in the menu
AdminStoresProductNavigateMenuTest.xml
- AdminStoresProductNavigateMenuTest
- Admin should be able to navigate to Stores > Product
AdminBackorderAllowedAddProductToCartTest.xml
- AdminBackorderAllowedAddProductToCartTest
- Customer should be able to add products to cart when that products quantity is zero
AdvanceCatalogSearchSimpleProductTest.xml
- AdvanceCatalogSearchSimpleProductByNameTest
- Guest customer should be able to advance search simple product with product name
- AdvanceCatalogSearchSimpleProductBySkuTest
- Guest customer should be able to advance search simple product with product sku
- AdvanceCatalogSearchSimpleProductByDescriptionTest
- Guest customer should be able to advance search simple product with product description
- AdvanceCatalogSearchSimpleProductByShortDescriptionTest
- Guest customer should be able to advance search simple product with product short description
- AdvanceCatalogSearchSimpleProductByPriceTest
- Guest customer should be able to advance search simple product with product price
AdminUpdateFlatCategoryIncludeInNavigationTest.xml
- AdminUpdateFlatCategoryAndIncludeInMenuTest
- Login as admin and update flat category by enabling Include in Menu
AdminCreateVirtualProductOutOfStockWithTierPriceTest.xml
- AdminCreateVirtualProductOutOfStockWithTierPriceTest
- Test log in to Create virtual product and Create virtual product out of stock with tier price
AdvanceCatalogSearchVirtualProductTest.xml
- AdvanceCatalogSearchVirtualProductByNameTest
- Guest customer should be able to advance search virtual product with product name
- AdvanceCatalogSearchVirtualProductBySkuTest
- Guest customer should be able to advance search virtual product with product sku
- AdvanceCatalogSearchVirtualProductByDescriptionTest
- Guest customer should be able to advance search virtual product with product description
- AdvanceCatalogSearchVirtualProductByShortDescriptionTest
- Guest customer should be able to advance search virtual product with product short description
- AdvanceCatalogSearchVirtualProductByPriceTest
- Guest customer should be able to advance search virtual product with product price
AdminSimpleProductEditUiTest.xml
- AdminSimpleProductUiValidationTest
- Admin should be able to use simple product UI in expected manner
AdminCheckInactiveIncludeInMenuCategoryAndSubcategoryIsNotVisibleInNavigationTest.xml
- AdminCheckInactiveIncludeInMenuCategoryAndSubcategoryIsNotVisibleInNavigationTest
- Login as admin and verify inactive include in menu category and subcategory is not visible in navigation menu
AdminMassUpdateProductAttributesGlobalScopeTest.xml
- AdminMassUpdateProductAttributesGlobalScopeTest
- Admin should be able to mass update product attributes in global scope
TieredPricingAndQuantityIncrementsWorkWithDecimalinventoryTest.xml
- TieredPricingAndQuantityIncrementsWorkWithDecimalinventoryTest
- Tiered pricing and quantity increments work with decimal inventory
VerifyCategoryProductAndProductCategoryPartialReindexTest.xml
- VerifyCategoryProductAndProductCategoryPartialReindexTest
- Verify that Merchant Developer can use console commands to perform partial reindex for Category Products, Product Categories, and Catalog Search
AdminCreateDropdownProductAttributeTest.xml
- AdminCreateDropdownProductAttributeTest
- Admin should be able to create dropdown product attribute
AdminGridPageNumberAfterSaveAndCloseActionTest.xml
- AdminGridPageNumberAfterSaveAndCloseActionTest
- Checking Catalog grid page number after Save and Close action
StorefrontAdvanceCatalogSearchSimpleProductBySkuWithHyphenTest.xml
- StorefrontAdvanceCatalogSearchSimpleProductBySkuWithHyphenTest
- Guest customer should be able to advance search simple product with product sku that contains hyphen
NewProductsListWidgetSimpleProductTest.xml
- NewProductsListWidgetSimpleProductTest
- Admin should be able to set Simple Product as new so that it shows up in the Catalog New Products List Widget
AdminAddDefaultVideoSimpleProductTest.xml
- AdminAddDefaultVideoSimpleProductTest
- Admin should be able to add default product video for a Simple Product
AdminUpdateSimpleProductWithRegularPriceInStockWithCustomOptionsTest.xml
- AdminUpdateSimpleProductWithRegularPriceInStockWithCustomOptionsTest
- Test log in to Update Simple Product and Update Simple Product with Regular Price (In Stock) with Custom Options
AdminDisableProductOnChangingAttributeSetTest.xml
- AdminDisableProductOnChangingAttributeSetTest
- Value set for enabled product has to be shown when attribute set is changed
AdminUpdateVirtualProductWithTierPriceInStockVisibleInCategoryAndSearchTest.xml
- UpdateVirtualProductWithTierPriceInStockVisibleInCategoryAndSearchTest
- Test log in to Update Virtual Product and Update Virtual Product with Tier Price (In Stock) Visible in Category and Search
AdminCheckOutOfStockProductIsNotVisibleInCategoryTest.xml
- AdminCheckOutOfStockProductIsNotVisibleInCategoryTest
- Login as admin and check out of stock product is not visible in category
AdminMultipleWebsitesUseDefaultValuesTest.xml
- AdminMultipleWebsitesUseDefaultValuesTest
- Use Default Value checkboxes for product attribute should be checked for new website scope
AdminUpdateCategoryAndCheckDefaultUrlKeyOnStoreViewTest.xml
- AdminUpdateCategoryAndCheckDefaultUrlKeyOnStoreViewTest
- Login as admin and update category and check default URL Key on custom store view
AdminRestrictedUserAddCategoryFromProductPageTest.xml
- AdminRestrictedUserAddCategoryFromProductPageTest
- Adding new category from product page by restricted user
AdminSimpleSetEditRelatedProductsTest.xml
- AdminSimpleSetEditRelatedProductsTest
- Admin should be able to set/edit Related Products information when editing a simple product
StorefrontProductsCompareWithEmptyAttributeTest.xml
- StorefrontProductsCompareWithEmptyAttributeTest
- Product attribute should not be visible on the product compare page if it is empty for all products that are being compared, not even displayed as N/A
AdminRemoveDefaultVideoSimpleProductTest.xml
- AdminRemoveDefaultVideoSimpleProductTest
- Admin should be able to remove default product video from a Simple Product
AdminCreateCategoryFromProductPageTest.xml
- AdminCreateCategoryFromProductPageTest
- Admin should be able to create category from the product page
AdminCatalogProductsNavigateMenuTest.xml
- AdminCatalogProductsNavigateMenuTest
- Admin should be able to navigate to Catalog > Products
AdminDeleteProductsImageInCaseOfMultipleStoresTest.xml
- AdminDeleteProductsImageInCaseOfMultipleStoresTest
- Delete products image in case of multiple stores
VerifyTinyMCEv4IsNativeWYSIWYGOnProductTest.xml
- VerifyTinyMCEv4IsNativeWYSIWYGOnProductTest
- Admin should see TinyMCEv4.6 is the native WYSIWYG on Product Page
AdminCreateVirtualProductFillingRequiredFieldsOnlyTest.xml
- AdminCreateVirtualProductFillingRequiredFieldsOnlyTest
- Test log in to Create virtual product and Create virtual product filling required fields only
AdminVirtualProductSetEditContentTest.xml
- AdminVirtualProductSetEditContentTest
- Admin should be able to set/edit product Content when editing a virtual product
AdminUpdateSimpleProductTieredPriceTest.xml
- AdminUpdateSimpleProductTieredPriceTest
- Test log in to Update Simple Product and Update Simple Product Tiered Price
AdminUpdateSimpleProductWithRegularPriceInStockUnassignFromCategoryTest.xml
- AdminUpdateSimpleProductWithRegularPriceInStockUnassignFromCategoryTest
- Test log in to Update Simple Product and Update Simple Product with Regular Price (In Stock) Unassign from Category
AdminCreateCategoryTest.xml
- AdminCreateCategoryTest
- Admin should be able to create a Category
- AdminConfigDefaultCategoryLayoutFromConfigurationSettingTest
- Admin should be able to configure the default layout for Category Page from System Configuration
- AdminCategoryFormDisplaySettingsUIValidationTest
- Once the Config setting is unchecked Category should not be saved with layered navigation price field left empty
AdminCreateCategoryWithCustomRootCategoryTest.xml
- AdminCreateCategoryWithCustomRootCategoryTest
- Login as admin and create a root category with nested sub category and verify category in store front
AdminAssignProductAttributeToAttributeSetTest.xml
- AdminAssignProductAttributeToAttributeSetTest
- Admin should be able to assign attributes to an attribute set
AdminSimpleProductSetEditContentTest.xml
- AdminSimpleProductSetEditContentTest
- Admin should be able to set/edit product Content when editing a simple product
AdminCreateDuplicateProductTest.xml
- AdminCreateDuplicateProductTest
- Login as admin and create duplicate Product
AdminCreateProductDuplicateUrlkeyTest.xml
- AdminCreateProductDuplicateUrlkeyTest
- Admin should see an error when trying to save a product with a duplicate URL key
- AdminCreateProductDuplicateProductTest
- No validation errors when trying to duplicate product twice
StorefrontCategoryHighlightedAndProductDisplayedTest.xml
- StorefrontCategoryHighlightedAndProductDisplayedTest
- Сheck that current category is highlighted and all products displayed for it
StoreFrontRecentlyViewedAtStoreViewLevelTest.xml
- StoreFrontRecentlyViewedAtStoreViewLevelTest
- Recently Viewed Product should not be displayed on second store view, if configured as, Per Store View
AdminCreateNewAttributeFromProductPageTest.xml
- AdminCreateNewAttributeFromProductPageTest
- Admin should be able to create product attribute and validate the form when the user click Save in New Attribute Set
AdminVirtualSetEditRelatedProductsTest.xml
- AdminVirtualSetEditRelatedProductsTest
- Admin should be able to set/edit Related Products information when editing a virtual product
AdminConfigureProductImagePlaceholderTest.xml
- AdminConfigureProductImagePlaceholderTest
- Admin should be able to configure the images used for product image placeholders. The configured placeholders should be seen on the frontend when an image has no image.
AdminAddDefaultImageVirtualProductTest.xml
- AdminAddRemoveProductImageVirtualProductTest
- Admin should be able to add default images for a Virtual Product
AdminCreateNewGroupForAttributeSetTest.xml
- AdminCreateNewGroupForAttributeSetTest
- The test verifies creating a new group in an attribute set and a validation message in case of empty group name
AdminMassUpdateProductStatusStoreViewScopeTest.xml
- AdminMassUpdateProductStatusStoreViewScopeTest
- Admin should be able to mass update product statuses in store view scope
- AdminMassUpdateProductStatusStoreViewScopeMysqlTest
- Admin should be able to mass update product statuses in store view scope using the Mysql search engine
AdminCreateInactiveInMenuFlatCategoryTest.xml
- AdminCreateInactiveInMenuFlatCategoryTest
- Login as admin and create inactive Include In Menu flat category and verify category is not displayed in Navigation Menu
AdminUpdateFlatCategoryNameAndDescriptionTest.xml
- AdminUpdateFlatCategoryNameAndDescriptionTest
- Login as admin and update flat category name and description
AdminCreateRootCategoryRequiredFieldsTest.xml
- AdminCreateRootCategoryRequiredFieldsTest
- Create Root Category from Category Page
EndToEndB2CGuestUserTest.xml
- EndToEndB2CGuestUserTest
- User browses catalog, searches for product, adds product to cart, adds product to wishlist, compares products, uses coupon code and checks out.
- EndToEndB2CGuestUserMysqlTest
- User browses catalog, searches for product, adds product to cart, adds product to wishlist, compares products, uses coupon code and checks out using the Mysql search engine.
AdminMassUpdateProductAttributesStoreViewScopeTest.xml
- AdminMassUpdateProductAttributesStoreViewScopeTest
- Admin should be able to mass update product attributes in store view scope
- AdminMassUpdateProductAttributesStoreViewScopeMysqlTest
- Admin should be able to mass update product attributes in store view scope using the Mysql search engine
AdminProductGridFilteringByCustomAttributeTest.xml
- AdminProductGridFilteringByCustomAttributeTest
- Sorting the product grid by custom product attribute should sort Alphabetically instead of value id
AdminUpdateVirtualProductWithRegularPriceOutOfStockVisibleInCategoryAndSearchTest.xml
- AdminUpdateVirtualProductWithRegularPriceOutOfStockVisibleInCategoryAndSearchTest
- Test log in to Update Virtual Product and Update Virtual Product with Regular Price (Out of Stock) Visible in Category and Search
AdminCheckOutOfStockProductIsVisibleInCategoryTest.xml
- AdminCheckOutOfStockProductIsVisibleInCategoryTest
- Login as admin and check out of stock product is visible in category
AdminDeleteSystemProductAttributeTest.xml
- AdminDeleteSystemProductAttributeTest
- Admin should not be able to see Delete Attribute button
StorefrontSpecialPriceForDifferentTimezonesForWebsitesTest.xml
- StorefrontSpecialPriceForDifferentTimezonesForWebsitesTest
- Check that special price displayed when ‘default config’ scope timezone does not match ‘website’ scope timezone
AdminUpdateSimpleProductNameToVerifyDataOverridingOnStoreViewLevelTest.xml
- AdminUpdateSimpleProductNameToVerifyDataOverridingOnStoreViewLevelTest
- Test log in to Update Simple Product and Update Simple Product Name to Verify Data Overriding on Store View Level
AdminSortingByWebsitesTest.xml
- AdminSortingByWebsitesTest
- Sorting products by websites in Admin
StorefrontRememberCategoryPaginationTest.xml
- StorefrontRememberCategoryPaginationTest
- Verify that Number of Products per page retained when visiting a different category
AdminMoveCategoryToAnotherPositionInCategoryTreeTest.xml
- AdminMoveCategoryToAnotherPositionInCategoryTreeTest
- Test log in to Move Category and Move Category to Another Position in Category Tree
AdminDeleteProductAttributeTest.xml
- DeleteProductAttributeTest
- Admin should able to delete a product attribute
AdminAddDefaultImageSimpleProductTest.xml
- AdminAddDefaultImageSimpleProductTest
- Admin should be able to add default images for a Simple Product
AdminTierPriceNotAvailableForProductOptionsWithoutTierPriceTest.xml
- AdminTierPriceNotAvailableForProductOptionsWithoutTierPriceTest
- Check that ‘tier price’ block not available for simple product from options without ‘tier price’
AdminUpdateSimpleProductPriceToVerifyDataOverridingOnStoreViewLevelTest.xml
- AdminUpdateSimpleProductPriceToVerifyDataOverridingOnStoreViewLevelTest
- Test log in to Update Simple Product and Update Simple Product Price to Verify Data Overriding on Store View Level
AdminUpdateSimpleProductWithRegularPriceInStockEnabledFlatTest.xml
- AdminUpdateSimpleProductWithRegularPriceInStockEnabledFlatTest
- Test log in to Update Simple Product and Update Simple Product with Regular Price (In Stock) Enabled Flat
AdminNavigateMultipleUpSellProductsTest.xml
- AdminNavigateMultipleUpSellProductsTest
- Login as admin and add simple and configurable Products as Up-Sell products
AdminCreateVirtualProductWithCustomOptionsSuiteAndImportOptionsTest.xml
- AdminCreateVirtualProductWithCustomOptionsSuiteAndImportOptionsTest
- Test log in to Create virtual product and Create virtual product with custom options suite and import options
AdminUpdateCategoryWithProductsTest.xml
- AdminUpdateCategoryWithProductsTest
- Login as admin, update category and sort products
AdminDeleteRootCategoryAssignedToStoreTest.xml
- AdminDeleteRootCategoryAssignedToStoreTest
- Login as admin and root category can not be deleted when category is assigned with any store.
AdminUpdateSimpleProductWithRegularPriceInStockVisibleInCatalogOnlyTest.xml
- AdminUpdateSimpleProductWithRegularPriceInStockVisibleInCatalogOnlyTest
- Test log in to Update Simple Product and Update Simple Product with Regular Price (In Stock) Visible in Catalog Only
AdminProductCategoryIndexerInUpdateOnScheduleModeTest.xml
- AdminProductCategoryIndexerInUpdateOnScheduleModeTest
- The test verifies that in Update on Schedule mode if displaying of category products on Storefront changes due to product properties change, the changes are NOT applied immediately, but applied only after cron runs (twice).
AdminRemoveCustomOptionsFromProductTest.xml
- AdminRemoveCustomOptionsFromProductTest
- Remove custom options from product
AdminRemoveDefaultImageVirtualProductTest.xml
- AdminRemoveDefaultImageVirtualProductTest
- Admin should be able to remove default images from a Virtual Product
AdminDeleteConfigurableChildProductsTest.xml
- AdminDeleteConfigurableChildProductsTest
- Login as admin, delete configurable child product and verify product displays out of stock in store front
AdminCreateAndEditVirtualProductSettingsTest.xml
- AdminCreateAndEditVirtualProductSettingsTest
- Admin should be able to set/edit other product information when creating/editing a virtual product
StorefrontCatalogNavigationMenuUIDesktopTest.xml
- StorefrontCatalogNavigationMenuUIDesktopTest
- Verify UI of Navigation Menu functionality on Storefront
AdminCheckSubCategoryIsNotVisibleInNavigationMenuTest.xml
- AdminCheckSubCategoryIsNotVisibleInNavigationMenuTest
- Login as admin and verify subcategory is not visible in navigation menu
AdminUpdateCategoryAndMakeInactiveTest.xml
- AdminUpdateCategoryAndMakeInactiveTest
- Login as admin and update category and make it Inactive
DisplayRefreshCacheAfterChangingCategoryPageLayoutTest.xml
- DisplayRefreshCacheAfterChangingCategoryPageLayoutTest
- ‘Refresh cache’ message is not displayed when changing category page layout
AdminRequiredFieldsHaveRequiredFieldIndicatorTest.xml
- AdminRequiredFieldsHaveRequiredFieldIndicatorTest
- Verify that Required fields should have the required indicator icon next to the field name
AdminUpdateVirtualProductWithRegularPriceInStockWithCustomOptionsVisibleInSearchOnlyTest.xml
- AdminUpdateVirtualProductWithRegularPriceInStockWithCustomOptionsVisibleInSearchOnlyTest
- Test log in to Update Virtual Product and Update Virtual Product with Regular Price (In Stock) with Custom Options Visible in Search Only
AdminShouldBeAbleToAssociateSimpleProductToWebsitesTest.xml
- AdminShouldBeAbleToAssociateSimpleProductToWebsitesTest
- Admin should be able to associate simple product to websites
AdminAddImageToWYSIWYGCatalogTest.xml
- AdminAddImageToWYSIWYGCatalogTest
- Admin should be able to add image to WYSIWYG Editor on Catalog Page
AdminRemoveImageFromCategoryTest.xml
- AdminRemoveImageFromCategoryTest
- Admin should be able to remove image from a Category
StorefrontEnsureThatAccordionAnchorIsVisibleOnViewportOnceClickedTest.xml
- StorefrontEnsureThatAccordionAnchorIsVisibleOnViewportOnceClickedTest
- Ensure that accordion anchor is visible on viewport once clicked
DeleteCategoriesTest.xml
- DeleteCategoriesTest
- Admin should be able to delete the default root category and subcategories and still see products in the storefront
StorefrontPurchaseProductWithCustomOptionsTest.xml
- StorefrontPurchaseProductWithCustomOptionsTest
- Admin should be able to sell products with custom options of different types
AdminCatalogCategoriesNavigateMenuTest.xml
- AdminCatalogCategoriesNavigateMenuTest
- Admin should be able to navigate to Catalog > Categories
StorefrontCheckDefaultNumberProductsToDisplayTest.xml
- StorefrontCheckDefaultNumbersProductsToDisplayTest
- Check default numbers: products to display
AdminDeleteRootCategoryTest.xml
- AdminDeleteRootCategoryTest
- Login as admin and delete a root category not assigned to any store
AdminCreateProductAttributeRequiredTextFieldTest.xml
- AdminCreateProductAttributeRequiredTextFieldTest
- Login as admin and create product attribute with Text Field and Required option
AdminProductTypeSwitchingOnEditingTest.xml
- AdminVirtualProductTypeSwitchingToDownloadableProductTest
- Virtual product type switching on editing to Downloadable product
- AdminDownloadableProductTypeSwitchingToSimpleProductTest
- Downloadable product type switching on editing to Simple product
AdminUpdateSimpleProductWithRegularPriceInStockVisibleInSearchOnlyTest.xml
- AdminUpdateSimpleProductWithRegularPriceInStockVisibleInSearchOnlyTest
- Test log in to Update Simple Product and Update Simple Product with Regular Price (In Stock) Visible in Search Only
StorefrontProductWithEmptyAttributeTest.xml
- StorefrontProductWithEmptyAttributeTest
- Product attribute should not be visible on storefront if it is empty
AdminCreateMultipleSelectProductAttributeVisibleInStorefrontAdvancedSearchFormTest.xml
- AdminCreateMultipleSelectProductAttributeVisibleInStorefrontAdvancedSearchFormTest
- Admin should be able to create product attribute of type Multiple Select and check its visibility on frontend in Advanced Search form
AdminUpdateCategoryNameWithStoreViewTest.xml
- AdminUpdateCategoryNameWithStoreViewTest
- Login as admin and update category name with custom Store View
AdminUpdateSimpleProductWithRegularPriceInStockVisibleInCatalogAndSearchTest.xml
- AdminUpdateSimpleProductWithRegularPriceInStockVisibleInCatalogAndSearchTest
- Test log in to Update Simple Product and Update Simple Product with Regular Price (In Stock) Visible in Catalog and Search
AdminRemoveDefaultVideoVirtualProductTest.xml
- AdminRemoveDefaultVideoVirtualProductTest
- Admin should be able to remove default product video from a Virtual Product
AdminCheckInactiveAndNotIncludeInMenuCategoryAndSubcategoryIsNotVisibleInNavigationTest.xml
- AdminCheckInactiveAndNotIncludeInMenuCategoryAndSubcategoryIsNotVisibleInNavigationTest
- Login as admin and verify inactive and inactive include in menu category and subcategory is not visible in navigation menu
AdminDeleteDropdownProductAttributeFromAttributeSetTest.xml
- AdminDeleteDropdownProductAttributeFromAttributeSetTest
- Login as admin and delete dropdown type product attribute from attribute set
AdminUpdateVirtualProductWithSpecialPriceOutOfStockVisibleInCategoryAndSearchTest.xml
- UpdateVirtualProductWithSpecialPriceOutOfStockVisibleInCategoryAndSearchTest
- Test log in to Update Virtual Product and Update Virtual Product with Special Price (Out of Stock) Visible in Category and Search
AdminUpdateSimpleProductWithRegularPriceOutOfStockTest.xml
- AdminUpdateSimpleProductWithRegularPriceOutOfStockTest
- Test log in to Update Simple Product and Update Simple Product with Regular Price (Out of Stock)
AdminAddImageForCategoryTest.xml
- AdminAddImageForCategoryTest
- Admin should be able to add image to a Category
AdminAddDefaultVideoVirtualProductTest.xml
- AdminAddDefaultVideoVirtualProductTest
- Admin should be able to add default product video for a Virtual Product
AdminMassUpdateProductAttributesMissingRequiredFieldTest.xml
- AdminMassUpdateProductAttributesMissingRequiredFieldTest
- Mass update product attributes - missing required field
AdminAddImageToWYSIWYGProductTest.xml
- AdminAddImageToWYSIWYGProductTest
- Admin should be able to add image to WYSIWYG Editor on Product Page
AdminAddInStockProductToTheCartTest.xml
- AdminAddInStockProductToTheCartTest
- Login as admin and add In Stock product to the cart
AdminCreateCategoryWithAnchorFieldTest.xml
- AdminCreateCategoryWithAnchorFieldTest
- Login as admin and create anchor subcategory with all fields
AdminImportCustomizableOptionToProductWithSKUTest.xml
- AdminImportCustomizableOptionToProductWithSKUTest
- Import customizable options to a product with existing SKU
AdminCreateProductAttributeFromProductPageTest.xml
- AdminCreateProductAttributeFromProductPageTest
- Login as admin and create new product attribute from product page with Text Field
StoreFrontProductsDisplayUsingElasticSearchTest.xml
- StoreFrontProductsDisplayUsingElasticSearchTest
- Set Up Elastic Search and Display all Products on Page
AdminUpdateTopCategoryUrlWithNoRedirectTest.xml
- AdminUpdateTopCategoryUrlWithNoRedirectTest
- Login as admin and update top category url and do not create redirect
AdminCheckConfigurableProductPriceWithOutOfStockChildProductTest.xml
- AdminCheckConfigurableProductPriceWithOutOfStockChildProductTest
- Login as admin and check the configurable product price when one child product is out of stock
CheckTierPricingOfProductsTest.xml
- CheckTierPricingOfProductsTest
- Checking ‘Tier Pricing’ of Products and ‘Price’ (without discount) in the Order of B2B Store View
AdminCreateVirtualProductWithTierPriceTest.xml
- AdminCreateVirtualProductWithTierPriceTest
- Test log in to Create virtual product and Create virtual product with tier price
SimpleProductTwoCustomOptionsTest.xml
- SimpleProductTwoCustomOptionsTest
- Admin should be able to create simple product with two custom options
AdminUpdateVirtualProductWithTierPriceOutOfStockVisibleInCategoryAndSearchTest.xml
- AdminUpdateVirtualProductWithTierPriceOutOfStockVisibleInCategoryAndSearchTest
- Test log in to Update Virtual Product and Update Virtual Product with Tier Price (Out of Stock) Visible in Category and Search
AdminCreateInactiveFlatCategoryAndUpdateAsInactiveTest.xml
- AdminCreateInactiveFlatCategoryAndUpdateAsInactiveTest
- Login as admin and create inactive flat category and update category as inactive and verify category is not visible in store front
AdminProductStatusAttributeDisabledByDefaultTest.xml
- AdminProductStatusAttributeDisabledByDefaultTest
- The default option value for product Status attribute is set correctly during product creation
AdminRemoveImageAffectsAllScopesTest.xml
- AdminRemoveImageAffectsAllScopesTest
- Product image should be deleted from all scopes
AdminCreateSimpleProductWithCountryOfManufactureAttributeSKUMaskTest.xml
- AdminCreateSimpleProductWithCountryOfManufactureAttributeSKUMaskTest
- Test log in to Create simple product and Create simple product with (Country of Manufacture) Attribute SKU Mask
EndToEndB2CAdminTest.xml
- EndToEndB2CAdminTest
- Admin creates products, creates and manages categories, creates promotions, creates an order, processes an order, processes a return, uses admin grids
AdminCheckCustomAttributeValuesAfterProductSaveTest.xml
- AdminCheckCustomAttributeValuesAfterProductSaveTest
- Checks that saved custom attribute values are reflected on the product’s edit page
AdminUpdateVirtualProductWithSpecialPriceInStockVisibleInCategoryAndSearchTest.xml
- AdminUpdateVirtualProductWithSpecialPriceInStockVisibleInCategoryAndSearchTest
- Test log in to Update Virtual Product and Update Virtual Product with Special Price (In Stock) Visible in Category and Search
AdminProductImageAssignmentForMultipleStoresTest.xml
- AdminProductImageAssignmentForMultipleStoresTest
- Product image assignment for multiple stores
AdminMoveCategoryFromParentAnchoredCategoryTest.xml
- AdminMoveCategoryFromParentAnchoredCategoryTest
- Login as admin,move subcategory with anchored parent to default subcategory
AdminMoveAnchoredCategoryToDefaultCategoryTest.xml
- AdminMoveAnchoredCategoryToDefaultCategoryTest
- Login as admin,move anchored subcategory with anchored parent to default subcategory
VerifyDefaultWYSIWYGToolbarOnProductTest.xml
- VerifyDefaultWYSIWYGToolbarOnProductTest
- Admin should be able to see default toolbar display on Description content area
- Verifydefaultcontrolsonproductshortdescription
- Admin should be able to see default toolbar display on Short Description content area
AdminMassChangeProductsStatusTest.xml
- AdminMassChangeProductsStatusTest
- Admin should be able to mass change products status
AdminUpdateVirtualProductWithTierPriceInStockVisibleInCategoryOnlyTest.xml
- AdminUpdateVirtualProductWithTierPriceInStockVisibleInCategoryOnlyTest
- Test log in to Update Virtual Product and Update Virtual Product with Tier Price (In Stock) Visible in Category Only
AdminUpdateTopCategoryUrlWithRedirectTest.xml
- AdminUpdateTopCategoryUrlWithRedirectTest
- Login as admin and update top category url and create redirect
AdminUpdateVirtualProductWithRegularPriceOutOfStockVisibleInCategoryOnlyTest.xml
- AdminUpdateVirtualProductWithRegularPriceOutOfStockVisibleInCategoryOnlyTest
- Test log in to Update Virtual Product and Update Virtual Product with Regular Price (Out of Stock) Visible in Category Only
AdminDeleteVirtualProductTest.xml
- AdminDeleteVirtualProductTest
- Admin should be able to delete a virtual product
AdminMoveProductBetweenCategoriesTest.xml
- AdminMoveProductBetweenCategoriesTest
- Verifies correctness of showing data (products, categories) on Storefront after moving an anchored category in terms of products/categories association
AdminFilterByNameByStoreViewOnProductGridTest.xml
- AdminFilterByNameByStoreViewOnProductGridTest
- Verify that products grid can be filtered on all store view level by attribute
AdminMoveAnchoredCategoryTest.xml
- AdminMoveAnchoredCategoryTest
- Admin should be able to move a category via categories tree and changes should be applied on frontend without a forced cache cleaning
AdminCreateCategoryWithFiveNestingTest.xml
- AdminCreateCategoryWithFiveNestingTest
- Login as admin and create nested sub category and verify the subcategory displayed in store front page
AdminCreateRootCategoryAndSubcategoriesTest.xml
- AdminCreateRootCategoryAndSubcategoriesTest
- Admin should be able to create a Root Category and a Subcategory
AdminRemoveDefaultImageSimpleProductTest.xml
- AdminRemoveDefaultImageSimpleProductTest
- Admin should be able to remove default images from a Simple Product
AdminCreateTextEditorProductAttributeTest.xml
- AdminCreateTextEditorProductAttributeTest
- Create text editor product attribute with TinyMCE4 enabled
AdminUpdateCategoryWithInactiveIncludeInMenuTest.xml
- AdminUpdateCategoryWithInactiveIncludeInMenuTest
- Login as admin and update category name, description, urlKey, metatitle and exclude from menu
AdminCreateCategoryWithRequiredFieldsTest.xml
- AdminCreateCategoryWithRequiredFieldsTest
- Login as an admin and create a category with required fields.
StorefrontForthLevelCategoryTest.xml
- StorefrontForthLevelCategoryTest
- When the submenu was created in the third stage follow, the submenu works
AdminCreateSimpleProductTest.xml
- AdminCreateSimpleProductTest
- Admin should be able to create a Simple Product
- AdminConfigDefaultProductLayoutFromConfigurationSettingTest
- Admin should be able to configure a default layout for Product Page from System Configuration
- AdminCreateSimpleProductZeroPriceTest
- Admin should be able to create a product with zero price
- AdminCreateSimpleProductNegativePriceTest
- Admin should not be able to create a product with a negative price
NewProductsListWidgetVirtualProductTest.xml
- NewProductsListWidgetVirtualProductTest
- Admin should be able to set Virtual Product as new so that it shows up in the Catalog New Products List Widget
AdminVerifyProductOrderTest.xml
- AdminVerifyProductOrder
- Product Type Order should be Simple -> Configurable -> Grouped -> Virtual -> Bundle -> Downloadable -> EE
AdminCreateInactiveFlatCategoryTest.xml
- AdminCreateInactiveFlatCategoryTest
- Login as admin and create flat Inactive category and verify category is not visible in store front
AdminCreateAndEditSimpleProductSettingsTest.xml
- AdminCreateAndEditSimpleProductSettingsTest
- Admin should be able to set/edit product information when creating/editing a simple product
AdminCheckPaginationInStorefrontTest.xml
- AdminCheckPaginationInStorefrontTest
- Login as admin, create flat catalog product and check pagination
AddOutOfStockProductToCompareListTest.xml
- AddOutOfStockProductToCompareListTest
- Customer should be able to add Product that is Out Of Stock to the Product Comparison
AdminUnassignProductAttributeFromAttributeSetTest.xml
- AdminUnassignProductAttributeFromAttributeSetTest
- Admin should be able to unassign attributes from an attribute set
AdminMoveCategoryAndCheckUrlRewritesTest.xml
- AdminMoveCategoryAndCheckUrlRewritesTest
- Login as admin, move category from one to another and check category url rewrites
AdminCloneProductWithDuplicateUrlTest.xml
- AdminCloneProductWithDuplicateUrlTest
- Check product cloning with duplicate URL key
AdminCreateNewAttributeFromProductTest.xml
- AdminCreateNewAttributeFromProductTest
- Check that New Attribute from Product is create
SaveProductWithCustomOptionsSecondWebsiteTest.xml
- SaveProductWithCustomOptionsAdditionalWebsiteTest
- Custom Options should not be split when saving the product after assigning to a different website
AdminSimpleProductImagesTest.xml
- AdminSimpleProductImagesTest
- Admin should be able to add images of different types and sizes to Simple Product
- AdminSimpleProductRemoveImagesTest
- Admin should be able to remove Product Images assigned as Base, Small and Thumbnail from Simple Product
AdminUpdateCategoryUrlKeyWithStoreViewTest.xml
- AdminUpdateCategoryUrlKeyWithStoreViewTest
- Login as admin and update category URL Key with store view
AdminUpdateSimpleProductWithRegularPriceInStockDisabledProductTest.xml
- AdminUpdateSimpleProductWithRegularPriceInStockDisabledProductTest
- Test log in to Update Simple Product and Update Simple Product with Regular Price (In Stock), Disabled Product
AdminCreateCategoryWithInactiveIncludeInMenuTest.xml
- AdminCreateCategoryWithInactiveIncludeInMenuTest
- Login as admin and create category with inactivated include in menu option
AdminCreateVirtualProductWithoutManageStockTest.xml
- AdminCreateVirtualProductWithoutManageStockTest
- Test log in to Create virtual product and Create virtual product without manage stock
AddToCartCrossSellTest.xml
- AddToCartCrossSellTest
- Create products, add products to cross sells, and check that they appear in the Shopping Cart page.
AdminUpdateVirtualProductWithRegularPriceOutOfStockVisibleInSearchOnlyTest.xml
- AdminUpdateVirtualProductWithRegularPriceOutOfStockVisibleInSearchOnlyTest
- Test log in to Update Virtual Product and Update Virtual Product with Regular Price (Out of Stock) Visible in Search Only
AdminUpdateFlatCategoryAndAddProductsTest.xml
- AdminUpdateFlatCategoryAndAddProductsTest
- Login as admin, update flat category by adding a simple product
AdminDeleteAttributeSetTest.xml
- AdminDeleteAttributeSetTest
- Admin should be able to delete an attribute set
EndToEndB2CLoggedInUserTest.xml
- EndToEndB2CLoggedInUserTest
AdminUpdateCategoryStoreUrlKeyTest.xml
- AdminUpdateCategoryStoreUrlKeyTest
- SEO-friendly URL should update regardless of scope or redirect change.
AdminCreateCustomProductAttributeWithDropdownFieldTest.xml
- AdminCreateCustomProductAttributeWithDropdownFieldTest
- login as admin and create configurable product attribute with Dropdown field
AdminDeleteSimpleProductTest.xml
- AdminDeleteSimpleProductTest
- Admin should be able to delete a simple product
AdminDeleteRootSubCategoryTest.xml
- AdminDeleteRootSubCategoryTest
- Login as admin and delete a root sub category
AdminCreateCategoryWithInactiveCategoryTest.xml
- AdminCreateCategoryWithInactiveCategoryTest
- Login as admin and create category with inactivated enable category option
AdminCreateSimpleProductWithUnicodeTest.xml
- AdminCreateSimpleProductWithUnicodeTest
- Admin should be able to create a unicode named simple product
AdminProductGridFilteringByDateAttributeTest.xml
- AdminProductGridFilteringByDateAttributeTest
- Data input in the new from date filter field should not change
AdminDeleteProductWithCustomOptionTest.xml
- AdminDeleteProductWithCustomOptionTest
- Admin should be able to delete a product with custom option
VerifyTinyMCEv4IsNativeWYSIWYGOnCatalogTest.xml
- VerifyTinyMCEv4IsNativeWYSIWYGOnCatalogTest
- Admin should see TinyMCEv4.6 is the native WYSIWYG on Catalog Page
AdminApplyTierPriceToProductTest.xml
- AdminApplyTierPriceToProductTest
- You should be able to apply tier price to a product.
- AdminApplyTierPriceToProductWithPercentageDiscountTest
- You should be able to apply tier price to a product with float percent discount.
AdminCreateVirtualProductWithTierPriceForGeneralGroupTest.xml
- AdminCreateVirtualProductWithTierPriceForGeneralGroupTest
- Test log in to Create virtual product and Create virtual product with tier price for General group
AdminCreateAttributeSetEntityTest.xml
- AdminCreateAttributeSetEntityTest
- Admin should be able to create attribute set with new product attribute
ProductAvailableAfterEnablingSubCategoriesTest.xml
- ProductAvailableAfterEnablingSubCategoriesTest
- Check that parent categories are showing products after enabling subcategories after fully reindex
AdminEditTextEditorProductAttributeTest.xml
- AdminEditTextEditorProductAttributeTest
- Admin are able to change Input Type of Text Editor product attribute
AdminCheckInactiveCategoryAndSubcategoryIsNotVisibleInNavigationMenuTest.xml
- AdminCheckInactiveCategoryAndSubcategoryIsNotVisibleInNavigationMenuTest
- Login as admin and verify inactive category and subcategory is not visible in navigation menu
AdminStoresAttributeSetNavigateMenuTest.xml
- AdminStoresAttributeSetNavigateMenuTest
- Admin should be able to navigate to Stores > Attribute Set
CreateProductAttributeEntityTest.xml
- CreateProductAttributeEntityTextFieldTest
- Admin should be able to create a TextField product attribute
- CreateProductAttributeEntityDateTest
- Admin should be able to create a Date product attribute
- CreateProductAttributeEntityPriceTest
- Admin should be able to create a Price product attribute
- CreateProductAttributeEntityDropdownTest
- Admin should be able to create a Dropdown product attribute
- CreateProductAttributeEntityDropdownWithSingleQuoteTest
- Admin should be able to create a Dropdown product attribute containing a single quote
- CreateProductAttributeEntityMultiSelectTest
- Admin should be able to create a MultiSelect product attribute
AdminCreateDuplicateCategoryTest.xml
- AdminCreateDuplicateCategoryTest
- Login as admin and create duplicate category
StorefrontAdvanceCatalogSearchVirtualProductBySkuWithHyphenTest.xml
- StorefrontAdvanceCatalogSearchVirtualProductBySkuWithHyphenTest
- Guest customer should be able to advance search virtual product with product sku that contains hyphen
AdminCheckConfigurableProductPriceWithDisabledChildProductTest.xml
- AdminCheckConfigurableProductPriceWithDisabledChildProductTest
- Login as admin and check the configurable product price when one child product is disabled
AdminDeleteTextFieldProductAttributeFromAttributeSetTest.xml
- AdminDeleteTextFieldProductAttributeFromAttributeSetTest
- Login as admin and delete Text Field type product attribute from attribute set
AdminUpdateVirtualProductWithRegularPriceInStockVisibleInCategoryOnlyTest.xml
- AdminUpdateVirtualProductWithRegularPriceInStockVisibleInCategoryOnlyTest
- Test log in to Update Virtual Product and Update Virtual Product with Regular Price (In Stock) Visible in Category Only
AdminCreateDropdownProductAttributeVisibleInStorefrontAdvancedSearchFormTest.xml
- AdminCreateDropdownProductAttributeVisibleInStorefrontAdvancedSearchFormTest
- Admin should able to create product Dropdown attribute and check its visibility on frontend in Advanced Search form
AdminFilteringCategoryProductsUsingScopeSelectorTest.xml
- AdminFilteringCategoryProductsUsingScopeSelectorTest
- Filtering Category Products using scope selector
CatalogImportExport
AdminExportSimpleProductAssignedToMainWebsiteAndConfigurableProductAssignedToCustomWebsiteTest.xml
- AdminExportSimpleProductAssignedToMainWebsiteAndConfigurableProductAssignedToCustomWebsiteTest
- Admin should be able to export Simple Product assigned to Main Website and Configurable Product assigned to Custom Website
AdminExportSimpleProductAndConfigurableProductsWithAssignedImagesTest.xml
- AdminExportSimpleProductAndConfigurableProductsWithAssignedImagesTest
- Admin should be able to export Simple and Configurable products with assigned images
AdminExportSimpleAndConfigurableProductsWithCustomOptionsTest.xml
- AdminExportSimpleAndConfigurableProductsWithCustomOptionsTest
- Admin should be able to export Simple and Configurable products with custom options
AdminExportGroupedProductWithSpecialPriceTest.xml
- AdminExportGroupedProductWithSpecialPriceTest
- Admin should be able to export grouped product with special price
AdminExportBundleProductTest.xml
- AdminExportBundleProductTest
- Admin should be able to export Bundle Product
AdminExportImportConfigurableProductWithImagesTest.xml
- AdminExportImportConfigurableProductWithImagesTest
- Check importing of configurable products with images present in filesystem
AdminExportSimpleProductWithCustomAttributeTest.xml
- AdminExportSimpleProductWithCustomAttributeTest
- Admin should be able to export Simple Product with custom attribute
CatalogInventory
AssociatedProductToConfigurableOutOfStockTest.xml
- AssociatedProductToConfigurableOutOfStockTest
- After last configurable product was ordered it becomes out of stock
AdminCreateProductWithZeroMaximumQtyAllowedInShoppingCartTest.xml
- AdminCreateProductWithZeroMaximumQtyAllowedInShoppingCartTest
- Verify that product maximum qty allowed in shopping cart can’t be set to zero or less
CatalogRule
AdminDeleteCatalogPriceRuleEntityTest.xml
- AdminDeleteCatalogPriceRuleEntityFromSimpleProductTest
- Assert that Catalog Price Rule is not applied for simple product.
- AdminDeleteCatalogPriceRuleEntityFromConfigurableProductTest
- Assert that Catalog Price Rule is not applied for configurable product
ApplyCatalogPriceRuleByProductAttributeTest.xml
- ApplyCatalogPriceRuleByProductAttributeTest
- Admin should be able to apply the catalog price rule by product attribute
AdminMarketingCatalogPriceRuleNavigateMenuTest.xml
- AdminMarketingCatalogPriceRuleNavigateMenuTest
- Admin should be able to navigate to Marketing > Catalog Price Rule
AdminDeleteCatalogPriceRuleTest.xml
- AdminDeleteCatalogPriceRuleTest
- Admin should be able to delete catalog price rule
AdminApplyCatalogRuleForConfigurableProductWithSpecialPricesTest.xml
- AdminApplyCatalogRuleForConfigurableProductWithSpecialPricesTest
- Admin should be able to apply the catalog price rule for configurable product with special prices
ApplyCatalogRuleForSimpleAndConfigurableProductTest.xml
- ApplyCatalogPriceRuleForSimpleProductAndConfigurableProductTest
- Admin should be able to apply the catalog price rule for simple product and configurable product
AdminCreateInactiveCatalogPriceRuleTest.xml
- AdminCreateInactiveCatalogPriceRuleTest
- Login as admin and create inactive catalog price Rule
StorefrontCatalogPriceRuleAndCustomerGroupMembershipArePersistedUnderLongTermCookieTest.xml
- StorefrontCatalogPriceRuleAndCustomerGroupMembershipArePersistedUnderLongTermCookieTest
- Verify that Catalog Price Rule and Customer Group Membership are persisted under long-term cookie
AdminCreateCatalogPriceRuleTest.xml
- AdminCreateCatalogPriceRuleByPercentTest
- Admin should be able to create a catalog price rule applied as a percentage of original (for simple product)
- AdminCreateCatalogPriceRuleByFixedTest
- Admin should be able to create a catalog price rule applied as a fixed amount (for simple product)
- AdminCreateCatalogPriceRuleToPercentTest
- Admin should be able to create a catalog price rule adjust final price to this percentage (for simple product)
- AdminCreateCatalogPriceRuleToFixedTest
- Admin should be able to create a catalog price rule adjust final price to discount value (for simple product)
- AdminCreateCatalogPriceRuleForCustomerGroupTest
- Admin should be able to apply the catalog rule by customer group
- AdminCreateCatalogPriceRuleWithInvalidDataTest
- Admin can not create catalog price rule with the invalid data
AdminEnableAttributeIsUndefinedCatalogPriceRuleTest.xml
- AdminEnableAttributeIsUndefinedCatalogPriceRuleTest
- Enable ‘is undefined’ condition to Scope Catalog Price rules by custom product attribute
AdminApplyCatalogRuleByCategoryTest.xml
- AdminApplyCatalogRuleByCategoryTest
- Admin should be able to apply the catalog rule by category
ApplyCatalogRuleForSimpleProductAndFixedMethodTest.xml
- ApplyCatalogRuleForSimpleProductAndFixedMethodTest
- Admin should be able to apply the catalog price rule for simple product with custom options
StorefrontInactiveCatalogRule2Test.xml
- StorefrontInactiveCatalogRule2Test
- Customer should not see the catalog price rule promotion if status is inactive
StorefrontInactiveCatalogRuleTest.xml
- StorefrontInactiveCatalogRuleTest
- Customer should not see the catalog price rule promotion if status is inactive
DeleteCustomerGroupTest.xml
- DeleteCustomerGroupTest
ApplyCatalogRuleForSimpleProductWithCustomOptionsTest.xml
- ApplyCatalogRuleForSimpleProductWithCustomOptionsTest
- Admin should be able to apply the catalog price rule for simple product with custom options
CatalogPriceRuleAndCustomerGroupMembershipArePersistedUnderLongTermCookieTest.xml
- CatalogPriceRuleAndCustomerGroupMembershipArePersistedUnderLongTermCookieTest
- Verify that Catalog Price Rule and Customer Group Membership are persisted under long-term cookie
ApplyCatalogRuleForSimpleProductForNewCustomerGroupTest.xml
- ApplyCatalogRuleForSimpleProductForNewCustomerGroupTest
- Admin should be able to apply the catalog price rule for simple product for new customer group
CatalogRuleConfigurable
AdminApplyCatalogRuleForConfigurableProductWithAssignedSimpleProducts2Test.xml
- AdminApplyCatalogRuleForConfigurableProductWithAssignedSimpleProducts2Test
- Admin should be able to apply catalog rule for configurable product with assigned simple products
AdminApplyCatalogRuleForConfigurableProductWithAssignedSimpleProductsTest.xml
- AdminApplyCatalogRuleForConfigurableProductWithAssignedSimpleProductsTest
- DEPRECATED. Admin should be able to apply catalog rule for configurable product with assigned simple products
AdminApplyCatalogRuleForConfigurableProductWithOptionsTest.xml
- AdminApplyCatalogRuleForConfigurableProductWithOptionsTest
- DEPRECATED. Admin should be able to apply the catalog rule for configurable product with options
AdminApplyCatalogRuleForConfigurableProductWithOptions2Test.xml
- AdminApplyCatalogRuleForConfigurableProductWithOptions2Test
- Admin should be able to apply the catalog rule for configurable product with options
CatalogSearch
AdvanceCatalogSearchSimpleProductTest.xml
- AdvanceCatalogSearchSimpleProductByNameTest
- AdvanceCatalogSearchSimpleProductBySkuTest
- AdvanceCatalogSearchSimpleProductByDescriptionTest
- AdvanceCatalogSearchSimpleProductByShortDescriptionTest
- AdvanceCatalogSearchSimpleProductByPriceTest
StorefrontAdvancedSearchNegativeProductSearchTest.xml
- StorefrontAdvancedSearchNegativeProductSearchTest
- Negative product search
StorefrontAdvancedSearchByPartialNameTest.xml
- StorefrontAdvancedSearchByPartialNameTest
- Search product in advanced search by partial name
StorefrontAdvancedSearchByShortDescriptionTest.xml
- StorefrontAdvancedSearchByShortDescriptionTest
- Search product in advanced search by short description
StorefrontAdvancedSearchByPartialSkuAndDescriptionTest.xml
- StorefrontAdvancedSearchByPartialSkuAndDescriptionTest
- Search product in advanced search by partial sku and description
EndToEndB2CGuestUserTest.xml
- EndToEndB2CGuestUserTest
- EndToEndB2CGuestUserMysqlTest
AdminMarketingSearchTermsNavigateMenuTest.xml
- AdminMarketingSearchTermsNavigateMenuTest
- Admin should be able to navigate to Marketing > Search Terms
StorefrontAdvancedSearchByNameSkuDescriptionPriceTest.xml
- StorefrontAdvancedSearchByNameSkuDescriptionPriceTest
- Search product in advanced search by name, sku, description, short description, price from 49 and price to 50
StorefrontAdvancedSearchEntitySimpleProductTest.xml
- StorefrontAdvancedSearchEntitySimpleProductTest
- Use Advanced Search to Find the Product
SearchEntityResultsTest.xml
- QuickSearchProductBySku
- Use Quick Search to find a product
- QuickSearchProductByName
- Use Quick Search to find a product
- QuickSearchProductByNameWithSpecialChars
- Use Quick Search to find a product by name
- QuickSearchEmptyResults
- Use invalid query to return no products
- QuickSearchWithTwoCharsEmptyResults
- Use of 2 character query to return no products
- QuickSearchProductByNameWithThreeLetters
- Use Quick Search to find a product using only first three letters
- QuickSearchProductBy128CharQuery
- Use Quick Search to find a product with name of 130 length with query of only 128
- QuickSearchTwoProductsWithSameWeight
- Use Quick Search to find a two products with the same weight
- QuickSearchTwoProductsWithDifferentWeight
- Use Quick Search to find a two products with the different weight
- QuickSearchAndAddToCart
- Use Quick Search to find simple Product and Add to Cart
- QuickSearchAndAddToCartVirtual
- Use Quick Search to find virtual Product and Add to Cart
- QuickSearchAndAddToCartConfigurable
- Use Quick Search to find configurable Product and Add to Cart
- QuickSearchAndAddToCartDownloadable
- Use Quick Search to find downloadable Product and Add to Cart
- QuickSearchAndAddToCartGrouped
- Use Quick Search to find grouped Product and Add to Cart
- QuickSearchAndAddToCartBundleDynamic
- Use Quick Search to find Bundle Dynamic Product and Add to Cart
- QuickSearchAndAddToCartBundleFixed
- Use Quick Search to find Bundle Fixed Product and Add to Cart
- QuickSearchConfigurableChildren
- Use Quick Search to find a configurable product with enabled/disable children
StorefrontAdvancedSearchWithoutEnteringDataTest.xml
- StorefrontAdvancedSearchWithoutEnteringDataTest
- ‘Enter a search term and try again.’ error message is missed in Advanced Search
StorefrontUpdateSearchTermEntityTest.xml
- StorefrontUpdateSearchTermEntityTest
- You should see the updated Search Term on the Storefront via the Admin.
StorefrontAdvancedSearchByAllParametersTest.xml
- StorefrontAdvancedSearchByAllParametersTest
- Search product in advanced search by name, sku, description, short description, price from and price to
StorefrontAdvancedSearchByNameTest.xml
- StorefrontAdvancedSearchByNameTest
- Search product in advanced search by name
StorefrontAdvancedSearchByDescriptionTest.xml
- StorefrontAdvancedSearchByDescriptionTest
- Search product in advanced search by description
StorefrontAdvancedSearchBySkuTest.xml
- StorefrontAdvancedSearchBySkuTest
- Search product in advanced search by sku
AdminDeleteSearchTermTest.xml
- AdminDeleteSearchTermTest
- Test log in to SearchTerm and DeleteSearchTerm
AdminCreateSearchTermEntityTest.xml
- AdminCreateSearchTermEntityTest
- Admin should be able to create search term
StorefrontQuickSearchConfigurableChildrenTest.xml
- StorefrontQuickSearchConfigurableChildrenTest
- Use Quick Search to find a configurable product with enabled/disable children
StorefrontAdvancedSearchByPriceFromAndPriceToTest.xml
- StorefrontAdvancedSearchByPriceFromAndPriceToTest
- Search product in advanced search by price from and price to
MinimalQueryLengthForCatalogSearchTest.xml
- MinimalQueryLengthForCatalogSearchTest
- Minimal query length for catalog search
EndToEndB2CLoggedInUserTest.xml
- EndToEndB2CLoggedInUserTest
StorefrontAdvancedSearchByPartialSkuTest.xml
- StorefrontAdvancedSearchByPartialSkuTest
- Search product in advanced search by partial sku
StorefrontAdvancedSearchByPriceToTest.xml
- StorefrontAdvancedSearchByPriceToTest
- Search product in advanced search by price to
StorefrontAdvancedSearchByPartialShortDescriptionTest.xml
- StorefrontAdvancedSearchByPartialShortDescriptionTest
- Search product in advanced search by partial short description
AdminReportsSearchTermsNavigateMenuTest.xml
- AdminReportsSearchTermsNavigateMenuTest
- Admin should be able to navigate to Reports > Search Terms
CatalogUrlRewrite
AdminCategoryWithRestrictedUrlKeyNotCreatedTest.xml
- AdminCategoryWithRestrictedUrlKeyNotCreatedTest
- Category with restricted Url Key cannot be created
RewriteStoreLevelUrlKeyOfChildCategoryTest.xml
- RewriteStoreLevelUrlKeyOfChildCategoryTest
- Rewriting Store-level URL key of child category
AdminUrlForProductRewrittenCorrectlyTest.xml
- AdminUrlForProductRewrittenCorrectlyTest
- Check that URL for product rewritten correctly
CatalogWidget
StorefrontProductGridUIUpdatesOnDesktopTest.xml
- StorefrontProductGridUIUpdatesOnDesktopTest
- Storefront product grid UI updates on Desktop
CatalogProductListWidgetOrderTest.xml
- CatalogProductListWidgetOrderTest
- Check that products are ordered with recently added products first
CatalogProductListWidgetOperatorsTest.xml
- CatalogProductListWidgetOperatorsTest
- Check ‘less than’, ‘equals or greater than’, ‘equals or less than’ operators
Checkout
StorefrontCustomerCheckoutWithNewCustomerRegistrationAndDisableGuestCheckoutTest.xml
- StorefrontCustomerCheckoutWithNewCustomerRegistrationAndDisableGuestCheckoutTest
- Customer is redirected to checkout on login, follow the new Customer registration when guest checkout is disabled
StorefrontAddTwoBundleMultiSelectOptionsToTheShoppingCartTest.xml
- StorefrontAddTwoBundleMultiSelectOptionsToTheShoppingCartTest
- Add two products to the cart from multi select options of a bundle product.
StorefrontUKCustomerCheckoutWithCouponTest.xml
- StorefrontUKCustomerCheckoutWithCouponTest
- Checkout as UK Customer with virtual product and downloadable product using coupon
CheckNotVisibleProductInMinicartTest.xml
- CheckNotVisibleProductInMinicartTest
- To be sure that product in mini-shopping cart remains visible after admin makes it not visible individually
StorefrontProductQuantityChangesInBackendAfterCustomerCheckoutTest.xml
- StorefrontProductQuantityChangesInBackendAfterCustomerCheckoutTest
- Checkout as UK customer with bank transfer payment method and verify product quantity reduced after order processed
StorefrontCustomerCheckoutWithoutRegionTest.xml
- StorefrontCustomerCheckoutWithoutRegionTest
- Shouldn’t be able to place an order as a customer without state if it’s required.
StorefrontDeleteSimpleAndVirtualProductFromMiniShoppingCartTest.xml
- StorefrontDeleteSimpleAndVirtualProductFromMiniShoppingCartTest
- Test log in to Shopping Cart and Delete Simple And Virtual Product From Mini Shopping Cart Test
StorefrontPersistentDataForGuestCustomerWithPhysicalQuoteTest.xml
- StorefrontPersistentDataForGuestCustomerWithPhysicalQuoteTest
- One can use Persistent Data for Guest Customer with physical quote
DeleteDownloadableProductFromShoppingCartTest.xml
- DeleteDownloadableProductFromShoppingCartTest
- Delete downloadable product from shopping cart
StorefrontAddOneBundleMultiSelectOptionToTheShoppingCartTest.xml
- StorefrontAddOneBundleMultiSelectOptionToTheShoppingCartTest
- Select one multi select option of a bundle product and add to the shopping cart
StorefrontApplyPromoCodeDuringCheckoutTest.xml
- StorefrontApplyPromoCodeDuringCheckoutTest
- Apply promo code during checkout for physical product
StorefrontAddDownloadableProductToShoppingCartTest.xml
- StorefrontAddDownloadableProductToShoppingCartTest
- Create Downloadable product with two links and add to the shopping cart
DeleteVirtualProductFromShoppingCartTest.xml
- DeleteVirtualProductFromShoppingCartTest
- Delete virtual product from shopping cart
DeleteBundleDynamicProductFromShoppingCartTest.xml
- DeleteBundleDynamicProductFromShoppingCartTest
- Delete bundle dynamic product from shopping cart
StoreFrontCheckCustomerInfoCreatedByGuestTest.xml
- StoreFrontCheckCustomerInfoCreatedByGuestTest
- Check customer information after placing the order as the guest who created an account
StorefrontProductNameMinicartOnCheckoutPageDifferentStoreViewsTest.xml
- StorefrontProductNameMinicartOnCheckoutPageDifferentStoreViewsTest
- Checking Product name in Minicart and on Checkout page with different store views
StorefrontUSCustomerCheckoutWithCouponAndBankTransferPaymentMethodTest.xml
- StorefrontUSCustomerCheckoutWithCouponAndBankTransferPaymentMethodTest
- Checkout as US customer using coupon and bank transfer payment method
StorefrontDeleteBundleProductFromMiniShoppingCartTest.xml
- StorefrontDeleteBundleProductFromMiniShoppingCartTest
- Test log in to Shopping Cart and Delete Bundle Product From Mini Shopping Cart Test
StorefrontDeleteDownloadableProductFromMiniShoppingCartTest.xml
- StorefrontDeleteDownloadableProductFromMiniShoppingCartTest
- Test log in to Shopping Cart and Delete Downloadable Product From Mini Shopping Cart Test
StorefrontCheckVirtualProductCountDisplayWithCustomDisplayConfigurationTest.xml
- StorefrontCheckVirtualProductCountDisplayWithCustomDisplayConfigurationTest
- Verify virtual products count in mini cart and summary block with custom display configuration
StoreFrontAddProductWithAllTypesOfCustomOptionToTheShoppingCartWithoutAnySelectedOptionTest.xml
- StoreFrontAddProductWithAllTypesOfCustomOptionToTheShoppingCartWithoutAnySelectedOptionTest
- Add simple product with all types of custom options to cart without selecting any options
ConfiguringInstantPurchaseFunctionalityTest.xml
- ConfiguringInstantPurchaseFunctionalityTest
- Configuring instant purchase
StorefrontCheckoutWithSpecialPriceProductsTest.xml
- StorefrontCheckoutWithSpecialPriceProductsTest
- Create simple and configurable product with special prices and verify customer checkout
StorefrontUpdateShoppingCartSimpleWithCustomOptionsProductQtyTest.xml
- StorefrontUpdateShoppingCartSimpleWithCustomOptionsProductQtyTest
- Check updating shopping cart while updating qty of items with custom options
OnePageCheckoutUsingSignInLinkTest.xml
- OnePageCheckoutUsingSignInLinkTest
- Checkout using ‘Sign In’ link
EndToEndB2CGuestUserTest.xml
- EndToEndB2CGuestUserTest
- EndToEndB2CGuestUserMysqlTest
IdentityOfDefaultBillingAndShippingAddressTest.xml
- IdentityOfDefaultBillingAndShippingAddressTest
- In ‘Address book’ field ‘Default Billing Address’ should be the same as ‘Default Shipping Address’
StorefrontOnePageCheckoutJsValidationTest.xml
- StorefrontOnePageCheckoutJsValidationTest
- Js validation error messages must be absent for required fields after checkout start.
StorefrontDeleteSimpleProductFromMiniShoppingCartTest.xml
- StorefrontDeleteSimpleProductFromMiniShoppingCartTest
- Test log in to Shopping Cart and Delete Simple Product From Mini Shopping Cart Test
CheckoutSpecificDestinationsTest.xml
- CheckoutSpecificDestinationsTest
- Check that top destinations can be removed after a selection was previously saved
OnePageCheckoutAsCustomerUsingDefaultAddressTest.xml
- OnePageCheckoutAsCustomerUsingDefaultAddressTest
- Checkout as customer using default address
DeleteConfigurableProductFromShoppingCartTest.xml
- DeleteConfigurableProductFromShoppingCartTest
- Delete configurable product from shopping cart
StorefrontGuestCheckoutForSpecificCountriesTest.xml
- StorefrontGuestCheckoutForSpecificCountriesTest
- Checkout flow if shipping rates are not available
StorefrontAddBundleDynamicProductToShoppingCartTest.xml
- StorefrontAddBundleDynamicProductToShoppingCartTest
- Add bundle dynamic product to the cart
StorefrontRefreshPageDuringGuestCheckoutTest.xml
- StorefrontRefreshPageDuringGuestCheckoutTest
- Address is not lost for guest checkout if guest refresh page during checkout
StorefrontMissingPagerShoppingCartWith20ProductsTest.xml
- StorefrontMissingPagerShoppingCartWith20ProductsTest
- Test if the cart pager is missing with 20 cart items.
AddressStateFieldForUKCustomerRemainOptionAfterRefreshTest.xml
- AddressStateFieldForUKCustomerRemainOptionAfterRefreshTest
- Address State Field For UK Customers Remain Option even After Browser Refresh
StorefrontAddGroupedProductToShoppingCartTest.xml
- StorefrontAddGroupedProductToShoppingCartTest
- Create grouped product with three simple product and Add grouped product to the cart
StorefrontAddProductWithAllTypesOfCustomOptionToTheShoppingCartTest.xml
- StorefrontAddProductWithAllTypesOfCustomOptionToTheShoppingCartTest
- Create a simple products with all types of oprtions and add it to the cart
UpdateProductFromMiniShoppingCartEntityTest.xml
- UpdateProductFromMiniShoppingCartEntityTest
- Update Product Qty on Mini Shopping Cart
StorefrontCheckoutDisabledBundleProductTest.xml
- StorefrontCheckoutDisabledBundleProductTest
- Customer should be able to checkout if there is at least one available product in the cart
StorefrontCustomerCheckoutTest.xml
- StorefrontCustomerCheckoutTest
- Should be able to place an order as a customer.
- StorefrontCustomerCheckoutTestWithMultipleAddressesAndTaxRates
- Should be able to place an order as a customer with multiple addresses and tax rates.
- StorefrontCustomerCheckoutTestWithRestrictedCountriesForPayment
- Should be able to place an order as a Customer with restricted countries for payment.
StorefrontCheckCartItemDisplayWithDefaultDisplayLimitAndDefaultTotalQuantityTest.xml
- StorefrontCheckCartItemDisplayWithDefaultDisplayLimitAndDefaultTotalQuantityTest
- Add 10 items to the cart and check cart display with default display limit
OnePageCheckoutAsCustomerUsingNonDefaultAddressTest.xml
- OnePageCheckoutAsCustomerUsingNonDefaultAddressTest
- Checkout as customer using non default address
StorefrontValidateEmailOnCheckoutTest.xml
- StorefrontValidateEmailOnCheckoutTest
- Guest should not be able to place an order when invalid e-mail address provided
OnePageCheckoutAsCustomerUsingNewAddressTest.xml
- OnePageCheckoutAsCustomerUsingNewAddressTest
- Checkout as customer using new address
StorefrontGuestCheckoutUsingFreeShippingAndTaxesTest.xml
- StorefrontGuestCheckoutUsingFreeShippingAndTaxesTest
- Verify guest checkout using free shipping and tax variations
StorefrontCheckCartItemDisplayWhenMoreItemsAddedToTheCartThanDefaultDisplayLimitTest.xml
- StorefrontCheckCartItemDisplayWhenMoreItemsAddedToTheCartThanDefaultDisplayLimitTest
- Add 11 Simple product to the cart and check cart display with default display limit
StorefrontCheckSimpleProductCartItemDisplayWithDefaultLimitationTest.xml
- StorefrontCheckSimpleProductCartItemDisplayWithDefaultLimitationTest
- Add 10 SimpleProducts to the cart and check cart display with default display limit
NoErrorCartCheckoutForProductsDeletedFromMiniCartTest.xml
- NoErrorCartCheckoutForProductsDeletedFromMiniCartTest
- No error from cart should be thrown for product deleted from minicart
StorefrontUpdatePriceInShoppingCartAfterProductSaveTest.xml
- StorefrontUpdatePriceInShoppingCartAfterProductSaveTest
- Price in shopping cart should be updated after product save with changed price
ZeroSubtotalOrdersWithProcessingStatusTest.xml
- ZeroSubtotalOrdersWithProcessingStatusTest
- Created order should be in Processing status
EditShippingAddressOnePageCheckoutTest.xml
- EditShippingAddressOnePageCheckoutTest
- Edit Shipping Address on Checkout Page.
StorefrontCustomerLoginDuringCheckoutTest.xml
- StorefrontCustomerLoginDuringCheckoutTest
- Logging during checkout for customer without addresses in address book
StorefrontCheckPagerShoppingCartWithMoreThan20ProductsTest.xml
- StorefrontCheckPagerShoppingCartWithMoreThan20ProductsTest
- Test if the cart pager is visible with more than 20 cart items and the pager disappears if an item is removed from cart.
StorefrontRegionUpdatesAfterChangingCountryAndLeavingRegionSelectUnselectedTest.xml
- StorefrontRegionUpdatesAfterChangingCountryAndLeavingRegionSelectUnselectedTest
- Region dupdates after changing country and leaving region select unselected
StorefrontCheckoutWithDifferentShippingAndBillingAddressAndProductWithTierPricesTest.xml
- StorefrontCheckoutWithDifferentShippingAndBillingAddressAndProductWithTierPricesTest
- Checkout as a customer with different shipping and billing address and product with tier prices
OnePageCheckoutWithAllProductTypesTest.xml
- OnePageCheckoutWithAllProductTypesTest
- Checkout with all product types
StorefrontGuestCheckoutTest.xml
- StorefrontGuestCheckoutTest
- Should be able to place an order as a Guest
- StorefrontGuestCheckoutWithSidebarDisabledTest
- Should be able to place an order as a Guest when Cart sidebar is disabled
- StorefrontGuestCheckoutTestWithRestrictedCountriesForPayment
- Should be able to place an order as a Guest with restricted countries for payment.
DeleteGroupedProductFromShoppingCartTest.xml
- DeleteGroupedProductFromShoppingCartTest
- Delete grouped product from shopping cart
ShoppingCartAndMiniShoppingCartPerCustomerTest.xml
- ShoppingCartAndMiniShoppingCartPerCustomerTest
- Shopping cart and mini shopping cart per customer with enabled cached
StoreFrontUpdateShoppingCartWhileUpdateMinicartTest.xml
- StoreFrontUpdateShoppingCartWhileUpdateMinicartTest
- Check updating shopping cart while updating items from minicart
DefaultBillingAddressShouldBeCheckedOnPaymentPageTest.xml
- DefaultBillingAddressShouldBeCheckedOnPaymentPageTest
- Default billing address should be preselected on payments page on checkout if it exist
StorefrontAddConfigurableProductToShoppingCartTest.xml
- StorefrontAddConfigurableProductToShoppingCartTest
- Create configurable product with three options and add configurable product to the cart
AdminCheckConfigsChangesIsNotAffectedStartedCheckoutProcessTest.xml
- AdminCheckConfigsChangesAreNotAffectedStartedCheckoutProcessTest
- Changes in admin for shipping rates are not affecting checkout process that has been started
StorefrontOnePageCheckoutDataWhenChangeQtyTest.xml
- StorefrontOnePageCheckoutDataWhenChangeQtyTest
- One page Checkout Customer data when changing Product Qty
AddressStateFieldShouldNotAcceptJustIntegerValuesTest.xml
- AddressStateFieldShouldNotAcceptJustIntegerValuesTest
- Address State field should not allow just integer values
StorefrontCustomerCheckoutDisabledProductAndCouponTest.xml
- StorefrontCustomerCheckoutDisabledProductAndCouponTest
- Customer can login with disabled product in the cart and a coupon applied
StorefrontGuestCheckoutWithCouponAndZeroSubtotalTest.xml
- StorefrontGuestCheckoutWithCouponAndZeroSubtotalTest
- Checkout with virtual product using coupon for not logged in customers with Zero Subtotal
StorefrontDeleteProductsWithCartItemsDisplayDefaultLimitationFromMiniShoppingCartTest.xml
- StorefrontDeleteProductsWithCartItemsDisplayDefaultLimitationFromMiniShoppingCartTest
- Test log in to Shopping Cart and Delete Products With Cart Items Display Default Limitation From Mini Shopping Cart Test
StorefrontVerifySecureURLRedirectCheckoutTest.xml
- StorefrontVerifySecureURLRedirectCheckout
- Verify that the Secure URL configuration applies to the Checkout pages on the Storefront
CheckCheckoutSuccessPageTest.xml
- CheckCheckoutSuccessPageAsRegisterCustomer
- To be sure that other elements of Success page are shown for placed order as registered Customer.
- CheckCheckoutSuccessPageAsGuest
- To be sure that other elements of Success page are presented for placed order as Guest
StorefrontCustomerCheckoutOnLoginWhenGuestCheckoutIsDisabledTest.xml
- StorefrontCustomerCheckoutOnLoginWhenGuestCheckoutIsDisabledTest
- Customer is redirected to checkout on login when guest checkout is disabled
StoreFrontFreeShippingRecalculationAfterCouponCodeAddedTest.xml
- StoreFrontFreeShippingRecalculationAfterCouponCodeAddedTest
- User should be able to do checkout free shipping recalculation after adding coupon code
StorefrontCheckCartAndCheckoutItemsCountTest.xml
- StorefrontCartItemsCountDisplayItemsQuantities
- Items count in shopping cart and on checkout page should be consistent with settings ‘checkout/cart_link/use_qty’
- StorefrontCartItemsCountDisplayUniqueItems
- Items count in shopping cart and on checkout page should be consistent with settings ‘checkout/cart_link/use_qty’
StorefrontCheckoutWithDifferentShippingAndBillingAddressAndRegisterCustomerAfterCheckoutTest.xml
- StorefrontCheckoutWithDifferentShippingAndBillingAddressAndRegisterCustomerAfterCheckoutTest
- Checkout as UK customer with different shipping/billing address and register checkout method
EndToEndB2CLoggedInUserTest.xml
- EndToEndB2CLoggedInUserTest
StorefrontShoppingCartCheckCustomerDefaultShippingAddressForVirtualQuoteTest.xml
- StorefrontShoppingCartCheckCustomerDefaultShippingAddressForVirtualQuoteTest
- Estimator in Shopping cart must be pre-filled by Customer default shipping address for virtual quote
StorefrontNotApplicableShippingMethodInReviewAndPaymentStepTest.xml
- StorefrontNotApplicableShippingMethodInReviewAndPaymentStepTest
- User should not be able to place order when free shipping declined after applying coupon code
StorefrontCustomerCheckoutProcessTest.xml
- StorefrontCustomerCheckoutProcessTest
- Should be able to place an order as a customer.
StorefrontAddBundleDynamicProductToShoppingCartWithDisableMiniCartSidebarTest.xml
- StorefrontAddBundleDynamicProductToShoppingCartWithDisableMiniCartSidebarTest
- Create Grouped product and verify mini cart action with disabled and enable Mini Cart Sidebar
StorefrontGuestCheckoutDataPersistTest.xml
- StorefrontGuestCheckoutDataPersistTest
- Checkout data should be persist after updating cart
StorefrontCustomerPlaceOrderWithNewAddressesThatWasEditedTest.xml
- StorefrontCustomerPlaceOrderWithNewAddressesThatWasEditedTest
- Customer can place order with new addresses.
StorefrontDeleteConfigurableProductFromMiniShoppingCartTest.xml
- StorefrontDeleteConfigurableProductFromMiniShoppingCartTest
- Test log in to Shopping Cart and Delete Configurable Product From Mini Shopping Cart Test
StorefrontShoppingCartPagerForOneItemPerPageAnd2ProductsTest.xml
- StorefrontShoppingCartPagerForOneItemPerPageAnd2ProductsTest
- Test if the cart pager is visible with 2 cart items and one item per page.
StorefrontUKGuestCheckoutWithConditionProductQuantityEqualsToOrderedQuantityTest.xml
- StorefrontUKGuestCheckoutWithConditionProductQuantityEqualsToOrderedQuantityTest
- Checkout as UK guest with condition available product quantity equals to ordered product quantity
StorefrontUpdateShoppingCartSimpleProductQtyTest.xml
- StorefrontUpdateShoppingCartSimpleProductQtyTest
- Check updating shopping cart while updating items qty
StorefrontShippingMethodIsNotApplicableInReviewAndPaymentStepTest.xml
- StorefrontShippingMethodIsNotApplicableInReviewAndPaymentStepTest
- User should not be able to place order when free shipping declined after applying coupon code
DeleteBundleFixedProductFromShoppingCartTest.xml
- DeleteBundleFixedProductFromShoppingCartTest
- Delete bundle fixed product from shopping cart
StorefrontCheckCartAndSummaryBlockItemDisplayWithDefaultDisplayLimitationTest.xml
- StorefrontCheckCartAndSummaryBlockItemDisplayWithDefaultDisplayLimitationTest
- Add 10 items to the cart and check cart and summary block display with default display limit
CheckoutAgreements
AdminStoresTermsAndConditionsNavigateMenuTest.xml
- AdminStoresTermsAndConditionsNavigateMenuTest
- Admin should be able to navigate to Stores > Terms and Conditions
Cms
AdminAddVariableToWYSIWYGBlockTest.xml
- AdminAddVariableToWYSIWYGBlockTest
- You should be able to add variable to WYSIWYG content Block
AdminAddVariableToWYSIWYGCMSTest.xml
- AdminAddVariableToWYSIWYGCMSTest
- Admin should be able to insert the default Magento variable into content of WYSIWYG on CMS Pages
AdminAddWidgetToWYSIWYGWithCMSPageLinkTypeTest.xml
- AdminAddWidgetToWYSIWYGWithCMSPageLinkTypeTest
- Admin should be able to create a CMS page with widget type: CMS page link
AdminAddWidgetToWYSIWYGWithCatalogProductLinkTypeTest.xml
- AdminAddWidgetToWYSIWYGWithCatalogProductLinkTypeTest
- Admin should be able to create a CMS page with widget type: Catalog product link
VerifyTinyMCEv4IsNativeWYSIWYGOnBlockTest.xml
- VerifyTinyMCEv4IsNativeWYSIWYGOnBlockTest
- Admin should see TinyMCEv4.6 is the native WYSIWYG on Block
AdminAddWidgetToWYSIWYGWithCatalogCategoryLinkTypeTest.xml
- AdminAddWidgetToWYSIWYGWithCatalogCategoryLinkTypeTest
- Admin should be able to create a CMS page with widget type: Catalog category link
AdminCmsPageMassActionTest.xml
- AdminCmsPageMassActionTest
- Admin should be able to perform mass actions to CMS pages
AdminAddWidgetToWYSIWYGWithRecentlyComparedProductsTypeTest.xml
- AdminAddWidgetToWYSIWYGWithRecentlyComparedProductsTypeTest
- Admin should be able to create a CMS page with widget type: Recently Compared Products
VerifyTinyMCEv4IsNativeWYSIWYGOnCMSPageTest.xml
- VerifyTinyMCEv4IsNativeWYSIWYGOnCMSPageTest
- Admin should see TinyMCEv4.6 is the native WYSIWYG on CMS Page
StoreViewLanguageCorrectSwitchTest.xml
- StoreViewLanguageCorrectSwitchTest
- Check that Store View(language) switches correct
AdminAddWidgetToWYSIWYGWithRecentlyViewedProductsTypeTest.xml
- AdminAddWidgetToWYSIWYGWithRecentlyViewedProductsTypeTest
- Admin should be able to create a CMS page with widget type: Recently Viewed Products
AdminMediaGalleryPopupUploadImagesWithoutErrorTest.xml
- AdminMediaGalleryPopupUploadImagesWithoutErrorTest
- Media Gallery popup upload images without error
AdminAddImageToCMSPageTinyMCE3Test.xml
- AdminAddImageToCMSPageTinyMCE3Test
- Verify that admin is able to upload image to CMS Page with TinyMCE3 enabled
AdminContentPagesNavigateMenuTest.xml
- AdminContentPagesNavigateMenuTest
- Admin should be able to navigate to Content > Pages
AdminAddWidgetToWYSIWYGBlockTest.xml
- AdminAddWidgetToWYSIWYGBlockTest
- Admin should be able to add widget to WYSIWYG content Block
AdminAddWidgetToWYSIWYGWithCMSStaticBlockTypeTest.xml
- AdminAddWidgetToWYSIWYGWithCMSStaticBlockTypeTest
- Admin should be able to create a CMS page with widget type: CMS Static Block
AdminAddWidgetToWYSIWYGWithCatalogProductListTypeTest.xml
- AdminAddWidgetToWYSIWYGWithCatalogProductListTypeTest
- Admin should be able to create a CMS page with widget type: Catalog product list
AdminCreateCmsPageTest.xml
- AdminCreateCmsPageTest
- Admin should be able to create a CMS Page
- AdminConfigDefaultCMSPageLayoutFromConfigurationSettingTest
- Admin should be able to configure the default layout for CMS Page from System Configuration
- AdminCreateDuplicatedCmsPageTest
- Admin should be able to duplicate a CMS Page
CheckOrderOfProdsInWidgetOnCMSPageTest.xml
- CheckOrderOfProdsInWidgetOnCMSPageTest
- Checking order of products in a widget on a CMS page - SKU condition
AdminAddImageToWYSIWYGBlockTest.xml
- AdminAddImageToWYSIWYGBlockTest
- Admin should be able to add image to WYSIWYG content of Block
AdminAddImageToWYSIWYGCMSTest.xml
- AdminAddImageToWYSIWYGCMSTest
- Admin should be able to add image to WYSIWYG content of CMS Page
AdminCreateCmsBlockTest.xml
- AdminCreateDuplicatedCmsBlockTest
- Admin should be able to duplicate a CMS block
CheckStaticBlocksTest.xml
- CheckStaticBlocksTest
- Check static blocks: ID should be unique per Store View
AdminContentBlocksNavigateMenuTest.xml
- AdminContentBlocksNavigateMenuTest
- Admin should be able to navigate to Content > Blocks
Config
CheckingCountryDropDownWithOneAllowedCountryTest.xml
- CheckingCountryDropDownWithOneAllowedCountryTest
- Check country drop-down with one allowed country
ConfigurationTest.xml
- VerifyAllowDynamicMediaURLsSettingIsRemoved
- Verify that Allow Dynamic Media URLs setting is removed from configuration page
ConfigurableProduct
AdminDeleteConfigurableProductTest.xml
- AdminDeleteConfigurableProductTest
- Admin should be able to delete a configurable product
NewProductsListWidgetConfigurableProductTest.xml
- NewProductsListWidgetConfigurableProductTest
- Admin should be able to set Configurable Product as new so that it shows up in the Catalog New Products List Widget
StorefrontSortingByPriceForConfigurableWithCatalogRuleAppliedTest.xml
- StorefrontSortingByPriceForConfigurableProductWithCatalogRuleAppliedTest
- Sort by price should be correct if the apply Catalog Rule to child product of configurable product
AdminCheckConfigurableProductAttributeValueUniquenessTest.xml
- AdminCheckConfigurableProductAttributeValueUniquenessTest
- Attribute value validation (check for uniqueness) in configurable products
ConfigurableProductAttributeNameDesignTest.xml
- ConfigurableProductAttributeNameDesignTest
- Generation of configurable products with an attribute named ‘design’
StorefrontVerifyConfigurableProductLayeredNavigationTest.xml
- StorefrontVerifyConfigurableProductLayeredNavigationTest
- Login as admin and verify out of stock configurable attribute option doesn’t show in Layered Navigation
AdminConfigurableProductUpdateTest.xml
- AdminConfigurableProductBulkUpdateTest
- admin should be able to bulk update attributes of configurable products
- AdminConfigurableProductRemoveAnOptionTest
- Admin should be able to remove a product configuration
- AdminConfigurableProductDisableAnOptionTest
- Admin should be able to disable a product configuration
- AdminConfigurableProductRemoveConfigurationTest
- Admin should be able to remove a configuration from a Configurable Product
- AdminConfigurableProductAddConfigurationTest
- Admin should be able to edit configuration to add a value to an existing attribute
AdminCreateConfigurableProductWithTwoOptionsAssignedToCategoryTest.xml
- AdminCreateConfigurableProductWithTwoOptionsAssignedToCategoryTest
- Admin should be able to create configurable product with two new options, assigned to category, child products are not visible individually
NoErrorForMiniCartItemEditTest.xml
- NoErrorForMiniCartItemEditTest
- Already selected configurable option should be selected when configurable product is edited from minicart
AdminCreateAndEditConfigurableProductSettingsTest.xml
- AdminCreateAndEditConfigurableProductSettingsTest
- Admin should be able to set/edit other product information when creating/editing a configurable product
AdminAddDefaultImageConfigurableTest.xml
- AdminAddDefaultImageConfigurableTest
- Admin should be able to add default images for a Configurable Product
AdminCreateConfigurableProductWithTwoOptionsWithoutAssignedToCategoryTest.xml
- AdminCreateConfigurableProductWithTwoOptionsWithoutAssignedToCategoryTest
- Admin should be able to create configurable product with two options without assigned to category, child products are not visible individually
AdminCreateConfigurableProductWithTierPriceForOneItemTest.xml
- AdminCreateConfigurableProductWithTierPriceForOneItemTest
- Admin should be able to create configurable product with tier price for one item
AdminCreateConfigurableProductWithDisabledChildrenProductsTest.xml
- AdminCreateConfigurableProductWithDisabledChildrenProductsTest
- Admin should be able to create configurable product with disabled children products, assigned to category
AdminCheckValidatorConfigurableProductTest.xml
- AdminCheckValidatorConfigurableProductTest
- Verify validator works correctly for Configurable Products
EndToEndB2CGuestUserTest.xml
- EndToEndB2CGuestUserTest
- EndToEndB2CGuestUserMysqlTest
StorefrontShouldSeeOnlyConfigurableProductChildAssignedToSeparateCategoryTest.xml
- StorefrontShouldSeeOnlyConfigurableProductChildAssignedToSeparateCategoryTest
- Create configurable product, add to category such that only child variation is visible in category
AdminConfigurableProductLongSkuTest.xml
- AdminConfigurableProductLongSkuTest
- Try to create a product with sku slightly less than char limit. Get client side SKU length error for child products. Correct SKUs and save product succeeds.
AdminRemoveDefaultImageConfigurableTest.xml
- AdminRemoveDefaultImageConfigurableTest
- Admin should be able to remove default images from a Configurable Product
StorefrontConfigurableProductChildSearchTest.xml
- StorefrontConfigurableProductChildSearchTest
- Guest customer should be able to search configurable product by attributes of child products
AdminConfigurableProductOutOfStockTest.xml
- AdminConfigurableProductChildrenOutOfStockTest
- Configurable Product goes ‘Out of Stock’ if all associated Simple Products are ‘Out of Stock’
- AdminConfigurableProductOutOfStockTestDeleteChildren
- Configurable Product goes ‘Out of Stock’ if all associated Simple Products are deleted
- AdminConfigurableProductOutOfStockAndDeleteCombinationTest
- Configurable Product goes ‘Out of Stock’ if all associated Simple Products are a combination of ‘Out of Stock’ and deleted
AdminRelatedProductsTest.xml
- AdminRelatedProductsTest
- Admin should be able to promote products as related
StorefrontVisibilityOfDuplicateProductTest.xml
- StorefrontVisibilityOfDuplicateProductTest
- Check visibility of duplicate product on the Storefront
ConfigurableProductPriceAdditionalStoreViewTest.xml
- ConfigurableProductPriceAdditionalStoreViewTest
- Configurable product price should not disappear for additional stores on frontEnd if disabled for default store
AdminAssertNoticeThatExistingSkuAutomaticallyChangedWhenSavingProductWithSameSkuTest.xml
- AdminAssertNoticeThatExistingSkuAutomaticallyChangedWhenSavingProductWithSameSkuTest
- Admin should not be able to create configurable product and two new options with the same sku
StorefrontConfigurableProductWithFileCustomOptionTest.xml
- StorefrontConfigurableProductWithFileCustomOptionTest
- Configurable product has file custom option. When adding to cart with an invalid filetype, the correct error message is shown, and options remain selected.
AdminCreateConfigurableProductWithImagesTest.xml
- AdminCreateConfigurableProductWithImagesTest
- Admin should be able to create configurable product with images
AdvanceCatalogSearchConfigurableTest.xml
- AdvanceCatalogSearchConfigurableByNameTest
- Guest customer should be able to advance search configurable product with product name
- AdvanceCatalogSearchConfigurableBySkuTest
- Guest customer should be able to advance search configurable product with product sku
- AdvanceCatalogSearchConfigurableByDescriptionTest
- Guest customer should be able to advance search configurable product with product description
- AdvanceCatalogSearchConfigurableByShortDescriptionTest
- Guest customer should be able to advance search configurable product with product short description
AdminCreateConfigurableProductWithThreeProductDisplayOutOfStockProductsTest.xml
- AdminCreateConfigurableProductWithThreeProductDisplayOutOfStockProductsTest
- Admin should be able to create Configurable Product with one out of stock and several in stock options, display out of stock products
AdminProductTypeSwitchingOnEditingTest.xml
- AdminSimpleProductTypeSwitchingToConfigurableProductTest
- Simple product type switching on editing to configurable product
- AdminConfigurableProductTypeSwitchingToVirtualProductTest
- Configurable product type switching on editing to virtual product
- AdminVirtualProductTypeSwitchingToConfigurableProductTest
- Virtual product type switching on editing to configurable product
NoOptionAvailableToConfigureDisabledProductTest.xml
- NoOptionAvailableToConfigureDisabledProductTest
- Disabled variation of configurable product can’t be added to shopping cart via admin
AdminConfigurableProductDeleteTest.xml
- AdminConfigurableProductDeleteTest
- admin should be able to delete a configurable product
- AdminConfigurableProductBulkDeleteTest
- admin should be able to mass delete configurable products
EndToEndB2CAdminTest.xml
- EndToEndB2CAdminTest
StorefrontCheckSortingByPriceForConfigurableWithCatalogRuleAppliedTest.xml
- StorefrontCheckSortingByPriceForConfigurableWithCatalogRuleAppliedTest
- Sort by price should be correct if the apply Catalog Rule to child product of configurable product
AdminConfigurableProductUpdateAttributeTest.xml
- AdminConfigurableProductUpdateAttributeTest
- Admin should be able to update existing attributes of a configurable product
- AdminConfigurableProductUpdateChildAttributeTest
- Admin should be able to update existing attributes of child products of a configurable product
AdminConfigurableSetEditRelatedProductsTest.xml
- AdminConfigurableSetEditRelatedProductsTest
- Admin should be able to set/edit Related Products information when editing a configurable product
AdminCreateConfigurableProductWithThreeProductDontDisplayOutOfStockProductsTest.xml
- AdminCreateConfigurableProductWithThreeProductDontDisplayOutOfStockProductsTest
- Admin should be able to create Configurable Product with one out of stock and several in stock options, don’t display out of stock products
AdminCreateConfigurableProductWithCreatingCategoryAndAttributeTest.xml
- AdminCreateConfigurableProductWithCreatingCategoryAndAttributeTest
- Admin should be able to create configurable product with creating new category and new attribute (required fields only)
AdminCheckResultsOfColorAndOtherFiltersTest.xml
- AdminCheckResultsOfColorAndOtherFiltersTest
- Checking results of filters: color and other filters
ProductsQtyReturnAfterOrderCancelTest.xml
- ProductsQtyReturnAfterOrderCancel
- Check Product qunatity return after order cancel
AdminConfigurableProductSearchTest.xml
- AdminConfigurableProductSearchTest
- admin should be able to search for a configurable product
- AdminConfigurableProductFilterByTypeTest
- admin should be able to filter by type configurable product
EndToEndB2CLoggedInUserTest.xml
- EndToEndB2CLoggedInUserTest
AdminAddingNewOptionsWithImagesAndPricesToConfigurableProductTest.xml
- AdminAddingNewOptionsWithImagesAndPricesToConfigurableProductTest
- Test case verifies possibility to add new options for configurable attribute for existing configurable product.
StorefrontAdvanceCatalogSearchConfigurableBySkuWithHyphenTest.xml
- StorefrontAdvanceCatalogSearchConfigurableBySkuWithHyphenTest
- Guest customer should be able to advance search configurable product with product sku that contains hyphen
AdminCreateConfigurableProductBasedOnParentSkuTest.xml
- AdminCreateConfigurableProductBasedOnParentSkuTest
- Admin should be able to create configurable product with two new options based on parent SKU, without assigned to category and attribute set
AdminConfigurableProductCreateTest.xml
- AdminConfigurableProductCreateTest
- admin should be able to create a configurable product with attributes
- AdminCreateConfigurableProductAfterGettingIncorrectSKUMessageTest
- admin should be able to create a configurable product after incorrect sku
StorefrontConfigurableProductDetailsTest.xml
- StorefrontConfigurableProductBasicInfoTest
- Guest customer should see basic Configurable Product details
- StorefrontConfigurableProductOptionsTest
- Guest customer should be able to see product configuration options
- StorefrontConfigurableProductCanAddToCartTest
- Guest customer should be able to successfully add the product to the cart
- StorefrontConfigurableProductCantAddToCartTest
- Guest customer should not be able to add the product to the cart if options are not selected
- StorefrontConfigurableProductVariationsTest
- Customer should get the right options list for each variation of configurable product
StorefrontConfigurableProductViewTest.xml
- StorefrontConfigurableProductGridViewTest
- customer should see the configurable product in the category grid
- StorefrontConfigurableProductListViewTest
- customer should see the configurable product in the category list
- StorefrontConfigurableProductAddToCartTest
- customer should be taken to the product details page when clicking add to cart
AdminConfigurableProductSetEditContentTest.xml
- AdminConfigurableProductSetEditContentTest
- Admin should be able to set/edit product Content when editing a configurable product
StorefrontConfigurableProductCategoryViewChildOnlyTest.xml
- StorefrontConfigurableProductCategoryViewChildOnlyTest
- Create configurable product, add to category such that only child variation is visible in category
Contact
StorefrontVerifySecureURLRedirectContactTest.xml
- StorefrontVerifySecureURLRedirectContact
- Verify that the Secure URL configuration applies to the Contact pages on the Storefront
CurrencySymbol
AdminOrderRateDisplayWhenChooseThreeAllowedCurrenciesTest.xml
- AdminOrderRateDisplayWhenChooseThreeAllowedCurrenciesTest
- Order rate converting currency for ‘Base Currency’ and ‘Default Display Currency’ displayed correct
AdminCurrencyConverterAPIConfigurationTest.xml
- AdminCurrencyConverterAPIConfigurationTest
- Currency Converter API configuration
AdminStoresCurrencyRatesNavigateMenuTest.xml
- AdminStoresCurrencyRatesNavigateMenuTest
- Admin should be able to navigate to Stores > Currency Rates
AdminOrderRateDisplayedInOneLineTest.xml
- AdminOrderRateDisplayedInOneLineTest
- Order rate converting currency for ‘Base Currency’ and ‘Default Display Currency’ displayed correct once
AdminStoresCurrencySymbolsNavigateMenuTest.xml
- AdminStoresCurrencySymbolsNavigateMenuTest
- Admin should be able to navigate to Stores > Currency Symbols
Customer
StorefrontVerifyNoXssInjectionOnUpdateCustomerInformationAddAddressTest.xml
- StorefrontVerifyNoXssInjectionOnUpdateCustomerInformationAddAddressTest
- Test log in to Storefront and Verify No XSS Injection on Update Customer Information Add Address
AdminCheckDefaultValueDisableAutoGroupChangeIsNoTest.xml
- AdminCheckDefaultValueDisableAutoGroupChangeIsNoTest
- Check settings Default Value for Disable Automatic Group Changes Based on VAT ID is No
StorefrontPersistedCustomerLoginTest.xml
- StorefrontPersistedCustomerLoginTest
- Persisted customer should be able to login from storefront
AdminCreateNewCustomerTest.xml
- AdminCreateNewCustomerTest
- Login as admin and create a new customer
AdminCreateCustomerWithoutAddressTest.xml
- AdminCreateCustomerWithoutAddressTest
- Login as admin and create a customer without address
VerifyDisabledCustomerGroupFieldTest.xml
- VerifyDisabledCustomerGroupFieldTest
- Checks that customer_group_code field is disabled in NOT LOGGED IN Customer Group
StorefrontUpdateCustomerAddressUKTest.xml
- StorefrontUpdateCustomerAddressUKTest
- Test log in to Storefront and Update Customer Address (UK) in Storefront
AdminVerifyCustomerAddressRequiredFieldsTest.xml
- AdminVerifyCustomerAddressRequiredFieldsTest
- Login as admin and verify required fields on Address tab
StorefrontAddCustomerAddressTest.xml
- StorefrontAddNewCustomerAddressTest
- Storefront user should be able to create a new address via the storefront
- StorefrontAddCustomerDefaultAddressTest
- Storefront user should be able to create a new default address via the storefront
- StorefrontAddCustomerNonDefaultAddressTest
- Storefront user should be able to create a new non default address via the storefront
StorefrontCreateExistingCustomerTest.xml
- StorefrontCreateExistingCustomerTest
- Attempt to register customer on storefront with existing email
AddingProductWithExpiredSessionTest.xml
- AddingProductWithExpiredSessionTest
- Adding a product to cart from category page with an expired session
AdminVerifyCreateCustomerRequiredFieldsTest.xml
- AdminVerifyCreateCustomerRequiredFieldsTest
- Login as admin and verify required fields on account information section
AdminCustomersCustomerGroupsNavigateMenuTest.xml
- AdminCustomersCustomerGroupsNavigateMenuTest
- Admin should be able to navigate to Customers > Customer Groups
StorefrontCreateCustomerTest.xml
- StorefrontCreateCustomerTest
- Admin should be able to create a customer via the storefront
AdminCreateCustomerWithCountryUSATest.xml
- AdminCreateCustomerWithCountryUSATest
- Login as admin and create customer with USA address
AdminEditDefaultBillingShippingCustomerAddressTest.xml
- AdminEditDefaultBillingShippingCustomerAddressTest
- Edit default billing/shipping customer address on customer addresses tab
AdminUpdateCustomerTest.xml
- AdminUpdateCustomerInfoFromDefaultToNonDefaultTest
- Update Customer Info from Default to Non-Default in Admin
- AdminUpdateCustomerAddressNoZipNoStateTest
- Update Customer Address, without zip/state required, default billing/shipping checked in Admin
- AdminUpdateCustomerAddressNoBillingNoShippingTest
- Update Customer Address, default billing/shipping unchecked in Admin
- AdminDeleteCustomerAddressTest
- Delete Customer Address in Admin
AdminPanelIsFrozenIfStorefrontIsOpenedViaCustomerViewTest.xml
- AdminPanelIsFrozenIfStorefrontIsOpenedViaCustomerViewTest
- Admin panel is not frozen if Storefront is opened via Customer View
AdminCreateCustomerTest.xml
- AdminCreateCustomerTest
- Admin should be able to create a customer
AdminCreateNewCustomerOnStorefrontTest.xml
- AdminCreateNewCustomerOnStorefrontTest
- Test log in to Create New Customer and Create New Customer on Storefront
StorefrontDeleteCustomerAddressTest.xml
- StorefrontDeleteCustomerAddressTest
- User should be able to delete Customer address successfully from storefront
AdminCustomersNowOnlineNavigateMenuTest.xml
- AdminCustomersNowOnlineNavigateMenuTest
- Admin should be able to navigate to Customers > Now Online
StorefrontUpdateCustomerPasswordTest.xml
- StorefrontUpdateCustomerPasswordValidCurrentPasswordTest
- Update Customer Password on Storefront, Valid Current Password
- StorefrontUpdateCustomerPasswordInvalidCurrentPasswordTest
- Update Customer Password on Storefront, Invalid Current Password
- StorefrontUpdateCustomerPasswordInvalidConfirmationPasswordTest
- Update Customer Password on Storefront, Invalid Confirmation Password
- StorefrontUpdateCustomerPasswordRedirectOnLoginPage
- Update Customer Password on Storefront Redirect on Login Page
AdminDeleteCustomerTest.xml
- AdminDeleteCustomerTest
- Login as admin and delete the customer
AdminDeleteCustomerAddressesFromTheGridViaMassActionsTest.xml
- AdminDeleteCustomerAddressesFromTheGridViaMassActionsTest
- Admin delete customer addresses from the grid via mass actions
AdminSetCustomerDefaultBillingAddressTest.xml
- AdminSetCustomerDefaultBillingAddressTest
- Admin should be able to set customer default billing address from customer addresses grid row actions
AdminCreateRetailCustomerGroupTest.xml
- AdminCreateRetailCustomerGroupTest
- Create retail customer group
AdminAddNewDefaultBillingShippingCustomerAddressTest.xml
- AdminAddNewDefaultBillingShippingCustomerAddressTest
- Add new default billing/shipping customer address on customer addresses tab
AdminCreateCustomerWithCountryPolandTest.xml
- AdminCreateCustomerWithCountryPolandTest
- Login as admin and create customer with Poland address
StorefrontCheckTaxAddingValidVATIdTest.xml
- StorefrontCheckTaxAddingValidVATIdTest
- Tax should be applied
StorefrontUpdateCustomerAddressTest.xml
- StorefrontUpdateCustomerDefaultBillingAddressFromBlockTest
- Storefront user should be able to create a new default address via the storefront
- StorefrontUpdateCustomerDefaultShippingAddressFromBlockTest
- Storefront user should be able to create a new default address via the storefront
- StorefrontUpdateCustomerAddressFromGridTest
- Storefront user should be able to create a new default address via the storefront2
AdminExactMatchSearchInCustomerGridTest.xml
- AdminExactMatchSearchInCustomerGridTest
- Admin customer grid exact match searching with quotes in keyword
AdminVerifyCustomerAddressStateContainValuesOnceTest.xml
- AdminVerifyCustomerAddressStateContainValuesOnceTest
- When editing a customer in the backend from the Magento Admin Panel the State/Province should only be listed once
AdminDeleteCustomerAddressesFromTheGridTest.xml
- AdminDeleteCustomerAddressesFromTheGridTest
- Admin delete customer addresses from the grid
AdminChangeAllCustomersGroupViaGridTest.xml
- AdminChangeAllCustomersGroupViaGridTest
- Select All customers to change their group
AllowedCountriesRestrictionApplyOnBackendTest.xml
- AllowedCountriesRestrictionApplyOnBackendTest
- Country filter on Customers page when allowed countries restriction for a default website is applied
AdminCheckDefaultValueDisableAutoGroupChangeIsYesTest.xml
- AdminCheckDefaultValueDisableAutoGroupChangeIsYesTest
- Check settings Default Value for Disable Automatic Group Changes Based on VAT ID is Yes
AdminDeleteDefaultBillingCustomerAddressTest.xml
- AdminDeleteDefaultBillingCustomerAddressTest
- Admin delete default billing customer address
StorefrontLoginWithIncorrectCredentialsTest.xml
- StorefrontLoginWithIncorrectCredentialsTest
- Customer Login on Storefront with Incorrect Credentials
AdminChangeSingleCustomerGroupViaGridTest.xml
- AdminChangeSingleCustomerGroupViaGridTest
- From the selection of All Customers select a single customer to change their group
AdminChangeCustomerGenderInCustomersGridTest.xml
- AdminChangeCustomerGenderInCustomersGridTest
- Check that gender attribute blank value can be saved on customers grid
ChangeCustomerGroupTest.xml
- ChangingSingleCustomerGroupViaGrid
- From the selection of All Customers select a single customer to change their group
- ChangingAllCustomerGroupViaGrid
- Select All customers to change their group
StorefrontUpdateCustomerAddressChinaTest.xml
- StorefrontUpdateCustomerAddressChinaTest
- Update customer address on storefront with china address and verify you can select a region
AdminCreateNewCustomerOnStorefrontSignupNewsletterTest.xml
- AdminCreateNewCustomerOnStorefrontSignupNewsletterTest
- Test log in to Create New Customer and Create New Customer on Storefront, Sign-up Newsletter
AdminCreateTaxClassCustomerGroupTest.xml
- AdminCreateTaxClassCustomerGroupTest
- Create tax class customer group
StorefrontClearAllCompareProductsTest.xml
- StorefrontClearAllCompareProductsTest
- You should be able to remove all Products in the ‘Compare Products’ list.
AdminSearchCustomerAddressByKeywordTest.xml
- AdminSearchCustomerAddressByKeywordTest
- Admin search customer address by keyword
AdminCustomersAllCustomersNavigateMenuTest.xml
- AdminCustomersAllCustomersNavigateMenuTest
- Admin should be able to navigate to Customers > All Customers
StorefrontForgotPasswordTest.xml
- StorefrontCustomerForgotPasswordTest
- Forgot Password on Storefront validates customer email input
AdminCreateCustomerWithPrefixTest.xml
- AdminCreateCustomerWithPrefixTest
- Login as admin and create a customer with name prefix and suffix
StorefrontVerifySecureURLRedirectCustomerTest.xml
- StorefrontVerifySecureURLRedirectCustomer
- Verify that the Secure URL configuration applies to the Customer pages on the Storefront
StorefrontUpdateCustomerAddressBelgiumTest.xml
- StorefrontUpdateCustomerAddressBelgiumTest
- Update customer address on storefront with Belgium address and verify you can select a region
StorefrontUpdateCustomerAddressFranceTest.xml
- StorefrontUpdateCustomerAddressFranceTest
- Test log in to Storefront and Update Customer Address (France) in Storefront
AdminCreateCustomerWithCustomGroupTest.xml
- AdminCreateCustomerWithCustomGroupTest
- Login as admin and create customer with custom group
SearchByEmailInCustomerGridTest.xml
- SearchByEmailInCustomerGridTest
- Admin customer grid searching by email in keyword
DeleteCustomerGroupTest.xml
- DeleteCustomerGroupTest
- Admin should be able to delete a Customer Group
PasswordAutocompleteOffTest.xml
- PasswordAutocompleteOffTest
- [Security] Autocomplete attribute with off value is added to password input
StorefrontResetCustomerPasswordFailedTest.xml
- StorefrontResetCustomerPasswordFailedTest
- Customer tries to reset password several times
StorefrontLockCustomerOnLoginPageTest.xml
- StorefrontLockCustomerOnLoginPageTest
- Lock customer on Storefront with after many attempts to log in with incorrect credentials
EndToEndB2CLoggedInUserTest.xml
- EndToEndB2CLoggedInUserTest
- New user signup and browses catalog, searches for product, adds product to cart, adds product to wishlist, compares products, uses coupon code and checks out.
AdminSetCustomerDefaultShippingAddressTest.xml
- AdminSetCustomerDefaultShippingAddressTest
- Admin should be able to set customer default shipping address from customer addresses grid row actions
AdminResetCustomerPasswordTest.xml
- AdminResetCustomerPasswordTest
- Admin should be able to reset customer password
AdminCreateCustomerGroupAlreadyExistsTest.xml
- AdminCreateCustomerGroupAlreadyExistsTest
- Create customer group already exists
AdminCreateCustomerRetailerWithoutAddressTest.xml
- AdminCreateCustomerRetailerWithoutAddressTest
- Login as admin and create customer retailer without address
Dhl
AdminCheckInputFieldsDisabledAfterAppConfigDumpTest.xml
- AdminCheckInputFieldsDisabledAfterAppConfigDumpTest
Directory
AdminScheduledImportSettingsHiddenTest.xml
- AdminScheduledImportSettingsHiddenTest
- Scheduled Import Settings’ should hide fields when ‘Enabled’ is ‘No’
Downloadable
AdminCreateDownloadableProductWithoutFillingQuantityAndStockTest.xml
- AdminCreateDownloadableProductWithoutFillingQuantityAndStockTest
- Admin should be able to create downloadable product without filling quantity and stock
AdminCreateDownloadableProductWithSpecialPriceTest.xml
- AdminCreateDownloadableProductWithSpecialPriceTest
- Admin should be able to create downloadable product with special price
AdminCreateDownloadableProductAndAssignItToCustomStoreTest.xml
- AdminCreateDownloadableProductAndAssignItToCustomStoreTest
- Admin should be able to create downloadable and assign it to custom website
AdminRemoveDefaultVideoDownloadableProductTest.xml
- AdminRemoveDefaultVideoDownloadableProductTest
- Admin should be able to remove default video from a Downloadable Product
AdminCreateDownloadableProductWithCustomOptionsTest.xml
- AdminCreateDownloadableProductWithCustomOptionsTest
- Admin should be able to create downloadable product with custom options
NewProductsListWidgetDownloadableProductTest.xml
- NewProductsListWidgetDownloadableProductTest
- Admin should be able to set Downloadable Product as new so that it shows up in the Catalog New Products List Widget
AdminCreateDownloadableProductWithoutTaxClassIdTest.xml
- AdminCreateDownloadableProductWithoutTaxClassIdTest
- Admin should be able to create downloadable product without tax class id
VerifyDisableDownloadableProductSamplesAreNotAccessibleTest.xml
- VerifyDisableDownloadableProductSamplesAreNotAccessibleTest
- Samples of Downloadable Products are not accessible, if product is disabled
AdminCreateDownloadableProductWithGroupPriceTest.xml
- AdminCreateDownloadableProductWithGroupPriceTest
- Admin should be able to create downloadable product with group price
AdminCreateDownloadableProductWithDefaultSetLinksTest.xml
- AdminCreateDownloadableProductWithDefaultSetLinksTest
- Admin should be able to create downloadable product with default set links
AdminRemoveDefaultImageDownloadableProductTest.xml
- AdminRemoveDefaultImageDownloadableProductTest
- Admin should be able to remove default images from a Downloadable Product
AdminAddDefaultImageDownloadableProductTest.xml
- AdminAddDefaultImageDownloadableProductTest
- Admin should be able to add default images for a Downloadable Product
AdminProductTypeSwitchingOnEditingTest.xml
- AdminDownloadableProductTypeSwitchingToConfigurableProductTest
- Downloadable product type switching on editing to configurable product
- AdminSimpleProductTypeSwitchingToDownloadableProductTest
- Simple product type switching on editing to downloadable product
StorefrontAdvanceCatalogSearchDownloadableBySkuWithHyphenTest.xml
- StorefrontAdvanceCatalogSearchDownloadableBySkuWithHyphenTest
- Guest customer should be able to advance search Downloadable product with product that contains hyphen
AdvanceCatalogSearchDownloadableProductTest.xml
- AdvanceCatalogSearchDownloadableByNameTest
- Guest customer should be able to advance search Downloadable product with product name
- AdvanceCatalogSearchDownloadableBySkuTest
- Guest customer should be able to advance search Downloadable product with product sku
- AdvanceCatalogSearchDownloadableByDescriptionTest
- Guest customer should be able to advance search Downloadable product with product description
- AdvanceCatalogSearchDownloadableByShortDescriptionTest
- Guest customer should be able to advance search Downloadable product with product short description
- AdvanceCatalogSearchDownloadableByPriceTest
- Guest customer should be able to advance search Downloadable product with product price
EndToEndB2CAdminTest.xml
- EndToEndB2CAdminTest
AdminDownloadableSetEditRelatedProductsTest.xml
- AdminDownloadableSetEditRelatedProductsTest
- Admin should be able to set/edit Related Products information when editing a downloadable product
LinkDownloadableProductFromGuestToCustomerTest.xml
- LinkDownloadableProductFromGuestToCustomerTest
- Verify that in ‘My Downloadable Products’ section in customer account user can see products.
AdminCreateDownloadableProductWithOutOfStockStatusTest.xml
- AdminCreateDownloadableProductWithOutOfStockStatusTest
- Admin should be able to create downloadable product with out of stock status
AdminCreateDownloadableProductWithInvalidDomainLinkUrlTest.xml
- AdminCreateDownloadableProductWithInvalidDomainLinkUrlTest
- Admin should not be able to create downloadable product with invalid domain link url
StorefrontVerifySecureURLRedirectDownloadableTest.xml
- StorefrontVerifySecureURLRedirectDownloadable
- Verify that the Secure URL configuration applies to the Downloadable pages on the Storefront
ManualSelectAllDownloadableLinksDownloadableProductTest.xml
- ManualSelectAllDownloadableLinksDownloadableProductTest
- Manually selecting all downloadable links must change ‘Select/Unselect all’ button label to ‘Unselect all’, and ‘Select all’ otherwise
EditDownloadableProductWithSeparateLinksFromCartTest.xml
- EditDownloadableProductWithSeparateLinksFromCartTest
- Product price should remain correct when editing downloadable product with separate links from cart.
AdminCreateDownloadableProductWithManageStockTest.xml
- AdminCreateDownloadableProductWithManageStockTest
- Admin should be able to create downloadable product with manage stock
AdminAddDefaultVideoDownloadableProductTest.xml
- AdminAddDefaultVideoDownloadableProductTest
- Admin should be able to add default video for a Downloadable Product
AdminDeleteDownloadableProductTest.xml
- AdminDeleteDownloadableProductTest
- Admin should be able to delete a downloadable product
AdminDownloadableProductSetEditContentTest.xml
- AdminDownloadableProductSetEditContentTest
- Admin should be able to set/edit product Content when editing a downloadable product
AdminCreateDownloadableProductWithLinkTest.xml
- AdminCreateDownloadableProductWithLinkTest
- Admin should be able to create downloadable product with one simple link
AdminCreateAndEditDownloadableProductSettingsTest.xml
- AdminCreateAndEditDownloadableProductSettingsTest
- Admin should be able to set/edit other product information when creating/editing a downloadable product
SelectAllDownloadableLinksDownloadableProductTest.xml
- SelectAllDownloadableLinksDownloadableProductTest
- All the downloadable links must be selected or unselected when anyone click on select all or unselect all checkbox respectively.
Elasticsearch
StorefrontCheckAdvancedSearchOnElasticSearchTest.xml
- StorefrontCheckAdvancedSearchOnElasticSearchTest
- Check Advanced Search on ElasticSearch
StorefrontProductQuickSearchUsingElasticSearch6Test.xml
- StorefrontProductQuickSearchUsingElasticSearch6Test
- Verify no elastic search exception is thrown when searching for products, when displayed products per page are greater or equal the size of available products.
- StorefrontProductQuickSearchUsingElasticSearch6WithNotAvailablePageTest
- Verify no elastic search exception is thrown when try to get page with selected page out of range.
ProductQuickSearchUsingElasticSearchTest.xml
- ProductQuickSearchUsingElasticSearchTest
- Verify no elastic search exception is thrown when searching for product before catalogsearch reindexing
StorefrontProductQuickSearchWithDecimalAttributeUsingElasticSearchTest.xml
- StorefrontProductQuickSearchWithDecimalAttributeUsingElasticSearchTest
- User should be able to search decimal attribute using ElasticSearch
Elasticsearch6
StorefrontElasticsearch6SearchInvalidValueTest.xml
- StorefrontElasticsearch6SearchInvalidValueTest
- Elasticsearch: try to search by invalid value of ‘Searchable’ attribute
StorefrontElasticSearchForChineseLocaleTest.xml
- StorefrontElasticSearch6ForChineseLocaleTest
- Elastic search for Chinese locale
TransactionalEmailsLogoUploadTest.xml
- TransactionalEmailsLogoUploadTest
- Transactional Emails Logo should be able to be uploaded in the admin and previewed
AdminMarketingEmailTemplatesNavigateMenuTest.xml
- AdminMarketingEmailTemplatesNavigateMenuTest
- Admin should be able to navigate to Marketing > Email Templates
AdminEmailTemplatePreviewTest.xml
- AdminEmailTemplatePreviewTest
- Check if email template preview works correctly
- AdminEmailTemplatePreviewWithDirectivesTest
- Check if email template preview works correctly with directives
- AdminEmailTemplatePreviewAsDraftWithDirectivesTest
- Check if email template preview works correctly with directives in draft mode
EncryptionKey
AdminEncryptionKeyAutoGenerateKeyTest.xml
- AdminEncryptionKeyAutoGenerateKeyTest
- Change Encryption Key by Auto Generate Key
AdminEncryptionKeyManualGenerateKeyTest.xml
- AdminEncryptionKeyManualGenerateKeyTest
- Change Encryption Key by Manual Key
Fedex
AdminCheckInputFieldsDisabledAfterAppConfigDumpTest.xml
- AdminCheckInputFieldsDisabledAfterAppConfigDumpTest
AdminCreatingShippingLabelTest.xml
- AdminCreatingShippingLabelTest
- Creating shipping label
GroupedProduct
AdminSortingAssociatedProductsTest.xml
- AdminSortingAssociatedProductsTest
- Make sure that products in grid were recalculated when sorting associated products between pages
AdminCreateAndEditGroupedProductSettingsTest.xml
- AdminCreateAndEditGroupedProductSettingsTest
- Admin should be able to set/edit other product information when creating/editing a grouped product
AdminRemoveDefaultVideoGroupedProductTest.xml
- AdminRemoveDefaultVideoGroupedProductTest
- Admin should be able to remove default video from a Grouped Product
AdminRemoveDefaultImageGroupedProductTest.xml
- AdminRemoveDefaultImageGroupedProductTest
- Admin should be able to remove default images from a Grouped Product
NewProductsListWidgetGroupedProductTest.xml
- NewProductsListWidgetGroupedProductTest
- Admin should be able to set Grouped Product as new so that it shows up in the Catalog New Products List Widget
AdminGroupedSetEditRelatedProductsTest.xml
- AdminGroupedSetEditRelatedProductsTest
- Admin should be able to set/edit Related Products information when editing a grouped product
AdminGroupedProductSetEditContentTest.xml
- AdminGroupedProductSetEditContentTest
- Admin should be able to set/edit product Content when editing a grouped product
AdminGroupedProductsListTest.xml
- AdminGroupedProductsAreListedWhenOutOfStock
- Products in group should show in admin list even when they are out of stock
EndToEndB2CAdminTest.xml
- EndToEndB2CAdminTest
AdminAssociateGroupedProductToWebsitesTest.xml
- AdminAssociateGroupedProductToWebsitesTest
- Admin should be able to associate grouped product to websites
AdminAddDefaultImageGroupedProductTest.xml
- AdminAddDefaultImageGroupedProductTest
- Admin should be able to add default images for a Grouped Product
AdminAddDefaultVideoGroupedProductTest.xml
- AdminAddDefaultVideoGroupedProductTest
- Admin should be able to add default video for a Grouped Product
AdminDeleteGroupedProductTest.xml
- AdminDeleteGroupedProductTest
- Admin should be able to delete a grouped product
AdvanceCatalogSearchGroupedProductTest.xml
- AdvanceCatalogSearchGroupedProductByNameTest
- Guest customer should be able to advance search Grouped product with product name
- AdvanceCatalogSearchGroupedProductByNameMysqlTest
- Guest customer should be able to advance search Grouped product with product name using the MySQL search engine
- AdvanceCatalogSearchGroupedProductBySkuTest
- Guest customer should be able to advance search Grouped product with product sku
- AdvanceCatalogSearchGroupedProductByDescriptionTest
- Guest customer should be able to advance search Grouped product with product description
- AdvanceCatalogSearchGroupedProductByDescriptionMysqlTest
- Guest customer should be able to advance search Grouped product with product description using the MYSQL search engine
- AdvanceCatalogSearchGroupedProductByShortDescriptionTest
- Guest customer should be able to advance search Grouped product with product short description
- AdvanceCatalogSearchGroupedProductByShortDescriptionMysqlTest
- Guest customer should be able to advance search Grouped product with product short description using the MySQL search engine
- AdvanceCatalogSearchGroupedProductByPriceTest
- Guest customer should be able to advance search Grouped product with product price
- AdvanceCatalogSearchGroupedProductByPriceMysqlTest
- Guest customer should be able to advance search Grouped product with product price using the MySQL search engine
ImportExport
AdminImportProductsWithReplaceBehaviorTest.xml
- AdminImportProductsWithReplaceBehaviorTest
- Verify Magento native import products with replace behavior.
AdminProductVisibilityDifferentStoreViewsAfterImportTest.xml
- AdminProductVisibilityDifferentStoreViewsAfterImportTest
- Checking product visibility in different store views after product importing
AdminImportProductsWithErrorEntriesTest.xml
- AdminImportProductsWithErrorEntriesTest
- Verify import status during import products with error entries
AdminImportCSVWithSpecialCharactersTest.xml
- AdminImportCSVWithSpecialCharactersTest
- Import CSV with special characters
AdminExportPagerGridTest.xml
- AdminExportPagerGridTest
- Admin should be able to see the grid onn export page
AdminProductImportCSVFileCorrectDifferentFilesTest.xml
- AdminProductImportCSVFileCorrectDifferentFilesTest
- Product import from CSV file correct from different files.
AdminImportProductsWithAddUpdateBehaviorTest.xml
- AdminImportProductsWithAddUpdateBehaviorTest
- Verify Magento native import products with add/update behavior.
AdminURLKeyWorksWhenUpdatingProductThroughImportingCSVTest.xml
- AdminURLKeyWorksWhenUpdatingProductThroughImportingCSVTest
- Check that new URL Key works after updating a product through importing CSV file
AdminCheckThatSomeAttributesChangedValueToEmptyAfterImportTest.xml
- AdminCheckThatSomeAttributesChangedValueToEmptyAfterImportTest
- Check that some attributes changed the value to an empty after import CSV
AdminExportPageNavigateMenuTest.xml
- AdminExportPageNavigateMenuTest
- Admin should be able to navigate to System > Export
AdminSystemImportNavigateMenuTest.xml
- AdminSystemImportNavigateMenuTest
- Admin should be able to navigate to System > Import
AdminImportProductsWithDeleteBehaviorTest.xml
- AdminImportProductsWithDeleteBehaviorTest
- Verify Magento native import products with delete behavior.
Indexer
AdminSystemIndexManagementNavigateMenuTest.xml
- AdminSystemIndexManagementNavigateMenuTest
- Admin should be able to navigate to System > Index Management
Integration
AdminSystemIntegrationsNavigateMenuTest.xml
- AdminSystemIntegrationsNavigateMenuTest
- Admin should be able to navigate to System > Integrations
AdminDeleteIntegrationEntityTest.xml
- AdminDeleteIntegrationEntityTest
- Admin Deletes Created Integration
LayeredNavigation
AdminCheckResultsOfColorAndOtherFiltersTest.xml
- AdminCheckResultsOfColorAndOtherFiltersTest
AdminSpecifyLayerNavigationConfigurationTest.xml
- AdminSpecifyLayerNavigationConfigurationTest
- Admin should be able to uncheck Default Value checkbox for dependent field
Msrp
StorefrontProductWithMapAssignedConfigProductIsCorrectTest.xml
- StorefrontProductWithMapAssignedConfigProductIsCorrectTest
- Check that simple products with MAP assigned to configurable product displayed correctly
Multishipping
StoreFrontMyAccountWithMultishipmentTest.xml
- StorefrontMyAccountWithMultishipmentTest
- Verify that shipping price on My account matches with shipping method prices after multiple addresses checkout (Order view page)
StoreFrontMinicartWithMultishipmentTest.xml
- StoreFrontMinicartWithMultishipmentTest
- Shipping price shows 0 when you return from multiple checkout to cart
StoreFrontCheckingWithMultishipmentTest.xml
- StoreFrontCheckingWithMultishipmentTest
- Shipping price shows 0 when you return from multiple checkout to cart
StorefrontCheckoutWithMultipleAddressesTest.xml
- StorefrontCheckoutWithMultipleAddressesTest
- Place an order with three different addresses
StorefrontProcessMultishippingCheckoutWhenCartPageIsOpenedInAnotherTabTest.xml
- StorefrontProcessMultishippingCheckoutWhenCartPageIsOpenedInAnotherTabTest
- Process multishipping checkout when Cart page is opened in another tab
StorefrontVerifySecureURLRedirectMultishippingTest.xml
- StorefrontVerifySecureURLRedirectMultishipping
- Verify that the Secure URL configuration applies to the Multishipping pages on the Storefront
StorefrontCheckingWithCartPriceRuleMatchingSubtotalForMultiShipmentTest.xml
- StorefrontCheckingWithCartPriceRuleMatchingSubtotalForMultiShipmentTest
- Cart Price Rules not working and free shipping not applied for Multi shipping
StoreFrontCheckingWithSingleShipmentTest.xml
- StoreFrontCheckingWithSingleShipmentTest
- Shipping price shows 0 when you return from multiple checkout to cart
Newsletter
AdminAddWidgetToWYSIWYGNewsletterTest.xml
- AdminAddWidgetToWYSIWYGNewsletterTest
- Admin should be able to add widget to WYSIWYG Editor Newsletter
AdminMarketingNewsletterTemplateNavigateMenuTest.xml
- AdminMarketingNewsletterTemplateNavigateMenuTest
- Admin should be able to navigate to Marketing > Newsletter Template
AdminReportsNewsletterProblemReportsNavigateMenuTest.xml
- AdminReportsNewsletterProblemReportsNavigateMenuTest
- Admin should be able to navigate to Reports > Newsletter Problem Reports
VerifyTinyMCEv4IsNativeWYSIWYGOnNewsletterTest.xml
- VerifyTinyMCEv4IsNativeWYSIWYGOnNewsletterTest
- Admin should see TinyMCEv4.6 is the native WYSIWYG on Newsletter
AdminMarketingNewsletterQueueNavigateMenuTest.xml
- AdminMarketingNewsletterQueueNavigateMenuTest
- Admin should be able to navigate to Marketing > Newsletter Queue
VerifySubscribedNewsletterDisplayedTest.xml
- VerifySubscribedNewsletterDisplayedTest
- Newsletter subscription when user is registered on 2 stores
AdminMarketingNewsletterSubscribersNavigateMenuTest.xml
- AdminMarketingNewsletterSubscribersNavigateMenuTest
- Admin should be able to navigate to Marketing > Newsletter Subscribers
StorefrontVerifySecureURLRedirectNewsletterTest.xml
- StorefrontVerifySecureURLRedirectNewsletter
- Verify that the Secure URL configuration applies to the Newsletter pages on the Storefront
AdminAddVariableToWYSIWYGNewsletterTest.xml
- AdminAddVariableToWYSIWYGNewsletterTest
- Admin should be able to add variable to WYSIWYG Editor Newsletter
AdminAddImageToWYSIWYGNewsletterTest.xml
- AdminAddImageToWYSIWYGNewsletterTest
- Admin should be able to add image to WYSIWYG content Newsletter
PageCache
NewProductsListWidgetTest.xml
- NewProductsListWidgetSimpleProductTest
- NewProductsListWidgetConfigurableProductTest
- NewProductsListWidgetGroupedProductTest
- NewProductsListWidgetVirtualProductTest
- NewProductsListWidgetBundleProductTest
- NewProductsListWidgetDownloadableProductTest
AdminFrontendAreaSessionMustNotAffectAdminAreaTest.xml
- AdminFrontendAreaSessionMustNotAffectAdminAreaTest
- Frontend area session must not affect admin area
FlushStaticFilesCacheButtonVisibilityTest.xml
- FlushStaticFilesCacheButtonVisibilityTest
- Flush Static Files Cache button visibility
Paypal
StorefrontPaypalSmartButtonInCheckoutPageTest.xml
- StorefrontPaypalSmartButtonInCheckoutPageTest
- Users are able to place order using Paypal Smart Button
AdminOnePayPalSolutionsEnabledAtTheSameTimeTest.xml
- AdminOnePayPalSolutionsEnabledAtTheSameTimeTest
- Verify that only one PayPal solution can be enabled
AdminReportsPayPalSettlementNavigateMenuTest.xml
- AdminReportsPayPalSettlementNavigateMenuTest
- Admin should be able to navigate to Reports > PayPal Settlement
StorefrontCheckCreditButtonConfigurationTest.xml
- StorefrontCheckCreditButtonConfigurationTest
- Admin is able to customize Credit button
AdminCheckDefaultValueOfPayPalCustomizeButtonTest.xml
- AdminCheckDefaultValueOfPayPalCustomizeButtonTest
- Default value of Paypal Customize Button should be NO
StorefrontVerifySecureURLRedirectPaypalTest.xml
- StorefrontVerifySecureURLRedirectPaypal
- Verify that the Secure URL configuration applies to the Paypal pages on the Storefront
AdminSalesBillingAgreementsNavigateMenuTest.xml
- AdminSalesBillingAgreementsNavigateMenuTest
- Admin should be able to navigate to Sales > Billing Agreements
Persistent
StorefrontVerifyThatInformationAboutViewingComparisonWishlistIsPersistedUnderLongTermCookieTest.xml
- StorefrontVerifyThatInformationAboutViewingComparisonWishlistIsPersistedUnderLongTermCookieTest
- Verify that information about viewing, comparison, wishlist and last ordered items is persisted under long-term cookie
StorefrontVerifyShoppingCartPersistenceUnderLongTermCookieTest.xml
- StorefrontVerifyShoppingCartPersistenceUnderLongTermCookieTest
- Verify Shopping Cart Persistence under long-term cookie
CheckShoppingCartBehaviorAfterSessionExpiredTest.xml
- CheckShoppingCartBehaviorAfterSessionExpiredTest
- Checking behavior with the persistent shopping cart after the session is expired
ShippingQuotePersistedForGuestTest.xml
- ShippingQuotePersistedForGuestTest
- Verify that ‘Estimate Shipping and Tax’ block sections on shipping cart saving correctly for Guest after switching to another page. And check that the shopping cart is cleared after reset persistent cookie.
StorefrontCorrectWelcomeMessageAfterCustomerIsLoggedOutTest.xml
- StorefrontCorrectWelcomeMessageAfterCustomerIsLoggedOutTest
- Checking welcome message for persistent customer after logout
GuestCheckoutWithEnabledPersistentTest.xml
- GuestCheckoutWithEnabledPersistentTest
- Checkout data must be restored after page checkout reload.
ProductVideo
YoutubeVideoWindowOnProductPageTest.xml
- YoutubeVideoWindowOnProductPageTest
- Check Youtube video window on the product page
AdminAddDefaultVideoSimpleProductTest.xml
- AdminAddDefaultVideoSimpleProductTest
AdminRemoveDefaultVideoSimpleProductTest.xml
- AdminRemoveDefaultVideoSimpleProductTest
AdminValidateUrlOnGetVideoInformationTest.xml
- AdminValidateUrlOnGetVideoInformationTest
- Testing for a required video url when getting video information
Quote
StorefrontGuestCheckoutDisabledProductTest.xml
- StorefrontGuestCheckoutDisabledProductTest
- Remove item from cart if simple or configurable product is disabled
Reports
AdminReportsDownloadsNavigateMenuTest.xml
- AdminReportsDownloadsNavigateMenuTest
- Admin should be able to navigate to Reports > Downloads
AdminReportsBestsellersNavigateMenuTest.xml
- AdminReportsBestsellersNavigateMenuTest
- Admin should be able to navigate to Reports > Bestsellers
AdminReportsOrderCountNavigateMenuTest.xml
- AdminReportsOrderCountNavigateMenuTest
- Admin should be able to navigate to Reports > Order Count
AdminReportsNewNavigateMenuTest.xml
- AdminReportsNewNavigateMenuTest
- Admin should be able to navigate to Reports > New
AdminReportsAbandonedCartsNavigateMenuTest.xml
- AdminReportsAbandonedCartsNavigateMenuTest
- Admin should be able to navigate to Reports > Abandoned Carts
AdminReportsViewsNavigateMenuTest.xml
- AdminReportsViewsNavigateMenuTest
- Admin should be able to navigate to Reports > Views
AdminReportsLowStockNavigateMenuTest.xml
- AdminReportsLowStockNavigateMenuTest
- Admin should be able to navigate to Reports > Low Stock
AdminReportsRefreshStatisticsNavigateMenuTest.xml
- AdminReportsRefreshStatisticsNavigateMenuTest
- Admin should be able to navigate to Reports > Refresh Statistics
AdminReportsInvoicedNavigateMenuTest.xml
- AdminReportsInvoicedNavigateMenuTest
- Admin should be able to navigate to Reports > Invoiced
AdminReportsCouponsNavigateMenuTest.xml
- AdminReportsCouponsNavigateMenuTest
- Admin should be able to navigate to Reports > Coupons
AdminReportsOrdersNavigateMenuTest.xml
- AdminReportsOrdersNavigateMenuTest
- Admin should be able to navigate to Reports > Orders
CancelOrdersInOrderSalesReportTest.xml
- CancelOrdersInOrderSalesReportTest
- Verify canceling of orders in order sales report
AdminReportsProductsInCartNavigateMenuTest.xml
- AdminReportsProductsInCartNavigateMenuTest
- Admin should be able to navigate to Reports > Products in Cart
AdminReportsOrderTotalNavigateMenuTest.xml
- AdminReportsOrderTotalNavigateMenuTest
- Admin should be able to navigate to Reports > Order Total
AdminReportsTaxNavigateMenuTest.xml
- AdminReportsTaxNavigateMenuTest
- Admin should be able to navigate to Reports > Tax
AdminReportsOrderedNavigateMenuTest.xml
- AdminReportsOrderedNavigateMenuTest
- Admin should be able to navigate to Reports > Ordered
Review
AdminMarketingReviewsNavigateMenuTest.xml
- AdminMarketingReviewsNavigateMenuTest
- Admin should be able to navigate to Marketing > Reviews
StorefrontVerifySecureURLRedirectReviewTest.xml
- StorefrontVerifySecureURLRedirectReview
- Verify that the Secure URL configuration applies to the Review pages on the Storefront
AdminReportsByCustomersNavigateMenuTest.xml
- AdminReportsByCustomersNavigateMenuTest
- Admin should be able to navigate to Reports > By Customers
AdminVerifyNewRatingFormSingleStoreModeNoTest.xml
- AdminVerifyNewRatingFormSingleStoreModeNoTest
- New Rating Form should have Default store view field if single store mode is No
AdminReportsByProductsNavigateMenuTest.xml
- AdminReportsByProductsNavigateMenuTest
- Admin should be able to navigate to Reports > By Products
AdminVerifyNewRatingFormSingleStoreModeYesTest.xml
- AdminVerifyNewRatingFormSingleStoreModeYesTest
- New Rating Form should not have Default store view field if single store mode is Yes
AdminStoresRatingNavigateMenuTest.xml
- AdminStoresRatingNavigateMenuTest
- Admin should be able to navigate to Stores > Rating
Sales
CreateOrderFromEditCustomerPageTest.xml
- CreateOrderFromEditCustomerPageTest
- Create an order from edit customer page and add products to the wish list and shopping cart
AdminProductInTheShoppingCartCouldBeReachedByAdminDuringOrderCreationWithMultiWebsiteConfigTest.xml
- AdminProductInTheShoppingCartCouldBeReachedByAdminDuringOrderCreationWithMultiWebsiteConfigTest
- Product in the shopping cart could be reached by admin during order creation with multi website config
AdminSubmitConfigurableProductOrderTest.xml
- AdminSubmitConfigurableProductOrderTest
- Create Order in Admin and update product configuration
AdminAddSelectedProductToOrderTest.xml
- AdminAddSelectedProductToOrderTest
- Trying to add selected products to order in Admin when requested qty more than available
AdminCreateOrderWithSimpleProductTest.xml
- AdminCreateOrderWithSimpleProductTest
- Create order with simple product and assert if it gets out of stock after ordering it.
AdminStoresOrderStatusNavigateMenuTest.xml
- AdminStoresOrderStatusNavigateMenuTest
- Admin should be able to navigate to Stores > Order Status
AdminSubmitsOrderWithAndWithoutFieldsValidationTest.xml
- AdminSubmitsOrderWithAndWithoutFieldsValidationTest
- Admin should not be able to submit orders without invalid address fields
AdminCreateOrderWithSelectedShoppingCartItemsTest.xml
- AdminCreateOrderWithSelectedShoppingCartItemsTest
- Shopping cart items must not be added to the order unless they were moved manually
AddConfigurableProductToOrderFromShoppingCartTest.xml
- AddConfigurableProductToOrderFromShoppingCartTest
- Add configurable product to order from shopping cart
AssignCustomOrderStatusNotVisibleOnStorefrontTest.xml
- AssignCustomOrderStatusNotVisibleOnStorefrontTest
- Assign custom order status not visible on storefront
AdminCreateCreditMemoBankTransferPaymentTest.xml
- AdminCreateCreditMemoBankTransferPaymentTest
- Create Credit Memo with Bank Transfer Payment and assert 0 shipping refund
AdminSalesShipmentsNavigateMenuTest.xml
- AdminSalesShipmentsNavigateMenuTest
- Admin should be able to navigate to Sales > Shipments
AdminCancelTheCreatedOrderWithProductQtyWithoutStockDecreaseTest.xml
- AdminCancelTheCreatedOrderWithProductQtyWithoutStockDecreaseTest
- Create an order with product quantity without stock decrease, cancel the order and verify product quantity in backend
StorefrontPrintOrderGuestTest.xml
- StorefrontPrintOrderGuestTest
- Print Order from Guest on Frontend
MoveRecentlyViewedConfigurableProductOnOrderPageTest.xml
- MoveRecentlyViewedConfigurableProductOnOrderPageTest
- Move recently viewed configurable product on order page
AdminCreateInvoiceTest.xml
- AdminCreateInvoiceTest
- Admin should be able to create an invoice
AdminCreateCreditMemoWithCashOnDeliveryTest.xml
- AdminCreateCreditMemoWithCashOnDeliveryTest
- Create Credit Memo with cash on delivery payment and assert 0 shipping refund
AssignCustomOrderStatusVisibleOnStorefrontTest.xml
- AssignCustomOrderStatusVisibleOnStorefrontTest
- Assign custom order status visible on storefront
AdminOrdersReleaseInUnholdStatusTest.xml
- AdminOrdersReleaseInUnholdStatusTest
- Release order in status On Hold
CreditMemoTotalAfterShippingDiscountTest.xml
- CreditMemoTotalAfterShippingDiscountTest
- Verify credit memo grand total after shipping discount is applied via Cart Price Rule
AdminSalesCreditMemosNavigateMenuTest.xml
- AdminSalesCreditMemosNavigateMenuTest
- Admin should be able to navigate to Sales > Credit Memos
AdminCorrectnessInvoicedItemInBundleProductTest.xml
- AdminCorrectnessInvoicedItemInBundleProductTest
- Check correctness of invoiced items in a Bundle Product
AdminCancelTheCreatedOrderWithCheckMoneyOrderPaymentMethodTest.xml
- AdminCancelTheCreatedOrderWithCheckMoneyOrderPaymentMethodTest
- Create an order with check/money order payment method and cancel the order
AdminCancelTheCreatedOrderWithZeroSubtotalCheckoutTest.xml
- AdminCancelTheCreatedOrderWithZeroSubtotalCheckoutTest
- Create an order with Zero Subtotal checkout and cancel the order
CreateInvoiceWithShipmentAndCheckInvoicedOrderTest.xml
- CreateInvoiceWithShipmentAndCheckInvoicedOrderTest
- Create invoice with shipment for offline payment methods and check invoiced order on admin dashboard
CreateInvoiceWithPurchaseOrderPaymentMethodTest.xml
- CreateInvoiceWithPurchaseOrderPaymentMethodTest
- Create invoice with purchase order payment method
AdminCreateCreditMemoWithPurchaseOrderTest.xml
- AdminCreateCreditMemoWithPurchaseOrderTest
- Create Credit Memo with purchase order payment payment and assert 0 shipping refund
MoveLastOrderedSimpleProductOnOrderPageTest.xml
- MoveLastOrderedSimpleProductOnOrderPageTest
- Move last ordered simple product on order page
AdminMassOrdersReleasePendingOrderTest.xml
- AdminMassOrdersReleasePendingOrderTest
- Try to Release order in status Pending
StorefrontOrderPagerDisplayedTest.xml
- StorefrontOrderPagerDisplayedTest
- Pager is displayed for 21 order items
AdminMassOrdersHoldOnPendingAndProcessingTest.xml
- AdminMassOrdersHoldOnPendingAndProcessingTest
- Put orders in statuses Pending, Processing on Hold
AdminSubmitsOrderPaymentMethodValidationTest.xml
- AdminSubmitsOrderPaymentMethodValidationTest
- Admin should not be able to submit orders without selecting a payment method when there is more than one
AdminSaveInAddressBookCheckboxStateTest.xml
- AdminSaveInAddressBookCheckboxStateTest
- The state of ‘Save in address book’ check-box inside ‘Shipping Address’ section on ‘create Order’ Admin page
AdminReorderWithCatalogPriceTest.xml
- AdminReorderWithCatalogPriceTest
- Reorder doesn’t show discount price in Order Totals block
StorefrontVerifySecureURLRedirectSalesTest.xml
- StorefrontVerifySecureURLRedirectSales
- Verify that the Secure URL configuration applies to the Sales pages on the Storefront
AdminHoldCreatedOrderTest.xml
- AdminHoldCreatedOrderTest
- Create an order and hold the order
AdminSubmitsOrderWithAndWithoutEmailTest.xml
- AdminSubmitsOrderWithAndWithoutEmailTest
- Admin should not be able to submit orders without an email address
AdminSalesTransactionsNavigateMenuTest.xml
- AdminSalesTransactionsNavigateMenuTest
- Admin should be able to navigate to Sales > Transactions
AdminCreateCreditMemoConfigurableProductTest.xml
- AdminCreateCreditMemoConfigurableProductTest
- Create CreditMemo return to stock only one unit of configurable product
AdminFreeShippingNotAvailableIfMinimumOrderAmountNotMatchOrderTotalTest.xml
- AdminFreeShippingNotAvailableIfMinimumOrderAmountNotMatchOrderTotalTest
- Admin should not be able place order with Free Shipping method if Minimum Order Amount does not match Order total
EndToEndB2CAdminTest.xml
- EndToEndB2CAdminTest
AdminCheckingDateAfterChangeInterfaceLocaleTest.xml
- AdminCheckingDateAfterChangeInterfaceLocaleTest
- Checking date format in orders grid column after changing admin interface locale
CreateInvoiceWithCashOnDeliveryPaymentMethodTest.xml
- CreateInvoiceWithCashOnDeliveryPaymentMethodTest
- Create invoice with cash on delivery payment method
AdminCreateOrderStatusDuplicatingLabelTest.xml
- AdminCreateOrderStatusDuplicatingLabelTest
- Create an order status and get success message
AdminMassOrdersUpdateCancelPendingOrderTest.xml
- AdminMassOrdersUpdateCancelPendingOrderTest
- Mass cancel orders in status Pending
AdminCreateOrderWithBundleProductTest.xml
- AdminCreateOrderWithBundleProductTest
- Add bundle product with bundle option items with default quantity 2 to order in Admin and check price in product grid
MoveLastOrderedConfigurableProductOnOrderPageTest.xml
- MoveLastOrderedConfigurableProductOnOrderPageTest
- Move last ordered configurable product on order page
MoveSimpleProductsInComparedOnOrderPageTest.xml
- MoveSimpleProductsInComparedOnOrderPageTest
- Move simple products in compared on order page test
AdminCreateOrderAddProductCheckboxTest.xml
- AdminCreateOrderAddProductCheckboxTest
- Create order in Admin panel, add product by clicking checkbox, and verify it is checked
AdminCreateOrderForCustomerWithTwoAddressesTaxableAndNonTaxableTest.xml
- AdminCreateOrderForCustomerWithTwoAddressesTaxableAndNonTaxableTest
- Tax should not be displayed for non taxable address when switching from taxable address
AdminAvailabilityCreditMemoWithNoPaymentTest.xml
- AdminAvailabilityCreditMemoWithNoPaymentTest
- Credit Memo button should be displayed
AdminMassOrdersCancelProcessingAndClosedTest.xml
- AdminMassOrdersCancelProcessingAndClosedTest
- Try to cancel orders in status Processing, Closed
MoveConfigurableProductsInComparedOnOrderPageTest.xml
- MoveConfigurableProductsInComparedOnOrderPageTest
- Move configurable products in compared on order page test
AdminCreateCreditMemoPartialRefundTest.xml
- AdminCreateCreditMemoPartialRefundTest
- Assert items return to stock (partial refund)
MoveRecentlyViewedBundleFixedProductOnOrderPageTest.xml
- MoveRecentlyViewedBundleFixedProductOnOrderPageTest
- Move recently viewed bundle fixed product on order page
AdminMassOrdersCancelCompleteAndClosedTest.xml
- AdminMassOrdersCancelCompleteAndClosedTest
- Try to cancel orders in status Complete, Closed
AdminCreateOrderStatusTest.xml
- AdminCreateOrderStatusTest
- Tests opening admin order status page, create a new order status with success message
AdminCheckingCreditMemoUpdateTotalsTest.xml
- AdminCheckingCreditMemoTotalsTest
- Checking Credit Memo Update Totals button
AddSimpleProductToOrderFromShoppingCartTest.xml
- AddSimpleProductToOrderFromShoppingCartTest
- Add simple product to order from shopping cart
CreateInvoiceAndCheckInvoiceOrderTest.xml
- CreateInvoiceAndCheckInvoiceOrderTest
- Create invoice for offline payment methods and check invoice order on admin dashboard
AdminCreateOrderWithMinimumAmountEnabledTest.xml
- AdminCreateOrderWithMinimumAmountEnabledTest
- Admin should be able to create an order regardless of the minimum order amount.
AdminCancelTheCreatedOrderWithPurchaseOrderPaymentMethodTest.xml
- AdminCancelTheCreatedOrderWithPurchaseOrderPaymentMethodTest
- Create an order using Purchase Order payment method and cancel the order
AdminCreateOrderAndCheckTheReorderTest.xml
- AdminCreateOrderAndCheckTheReorderTest
- ‘Reorder’ button is not visible for customer if ordered item is out of stock
StorefrontOrderPagerIsAbsentTest.xml
- StorefrontOrderPagerIsAbsentTest
- Pager is disabled for orders with less than 20 items
AdminReorderWithCatalogPriceRuleDiscountTest.xml
- AdminReorderWithCatalogPriceRuleDiscountTest
- Reorder doesn’t show discount price in Order Totals block
AdminSalesInvoicesNavigateMenuTest.xml
- AdminSalesInvoicesNavigateMenuTest
- Admin should be able to navigate to Sales > Invoices
AdminSalesOrdersNavigateMenuTest.xml
- AdminSalesOrdersNavigateMenuTest
- Admin should be able to navigate to Sales > Orders
CheckXSSVulnerabilityDuringOrderCreationTest.xml
- CheckXSSVulnerabilityDuringOrderCreationTest
- Order should not be created with XSS vulnerability in email address
AdminCreateOrderStatusDuplicatingCodeTest.xml
- AdminCreateOrderStatusDuplicatingCodeTest
- Receive error when creating order status with the code which is already exist
AdminUnassignCustomOrderStatusTest.xml
- AdminUnassignCustomOrderStatusTest
- Test log in to Sales and Unassign Custom Order Status Test
AdminMassOrdersHoldOnCompleteTest.xml
- AdminMassOrdersHoldOnCompleteTest
- Try to put order in status Complete on Hold
CreateInvoiceWithZeroSubtotalCheckoutTest.xml
- CreateInvoiceWithZeroSubtotalCheckoutTest
- Create invoice with with zero subtotal checkout
AdminCancelTheCreatedOrderWithCashOnDeliveryPaymentMethodTest.xml
- AdminCancelTheCreatedOrderWithCashOnDeliveryPaymentMethodTest
- Create an order with cash on delivery payment method and cancel the order
AdminCancelTheCreatedOrderWithBankTransferPaymentMethodTest.xml
- AdminCancelTheCreatedOrderWithBankTransferPaymentMethodTest
- Created an order with bank transfer payment method and cancel the order
SalesRule
StorefrontCategoryRulesShouldApplyToGroupedProductWithInvisibleIndividualProductTest.xml
- StorefrontCategoryRulesShouldApplyToGroupedProductWithInvisibleIndividualProductTest
- Category rules should apply to grouped product with invisible individual products
AdminCreateCartPriceRuleWithMatchingTotalWeightAndVerifyRuleConditionIsAppliedTest.xml
- AdminCreateCartPriceRuleWithMatchingTotalWeightAndVerifyRuleConditionIsAppliedTest
- Test log in to Cart Price Rules and Create Cart Price Rule With Matching Total Weight And Verify Rule Condition Is Applied
AdminCreateCartPriceRuleForGeneratedCouponTest.xml
- AdminCreateCartPriceRuleForGeneratedCouponTest
- Admin should be able to create a cart price rule for auto generated coupon codes
AdminCreateFixedAmountWholeCartDiscountTest.xml
- AdminCreateFixedAmountWholeCartDiscountTest
- Admin should be able to create a cart price rule of type Fixed amount discount for whole cart
StorefrontCartTotalValueWithFullDiscountUsingCartRuleTest.xml
- StorefrontCartTotalValueWithFullDiscountUsingCartRuleTest
- Cart Total value when 100% discount applied through Cart Rule
EndToEndB2CGuestUserTest.xml
- EndToEndB2CGuestUserTest
- EndToEndB2CGuestUserMysqlTest
StorefrontCategoryRulesShouldApplyToComplexProductsTest.xml
- StorefrontCategoryRulesShouldApplyToComplexProductsTest
- Sales rules filtering on category should apply to all products, including complex products.
AdminCreateFixedAmountDiscountTest.xml
- AdminCreateFixedAmountDiscountTest
- Admin should be able to create a cart price rule of type Fixed amount discount
AdminDeleteInactiveSalesRuleAndVerifyDeleteMessageTest.xml
- AdminDeleteInactiveSalesRuleAndVerifyDeleteMessageTest
- Test log in to Cart Price Rule and Delete Inactive Sales Rule Test
AdminCreatePercentOfProductPriceTest.xml
- AdminCreatePercentOfProductPriceTest
- Admin should be able to create a cart price rule of type Percent of product price discount
AdminMarketingCartPriceRulesNavigateMenuTest.xml
- AdminMarketingCartPriceRulesNavigateMenuTest
- Admin should be able to navigate to Marketing > Cart Price Rules
AdminDeleteActiveSalesRuleWithPercentPriceAndVerifyDeleteMessageTest.xml
- AdminDeleteActiveSalesRuleWithPercentPriceAndVerifyDeleteMessageTest
- Test log in to Cart Price Rule and Delete Active Sales Rule Test
AdminCreateCartPriceRuleForCouponCodeTest.xml
- AdminCreateCartPriceRuleForCouponCodeTest
- Admin should be able to create a cart price rule for a specific coupon code
AdminCreateInvalidRuleTest.xml
- AdminCreateInvalidRuleTest
- Admin can not create rule with invalid data
AdminCreateCartPriceRuleEmptyFromDateTest.xml
- AdminCreateCartPriceRuleEmptyFromDateTest
- Admin should be able to create a cart price rule without specifying the from_date and it should be set with the current date
StorefrontAutoGeneratedCouponCodeTest.xml
- StorefrontAutoGeneratedCouponCodeTest
- [Cart Price Rule] Auto generated coupon code considers ‘Uses per Coupon’ and ‘Uses per Customer’ options
AdminDeleteActiveSalesRuleWithComplexConditionsAndVerifyDeleteMessageTest.xml
- AdminDeleteActiveSalesRuleWithComplexConditionsAndVerifyDeleteMessageTest
- Test log in to Cart Price Rule and Delete Active Sales Rule With Complex Conditions Test
AdminCreateCartPriceRuleAndVerifyRuleConditionIsNotAppliedTest.xml
- AdminCreateCartPriceRuleAndVerifyRuleConditionIsNotAppliedTest
- Test log in to Cart Price Rules and Create Cart Price Rule And Verify Rule Condition Is Not Applied
AdminCartRulesAppliedForProductInCartTest.xml
- AdminCartRulesAppliedForProductInCartTest
- Check that cart rules applied for product in cart
AdminCreateBuyXGetYFreeTest.xml
- AdminCreateBuyXGetYFreeTest
- Admin should be able to create a cart price rule of type Buy X get Y free
AdminCreateCartPriceRuleWithMatchingCategoryAndVerifyRuleConditionIsAppliedTest.xml
- AdminCreateCartPriceRuleWithMatchingCategoryAndVerifyRuleConditionIsAppliedTest
- Test log in to Cart Price Rules and Create Cart Price Rule With Matching Category And Verify Rule Condition Is Applied
CartPriceRuleForConfigurableProductTest.xml
- CartPriceRuleForConfigurableProductTest
- Checking Cart Price Rule for configurable products
StorefrontCartRuleCouponForFreeShippingTest.xml
- StorefrontCartRuleCouponForFreeShippingTest
- Test that Coupon Code of Cart Price Rule without discount for Product price but with Free shipping will shown in Order’s totals
DeleteCustomerGroupTest.xml
- DeleteCustomerGroupTest
EndToEndB2CLoggedInUserTest.xml
- EndToEndB2CLoggedInUserTest
AdminCreateCartPriceRuleAndVerifyRuleConditionAndFreeShippingIsAppliedTest.xml
- AdminCreateCartPriceRuleAndVerifyRuleConditionAndFreeShippingIsAppliedTest
- Test log in to Cart Price Rules and Create Cart Price Rule And Verify Rule Condition And Free Shipping Is Applied
AdminCreateCartPriceRuleForMatchingSubtotalAndVerifyRuleConditionIsAppliedTest.xml
- AdminCreateCartPriceRuleForMatchingSubtotalAndVerifyRuleConditionIsAppliedTest
- Test log in to Cart Price Rules and Create Cart Price Rule For Matching Subtotal And Verify Rule Condition Is Applied
PriceRuleCategoryNestingTest.xml
- PriceRuleCategoryNestingTest
- Category nesting level must be the same as were created in categories.
Search
StorefrontUsingElasticSearchWithWeightAttributeTest.xml
- StorefrontUsingElasticSearchWithWeightAttributeTest
- Use ElasticSearch for products with weight attributes
StorefrontVerifySearchSuggestionByProductShortDescriptionTest.xml
- StorefrontVerifySearchSuggestionByProductShortDescriptionTest
- Storefront search by product short description, generate search query and verify dropdown product search suggestions
AdminMassDeleteSearchTermEntityTest.xml
- AdminMassDeleteSearchTermEntityTest
- Admin should be able to Mass Delete Search Term Entity Test
StorefrontVerifySearchSuggestionByProductDescriptionTest.xml
- StorefrontVerifySearchSuggestionByProductDescriptionTest
- Storefront search by product description, generate search query and verify dropdown product search suggestions
AdminGlobalSearchOnProductPageTest.xml
- AdminGlobalSearchOnProductPageTest
- Admin search displays settings and content items
StorefrontVerifySearchSuggestionByProductNameTest.xml
- StorefrontVerifySearchSuggestionByProductNameTest
- Storefront search by product name and verify dropdown product search suggestions
StorefrontVerifySearchSuggestionByProductSkuTest.xml
- StorefrontVerifySearchSuggestionByProductSkuTest
- Storefront search by product sku, generate search query and verify dropdown product search suggestions
Security
StorefrontCheckNecessaryLogicToActionClassForCookieMessagesTest.xml
- StorefrontCheckNecessaryLogicToActionClassForCookieMessagesTest
- Check necessary logic to action class for cookie messages
AdminUserLockWhenEditingUserTest.xml
- AdminUserLockWhenEditingUserTest
- Runs Lock admin user when editing existing user test.
AdminLockAdminUserWhenCreatingNewIntegrationTest.xml
- AdminLockAdminUserWhenCreatingNewIntegrationTest
- Runs Lock admin user when creating new integration test.
AdminLockAdminUserWhenCreatingNewRoleTest.xml
- AdminLockAdminUserWhenCreatingNewRoleTest
- Runs Lock admin user when creating new admin role test.
AdminUserLockWhenCreatingNewUserTest.xml
- AdminUserLockWhenCreatingNewUserTest
- Runs Lock admin user when creating new user test.
Shipping
StorefrontDisplayTableRatesShippingMethodForAETest.xml
- StorefrontDisplayTableRatesShippingMethodForAETest
- Displaying of Table Rates for Armed Forces Europe (AE)
AdminCheckInputFieldsDisabledAfterAppConfigDumpTest.xml
- AdminCheckInputFieldsDisabledAfterAppConfigDumpTest
- Check that all input fields disabled after executing CLI app:config:dump
AdminCreatePartialShipmentEntityTest.xml
- AdminCreatePartialShipmentEntityTest
- Admin Should be Able to Create Partial Shipments
AdminValidateShippingTrackingNumberTest.xml
- AdminValidateShippingTrackingNumberTest
- Testing for a required tracking number when adding new shipping information
AdminCreateShipmentEntityTest.xml
- AdminCreateShipmentEntityWithTrackingNumberTest
- Admin Should be Able to Create Shipments
TableRatesShippingMethodForDifferentStatesTest.xml
- TableRatesShippingMethodForDifferentStatesTest
- Checkout with Table Rates for different states of the USA
AdminCreateOrderCustomStoreShippingMethodTableRatesTest.xml
- AdminCreateOrderCustomStoreShippingMethodTableRatesTest
- Create order on second store with shipping method Table Rates
EndToEndB2CAdminTest.xml
- EndToEndB2CAdminTest
AdminCheckTheConfirmationPopupTest.xml
- AdminCheckTheConfirmationPopupTest
- Testing the confirmation modal for removing the tracking number
Signifyd
AdminSignifydConfigDependentOnActiveFieldTest.xml
- AdminSignifydConfigDependentOnActiveFieldTest
- Signifyd system configs dependent by Enable this Solution field.
Sitemap
AdminMarketingSiteMapNavigateMenuTest.xml
- AdminMarketingSiteMapNavigateMenuTest
- Admin should be able to navigate to Marketing > Site Map
AdminMarketingSiteMapCreateNewTest.xml
- AdminMarketingSiteMapCreateNewTest
- Create New Site Map with valid data
Store
AdminUpdateWebsiteTest.xml
- AdminUpdateWebsiteTest
- Test log in to Stores and Update Website Test
StorefrontAddStoreCodeInUrlTest.xml
- StorefrontAddStoreCodeInUrlTest
- Store code should be added to storefront URL if the corresponding configuration is enabled
AdminCreateStoreGroupWithDefaultWebsiteAndDefaultCategoryTest.xml
- AdminCreateStoreGroupWithDefaultWebsiteAndDefaultCategoryTest
- Test log in to Stores and Create Store Group with Default Website and Default Category Test
AdminCreateNewLocalizedStoreViewStatusEnabledTest.xml
- AdminCreateNewLocalizedStoreViewStatusEnabledTest
- Test log in to Stores and Create New Localized Store View Status Enabled Test
AdminCreateStoreViewStatusDisabledVerifyBackendAndFrontendTest.xml
- AdminCreateStoreViewStatusDisabledVerifyBackendAndFrontendTest
- Test log in to Stores and Create Store View Status Disabled Test
AdminUpdateStoreGroupAndVerifyStoreViewFormTest.xml
- AdminUpdateStoreGroupAndVerifyStoreViewFormTest
- Test log in to Stores and Update Store Group Test
AdminCreateCustomStoreViewStatusDisabledVerifyErrorSaveMessageTest.xml
- AdminCreateCustomStoreViewStatusDisabledVerifyErrorSaveMessageTest
- Test log in to Stores and Create Custom Store View Status Enabled and Verify Error Save Message Test
AdminCreateWebsiteTest.xml
- AdminCreateWebsiteTest
- Test log in to Stores and Create Website Test
AdminCreateStoreGroupWithCustomWebsiteAndDefaultCategoryTest.xml
- AdminCreateStoreGroupWithCustomWebsiteAndDefaultCategoryTest
- Test log in to Stores and Create Store Group with Custom Website and Default Category Test
AdminMoveStoreToOtherGroupSameWebsiteTest.xml
- AdminMoveStoreToOtherGroupSameWebsiteTest
- Test log in to Stores and Move Store To Other Group Same Website Test
AdminDeleteStoreGroupTest.xml
- AdminDeleteStoreGroupTest
- Test log in to Stores and Delete Store Group Test
AdminDeleteDefaultStoreViewTest.xml
- AdminDeleteDefaultStoreViewTest
- Test another store view should be set as default when default store view is deleted
AdminCreateStoreViewTest.xml
- AdminCreateStoreViewTest
- Admin shouldn’t be able to create a Store View with the same code
AdminCreateCustomStoreViewStatusEnabledVerifyBackendAndFrontendTest.xml
- AdminCreateCustomStoreViewStatusEnabledVerifyBackendAndFrontendTest
- Test log in to Stores and Create Custom Store View Status Enabled and Verify Backend and Frontend Test
AdminCreateStoreViewStatusEnabledVerifyBackendAndFrontendTest.xml
- AdminCreateStoreViewStatusEnabledVerifyBackendAndFrontendTest
- Test log in to Stores and Create Store View Status Enabled Test
AdminUpdateStoreGroupAcceptAlertAndVerifyStoreViewFormTest.xml
- AdminUpdateStoreGroupAcceptAlertAndVerifyStoreViewFormTest
- Test log in to Stores and Update Store Group Test
AdminUpdateStoreViewTest.xml
- AdminUpdateStoreViewTest
- Test log in to Stores and Update Store View Test
AdminDeleteStoreViewTest.xml
- AdminDeleteStoreViewTest
- Test log in to Stores and Delete Store View
AdminCreateStoreGroupWithCustomWebsiteAndRootCategoryTest.xml
- AdminCreateStoreGroupWithCustomWebsiteAndRootCategoryTest
- Test log in to Stores and Create Store Group with Custom Website and Root Category Test
AdminCreateCustomStoreViewStatusEnabledVerifyAbsenceOfDeleteButtonTest.xml
- AdminCreateCustomStoreViewStatusEnabledVerifyAbsenceOfDeleteButtonTest
- Test log in to Stores and Create Custom Store View Status Enabled and Verify Absence Of Delete Button Test
Swatches
AdminDisablingSwatchTooltipsTest.xml
- AdminDisablingSwatchTooltipsTest
- Verify possibility to disable/enable swatch tooltips.
AdminCreateVisualSwatchTest.xml
- AdminCreateVisualSwatchTest
- Admin can create product attribute with picked color swatch
StorefrontSwatchProductWithFileCustomOptionTest.xml
- StorefrontSwatchProductWithFileCustomOptionTest
- Configurable product with swatch option and file custom option. When adding to cart with an invalid filetype, the correct error message is shown, and options remain selected.
AdminSaveConfigurableProductWithAttributesImagesAndSwatchesTest.xml
- AdminSaveConfigurableProductWithAttributesImagesAndSwatchesTest
- Saving configurable product with custom product attribute (images as swatches)
AdminCreateVisualSwatchWithNonValidOptionsTest.xml
- AdminCreateVisualSwatchWithNonValidOptionsTest
- Admin should be able to create swatch product attribute
StorefrontSwatchAttributesDisplayInWidgetCMSTest.xml
- StorefrontSwatchAttributesDisplayInWidgetCMSTest
- Swatch Attribute is not displayed in the Widget CMS
StorefrontFilterByTextSwatchTest.xml
- StorefrontFilterByTextSwatchTest
- Customers can filter products using text swatches
StorefrontSeeProductImagesMatchingProductSwatchesTest.xml
- StorefrontSeeProductImagesMatchingProductSwatchesTest
- Customer can see product images matching product swatches
StorefrontCustomerCanChangeProductOptionsUsingSwatchesTest.xml
- StorefrontCustomerCanChangeProductOptionsUsingSwatchesTest
- Customer can change product options using swatches
StorefrontFilterByImageSwatchTest.xml
- StorefrontFilterByImageSwatchTest
- Customers can filter products using image swatches
AdminCreateTextSwatchTest.xml
- AdminCreateTextSwatchTest
- Admin can create product attribute with text swatch
StorefrontFilterByVisualSwatchTest.xml
- StorefrontFilterByVisualSwatchTest
- Customers can filter products using visual swatches
AdminSetUpWatermarkForSwatchImageTest.xml
- AdminSetUpWatermarkForSwatchImageTest
- Possibility to set up watermark for a swatch image type
StorefrontConfigurableProductSwatchMinimumPriceTest.xml
- StorefrontConfigurableProductSwatchMinimumPriceProductPageTest
- Swatch option should show the lowest price possible on product page
- StorefrontConfigurableProductSwatchMinimumPriceCategoryPageTest
- Swatch option should show the lowest price possible on category page
StorefrontDisplayAllCharactersOnTextSwatchTest.xml
- StorefrontDisplayAllCharactersOnTextSwatchTest
- Admin can create product attribute with text swatch and check the display characters in full
AdminCreateImageSwatchTest.xml
- AdminCreateImageSwatchTest
- Admin can create product attribute with image swatch
StorefrontImageColorWhenFilterByColorFilterTest.xml
- StorefrontImageColorWhenFilterByColorFilterTest
- Image color when filtering by color filter on the Storefront
Tax
AdminCreateTaxRuleWithZipRangeTest.xml
- AdminCreateTaxRuleWithZipRangeTest
- Test log in to Create Tax Rule and Create tax rule with Zip Range
UpdateDecimalTaxRateEntityTest.xml
- UpdateDecimalTaxRateEntityTest
- Test log in to Tax Rate and Update Decimal Tax Rate
StorefrontTaxQuoteCheckoutTest.xml
- StorefrontTaxQuoteCheckoutGuestVirtual
- Tax for Virtual Product Quote should be recalculated according to inputted data on Checkout flow for Guest Customer
- StorefrontTaxQuoteCheckoutLoggedInSimple
- Tax for Simple Product Quote should be recalculated according to inputted data on Checkout flow for Logged in Customer
- StorefrontTaxQuoteCheckoutGuestSimple
- Tax for Simple Product Quote should be recalculated according to inputted data on Checkout flow for Guest Customer
- StorefrontTaxQuoteCheckoutLoggedInVirtual
- Tax for Virtual Product Quote should be recalculated according to inputted data on Checkout flow for Logged in Customer
StorefrontTaxInformationInShoppingCartForGuestVirtualQuoteTest.xml
- StorefrontTaxInformationInShoppingCartForGuestVirtualQuoteTest
- Tax information are updating/recalculating on fly in shopping cart for Guest (virtual quote)
StorefrontTaxQuoteCartTest.xml
- StorefrontTaxQuoteCartLoggedInSimple
- Tax for Simple Product Quote should be recalculated in Shopping Cart for Logged in Customer with Default Address
- StorefrontTaxQuoteCartLoggedInVirtual
- Tax for Virtual Product Quote should be recalculated in Shopping Cart for Logged in Customer with Default Address
- StorefrontTaxQuoteCartGuestSimple
- Tax for Simple Product Quote should be recalculated in Shopping Cart for Guest Customer#anch
- StorefrontTaxQuoteCartGuestVirtual
- Tax for Virtual Product Quote should be recalculated in Shopping Cart for Guest Customer
AdminCreateTaxRuleWithCustomerAndProductTaxClassTest.xml
- AdminCreateTaxRuleWithCustomerAndProductTaxClassTest
- Test log in to Tax Rule and Create tax rule with customer and product tax class
AdminTaxCalcWithApplyTaxOnSettingTest.xml
- AdminTaxCalcWithApplyTaxOnSettingTest
- Tax calculation process following ‘Apply Tax On’ setting
UpdateAnyRegionTaxRateEntityTest.xml
- UpdateAnyRegionTaxRateEntityTest
- Test log in to Tax Rate and Update Any Region
AdminSystemImportExportTaxRatesNavigateMenuTest.xml
- AdminSystemImportExportTaxRatesNavigateMenuTest
- Admin should be able to navigate to System > Import/Export Tax Rates
AdminStoresTaxRulesNavigateMenuTest.xml
- AdminStoresTaxRulesNavigateMenuTest
- Admin should be able to navigate to Stores > Tax Rules
AdminUpdateTaxRuleWithFixedZipUtahTest.xml
- AdminUpdateTaxRuleWithFixedZipUtahTest
- Test log in to Update tax rule and Update tax rule with fixed zip Utah
Update01TaxRateEntityTest.xml
- Update01TaxRateEntityTest
- Test log in to Tax Rate and Update 0.1 Rate
AdminCreateTaxRuleWithNewAndExistingTaxRateAndCustomerAndProductTaxClassTest.xml
- AdminCreateTaxRuleWithNewAndExistingTaxRateAndCustomerAndProductTaxClassTest
- Test log in to Create tax rule and Create tax rule with New and Existing Tax Rate, Customer Tax Class, Product Tax Class
AdminCreateTaxRateZipCodeRangeTest.xml
- AdminCreateTaxRateZipCodeRangeTest
- Test log in to Create Tax Rate and Create Zip Code Range
Update1299TaxRateEntityTest.xml
- Update1299TaxRateEntityTest
- Test log in to Tax Rate and Update 12.99 Rate
AdminCreateTaxRuleWithNewTaxClassesAndTaxRateTest.xml
- AdminCreateTaxRuleWithNewTaxClassesAndTaxRateTest
- Test log in to Create Tax Rule and Create tax rule with New Tax Classes and Tax Rate
AdminDeleteTaxRuleTest.xml
- AdminDeleteTaxRuleTest
- Test log in to tax rule and Delete tax rule
AdminCheckCreditMemoTotalsTest.xml
- AdminCheckCreditMemoTotalsTest
- Checking Credit memo Totals
AdminTaxReportGridTest.xml
- AdminTaxReportGridTest
- Tax Report Grid displays Tax amount in rows ‘Total’ and ‘Subtotal’ is a sum of all tax amounts
StorefrontTaxInformationInShoppingCartForCustomerPhysicalQuoteTest.xml
- StorefrontTaxInformationInShoppingCartForCustomerPhysicalQuoteTest
- Tax information are updating/recalculating on fly in shopping cart for Customer with default addresses (physical quote)
AdminStoresTaxZonesAndRatesNavigateMenuTest.xml
- AdminStoresTaxZonesAndRatesNavigateMenuTest
- Admin should be able to navigate to Stores > Tax Zones and Rates
AdminCreateDefaultsTaxRuleTest.xml
- AdminCreateDefaultsTaxRuleTest
- Test log in to Create Tax Rule and Create Defaults Tax Rule
AdminCreateTaxRateSpecificPostcodeTest.xml
- AdminCreateTaxRateSpecificPostcodeTest
- Test log in to Create Tax Rate and Create specific Postcode
AdminCreateTaxRateAllPostCodesTest.xml
- AdminCreateTaxRateAllPostCodesTest
- Tests log into Create tax rate and create all postcodes
AdminCreateTaxRateLargeRateTest.xml
- AdminCreateTaxRateLargeRateTest
- Test log in to Create Tax Rate and Create Large Rate
StorefrontTaxInformationInShoppingCartForCustomerVirtualQuoteTest.xml
- StorefrontTaxInformationInShoppingCartForCustomerVirtualQuoteTest
- Tax information are updating/recalculating on fly in shopping cart for Customer with default addresses (virtual quote)
AdminUpdateTaxRuleWithCustomClassesTest.xml
- AdminUpdateTaxRuleWithCustomClassesTest
- Test log in to Update tax rule and Update tax rule with custom classes
StorefrontTaxInformationInShoppingCartForGuestPhysicalQuoteTest.xml
- StorefrontTaxInformationInShoppingCartForGuestPhysicalQuoteTest
- Tax information are updating/recalculating on fly in shopping cart for Guest (physical quote)
CheckCreditMemoTotalsTest.xml
- CheckCreditMemoTotalsTest
- Checking Credit memo Totals
AdminCreateTaxRateWiderZipCodeRangeTest.xml
- AdminCreateTaxRateWiderZipCodeRangeTest
- Test log in to Create Tax Rate and Create Wider Zip Code Range
UpdateLargeTaxRateEntityTest.xml
- UpdateLargeTaxRateEntityTest
- Test log in to Tax Rate and Update Large Rate
DeleteTaxRateEntityTest.xml
- DeleteTaxRateEntityTest
- Test log in to Tax Rate and Delete Tax Rate
Update100TaxRateEntityTest.xml
- Update100TaxRateEntityTest
- Test log in to Tax Rate and Update 100 Rate
AdminUpdateDefaultTaxRuleTest.xml
- AdminUpdateDefaultTaxRuleTest
- Test log in to Update tax rule and Update default tax rule
Theme
ThemeTest.xml
- ThemeTest
- Magento Rush theme should not be available in Themes grid
AdminDesignConfigMediaGalleryImageUploadTest.xml
- AdminDesignConfigMediaGalleryImageUploadTest
- Admin should be able to use Image Uploader to add Gallery Images
AdminWatermarkUploadTest.xml
- AdminWatermarkUploadTest
- Watermark images should be able to be uploaded in the admin
AdminContentThemesNavigateMenuTest.xml
- AdminContentThemesNavigateMenuTest
- Admin should be able to navigate to Content > Themes
Tinymce3
AdminSwitchWYSIWYGOptionsTest.xml
- AdminSwitchWYSIWYGOptionsTest
- Admin should able to switch between versions of TinyMCE
Translation
AdminInlineTranslationOnCheckoutTest.xml
- AdminInlineTranslationOnCheckoutTest
- As merchant I want to be able to rename text labels on Checkout steps
StorefrontButtonsInlineTranslationTest.xml
- StorefrontButtonsInlineTranslationTest
- [Inline Translation] Buttons inline translation
Ui
AdminGridFilterDeleteAndVerifyErrorMessageTest.xml
- AdminGridFilterDeleteAndVerifyErrorMessageTest
- Test log in to uI and Delete Grid Filter Test
Ups
AdminCheckInputFieldsDisabledAfterAppConfigDumpTest.xml
- AdminCheckInputFieldsDisabledAfterAppConfigDumpTest
DefaultConfigForUPSTypeTest.xml
- DefaultConfigForUPSTypeTest
- Default Configuration for UPS Type
UrlRewrite
AdminCreateCustomCMSPageUrlRewriteAndAddTemporaryRedirectTest.xml
- AdminCreateCustomCMSPageUrlRewriteAndAddTemporaryRedirectTest
- Login as Admin and create custom CMS page UrlRewrite and add Temporary redirect type
AdminCreateProductURLRewriteWithCategoryAndAddTemporaryRedirectTest.xml
- AdminCreateProductURLRewriteWithCategoryAndAddTemporaryRedirectTest
- Login as admin, create product with category and UrlRewrite and add temporary redirect
AdminCheckUrlRewritesCorrectlyGeneratedForMultipleStoreviewsDuringProductImportTest.xml
- AdminCheckUrlRewritesCorrectlyGeneratedForMultipleStoreviewsDuringProductImportTest
- Check Url Rewrites Correctly Generated for Multiple Storeviews During Product Import.
- AdminCheckUrlRewritesCorrectlyGeneratedForMultipleStoreviewsDuringProductImportTestWithConfigurationTurnedOff
- Check Url Rewrites Correctly Generated for Multiple Storeviews During Product Import.
AdminUpdateCategoryUrlRewriteAndAddTemporaryRedirectTest.xml
- AdminUpdateCategoryUrlRewriteAndAddTemporaryRedirectTest
- Login as Admin and update category UrlRewrite and add Temporary redirect type
AdminCheckUrlRewritesInCatalogCategoriesAfterChangingUrlKeyForStoreViewAndMovingCategoryTest.xml
- AdminCheckUrlRewritesInCatalogCategoriesAfterChangingUrlKeyForStoreViewAndMovingCategoryTest
- DEPRECATED. Check url rewrites in catalog categories after changing url key for store view and moving category
AdminUpdateCategoryUrlRewriteAndAddPermanentRedirectTest.xml
- AdminUpdateCategoryUrlRewriteAndAddPermanentRedirectTest
- Login as Admin and update category UrlRewrite and add Permanent redirect type
AdminCreateProductUrLRewriteAndAddPermanentRedirectTest.xml
- AdminCreateProductUrLRewriteAndAddPermanentRedirectTest
- Login as admin, create product UrlRewrite and add Permanent redirect
AdminUrlRewritesForProductAfterImportTest.xml
- AdminUrlRewritesForProductAfterImportTest
- After importing products to admin verify the number of URL including categories matches
AdminUpdateCmsPageRewriteEntityWithNoRedirectTest.xml
- AdminUpdateCmsPageRewriteEntityWithNoRedirectTest
- Login as Admin and tried to update the created URL Rewrite for CMS page
AdminCreateCustomCategoryUrlRewriteAndAddPermanentRedirectTest.xml
- AdminCreateCustomCategoryUrlRewriteAndAddPermanentRedirectTest
- Login as Admin and create custom UrlRewrite and add redirect type permenent
AdminUpdateCategoryUrlRewriteAndAddAspxRequestPathTest.xml
- AdminUpdateCategoryUrlRewriteAndAddAspxRequestPathTest
- Login as Admin, update category UrlRewrite, add aspx request path and Temporary redirect type
AdminCreateProductUrLRewriteAndAddTemporaryRedirectTest.xml
- AdminCreateProductUrLRewriteAndAddTemporaryRedirectTest
- Login as admin, create product UrlRewrite and add Temporary redirect
AdminUpdateCmsPageRewriteEntityWithTemporaryRedirectTest.xml
- AdminUpdateCmsPageRewriteEntityWithTemporaryRedirectTest
- Login as Admin and tried to update the created URL Rewrite for CMS page
AdminCreateCategoryUrlRewriteAndAddTemporaryRedirectTest.xml
- AdminCreateCategoryUrlRewriteAndAddTemporaryRedirectTest
- Login as admin and create category UrlRewrite with Temporary redirect
AdminProductCreateUrlRewriteForCustomStoreViewTest.xml
- AdminProductCreateUrlRewriteForCustomStoreViewTest
- Verify Product custom URL Key (for custom Store View) is preserved when assigned to a Category (with custom URL Key) alongside with another Product without custom URL Key
AdminCreateProductURLRewriteAndAddNoRedirectTest.xml
- AdminCreateProductUrLRewriteAndAddNoRedirectTest
- Login as admin, create product UrlRewrite and add No redirect
AdminCreateCategoryUrlRewriteAndAddNoRedirectTest.xml
- AdminCreateCategoryUrlRewriteAndAddNoRedirectTest
- Login as admin and create category UrlRewrite with No redirect
AdminMarketingUrlRewritesNavigateMenuTest.xml
- AdminMarketingUrlRewritesNavigateMenuTest
- Admin should be able to navigate to Marketing > URL Rewrites
AdminUpdateCategoryUrlRewriteAndAddNoRedirectTest.xml
- AdminUpdateCategoryUrlRewriteAndAddNoRedirectTest
- Login as Admin and update category Url Rewrite and add redirect type No
AdminCreateCustomProductUrlRewriteAndAddTemporaryRedirectTest.xml
- AdminCreateCustomProductUrlRewriteAndAddTemporaryRedirectTest
- Login as Admin and create custom product UrlRewrite and add Temporary redirect type
AdminUpdateCmsPageRewriteEntityWithPermanentReirectTest.xml
- AdminUpdateCmsPageRewriteEntityWithPermanentRedirectTest
- Login as Admin and tried to update the created URL Rewrite for CMS page
AdminCreateCategoryUrlRewriteAndAddPermanentRedirectTest.xml
- AdminCreateCategoryUrlRewriteAndAddPermanentRedirectTest
- Login as admin and create category UrlRewrite with Permanent redirect
AdminCheckUrlRewritesInCatalogCategoriesAfterChangingUrlKeyForStoreViewAndMovingCategory2Test.xml
- AdminCheckUrlRewritesInCatalogCategoriesAfterChangingUrlKeyForStoreViewAndMovingCategory2Test
- Check url rewrites in catalog categories after changing url key for store view and moving category
AdminGenerateUrlRewritesForProductInCategoriesSwitchOffTest.xml
- AdminGenerateUrlRewritesForProductInCategoriesSwitchOffTest
- Check Url Rewrites for product in categories is correctly cleared after configuration turned off
AdminUpdateProductUrlRewriteAndAddTemporaryRedirectTest.xml
- AdminUpdateProductUrlRewriteAndAddTemporaryRedirectTest
- Login as Admin and update product UrlRewrite and add Temporary redirect type
AdminDeleteCustomUrlRewriteTest.xml
- AdminDeleteCustomUrlRewriteTest
- Test log in to URL rewrite and Delete custom URL rewrite
AdminAutoUpdateURLRewriteWhenCategoryIsDeletedTest.xml
- AdminAutoUpdateURLRewriteWhenCategoryIsDeletedTest
- Login as admin,verify UrlRewrite auto update when subcategory is deleted
AdminUpdateCustomURLRewritesTemporaryTest.xml
- AdminUpdateCustomURLRewritesTemporaryTest
- Test log in to URL Rewrites and Update Custom URL Rewrites, temporary
AdminCreateProductWithSeveralWebsitesAndCheckURLRewritesTest.xml
- AdminCreateProductWithSeveralWebsitesAndCheckURLRewritesTest
- Test log in to Create product and Create product with several websites and check URL Rewrites
AdminCreateCustomCMSPageUrlRewriteAndAddPermanentRedirectTest.xml
- AdminCreateCustomCMSPageUrlRewriteAndAddPermanentRedirectTest
- Login as Admin and create custom CMS page UrlRewrite and add Permanent redirect type
AdminUpdateCustomURLRewritesPermanentTest.xml
- AdminUpdateCustomURLRewritesPermanentTest
- Test log in to URL Rewrites and Update Custom URL Rewrites, permanent
AdminUrlRewritesForProductInAnchorCategoriesTest.xml
- AdminUrlRewritesForProductInAnchorCategoriesTest
- For a product with category that has parent anchor categories, the rewrites is created when the category/product is saved.
- AdminUrlRewritesForProductInAnchorCategoriesTestWithConfigurationTurnedOff
- For a product with category that has parent anchor categories, the rewrites is created when the category/product is saved.
- AdminUrlRewritesForProductInAnchorCategoriesTestAllStoreView
- Verify that Saving category do not delete UrlRewrites for subcategories and all products in them.
- AdminUrlRewritesForProductInAnchorCategoriesTestAllStoreViewWithConfigurationTurnedOff
- Url-rewrites for product in anchor categories for all store views with configuration turned off
- AdminUrlRewritesForProductsWithConfigurationTurnedOff
- No auto generated of request path when SEO configuration to Generate url rewrite for Generate ‘category/product’ URL Rewrites is set to No
User
AdminResetUserPasswordFailedTest.xml
- AdminResetUserPasswordFailedTest
- Admin user should not be able to trigger the password reset procedure twice
AdminSystemUserRolesNavigateMenuTest.xml
- AdminSystemUserRolesNavigateMenuTest
- Admin should be able to navigate to System > User Roles
AdminSystemLockedUsersNavigateMenuTest.xml
- AdminSystemLockedUsersNavigateMenuTest
- Admin should be able to navigate to System > Locked Users
AdminCreateInactiveUserEntityTest.xml
- AdminCreateInactiveUserEntityTest
- Admin user should be able to create inactive admin user
AdminLockAdminUserEntityTest.xml
- AdminLockAdminUserEntityTest
- Lock admin user after entering incorrect password specified number of times
AdminSystemManageEncryptionKeyNavigateMenuTest.xml
- AdminSystemManageEncryptionKeyNavigateMenuTest
- Admin should be able to navigate to System > Manage Encryption Key
AdminBulkOperationsLogIsNotAccessibleForAdminUserWithLimitedAccessTest.xml
- AdminBulkOperationsLogIsNotAccessibleForAdminUserWithLimitedAccessTest
- An admin user can view his own bulk operations only in a separate grid if his role has Bulk Operations resource.
AdminSystemAllUsersNavigateMenuTest.xml
- AdminSystemAllUsersNavigateMenuTest
- Admin should be able to navigate to System > All Users
AdminUpdateUserTest.xml
- AdminUpdateUserTest
- Change full access role for admin user to custom one with restricted permission (Sales)
AdminCreateActiveUserEntityTest.xml
- AdminCreateActiveUserEntityTest
- Admin user should be able to create active admin user
Usps
AdminCheckInputFieldsDisabledAfterAppConfigDumpTest.xml
- AdminCheckInputFieldsDisabledAfterAppConfigDumpTest
Variable
AdminSystemCustomVariablesNavigateMenuTest.xml
- AdminSystemCustomVariablesNavigateMenuTest
- Admin should be able to navigate to System > Custom Variables
AdminCreateCustomVariableEntityTest.xml
- AdminCreateCustomVariableEntityTest
- Test for creating a custom variable.
Vault
StorefrontVerifySecureURLRedirectVaultTest.xml
- StorefrontVerifySecureURLRedirectVault
- Verify that the Secure URL configuration applies to the Vault pages on the Storefront
Weee
AdminRemoveProductWeeeAttributeOptionTest.xml
- AdminRemoveProductWeeeAttributeOptionTest
- Weee attribute options can be removed in product page
StorefrontFPTTaxInformationInShoppingCartForGuestPhysicalQuoteTest.xml
- StorefrontFPTTaxInformationInShoppingCartForGuestPhysicalQuoteTest
- Tax information are updating/recalculating on fly in shopping cart for Guest (physical quote)
StorefrontFPTTaxInformationInShoppingCartForCustomerVirtualQuoteTest.xml
- StorefrontFPTTaxInformationInShoppingCartForCustomerVirtualQuoteTest
- Tax information are updating/recalculating on fly in shopping cart for Customer with default addresses (virtual quote)
AdminFixedTaxValSavedForSpecificWebsiteTest.xml
- AdminFixedTaxValSavedForSpecificWebsiteTest
- Fixed Product Tax value is saved correctly for Specific Website
StorefrontFPTTaxInformationInShoppingCartForGuestVirtualQuoteTest.xml
- StorefrontFPTTaxInformationInShoppingCartForGuestVirtualQuoteTest
- Tax information are updating/recalculating on fly in shopping cart for Guest (virtual quote)
StorefrontFPTTaxInformationInShoppingCartForCustomerPhysicalQuoteTest.xml
- StorefrontFPTTaxInformationInShoppingCartForCustomerPhysicalQuoteTest
- Tax information are updating/recalculating on fly in shopping cart for Customer with default addresses (physical quote)
Widget
NewProductsListWidgetTest.xml
- NewProductsListWidgetTest
- Admin should be able to set products as new so that they show up in the Catalog New Products List Widget
ProductsListWidgetTest.xml
- ProductsListWidgetTest
- Admin should be able to set Products List Widget
AdminContentWidgetsNavigateMenuTest.xml
- AdminContentWidgetsNavigateMenuTest
- Admin should be able to navigate to Content > Widgets
Wishlist
StorefrontRemoveProductsFromWishlistUsingSidebarTest.xml
- StorefrontRemoveProductsFromWishlistUsingSidebarTest
- Products removed from wishlist and a customer remains on the same page.
AdminCustomerWishListShareOptionsInputValidationTest.xml
- AdminCustomerWishListShareOptionsInputValidationTest
- When user tries to set the Email Text Length Limit higher then 10,000 then validation message occurs
StorefrontDeleteBundleFixedProductFromWishlistTest.xml
- StorefrontDeleteBundleFixedProductFromWishlistTest
- Delete Fixed Bundle Product from Wishlist on Frontend
StorefrontShareWishlistEntityTest.xml
- StorefrontShareWishlistEntityTest
- Customer should be able to share a persistent wishlist
StorefrontVerifySecureURLRedirectWishlistTest.xml
- StorefrontVerifySecureURLRedirectWishlist
- Verify that the Secure URL configuration applies to the Wishlist pages on the Storefront
WishListWithDisabledProductTest.xml
- WishListWithDisabledProductTest
- Wish List should not include disabled products and pager should be absent
StorefrontDeleteConfigurableProductFromWishlistTest.xml
- StorefrontDeleteConfigurableProductFromWishlistTest
- Delete Configurable Product from Wishlist on Frontend
StorefrontAddProductsToCartFromWishlistUsingSidebarTest.xml
- StorefrontAddProductsToCartFromWishlistUsingSidebarTest
- Products added to the cart from wishlist and a customer remains on the same page.
ConfigurableProductChildImageShouldBeShownOnWishListTest.xml
- ConfigurableProductChildImageShouldBeShownOnWishListTest
- When user add Configurable child product to WIshlist then child product image should be shown in Wishlist
ConfProdAddToCartWishListWithUnselectedAttrTest.xml
- ConfProdAddToCartWishListWithUnselectedAttrTest
- Verify adding configurable product to Cart from Wish List when attributes is unselected
StorefrontUpdateWishlistTest.xml
- StorefrontUpdateWishlistTest
- Displaying of message after Wish List update
StorefrontDeleteBundleDynamicProductFromWishlistTest.xml
- StorefrontDeleteBundleDynamicProductFromWishlistTest
- Delete Dynamic Bundle Product from Wishlist on Frontend
StorefrontDeletePersistedWishlistTest.xml
- StorefrontDeletePersistedWishlistTest
- Customer should be able to delete a persistent wishlist
EndToEndB2CLoggedInUserTest.xml
- EndToEndB2CLoggedInUserTest
StorefrontAddMultipleStoreProductsToWishlistTest.xml
- StorefrontAddMultipleStoreProductsToWishlistTest
- All products added to wishlist should be visible on any store. Even if product visibility was set to ‘Not Visible Individually’ for this store