<?xml version="1.0" encoding="UTF-8"?><actionGroupsxmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd"><!-- Add simple product to cart --><actionGroupname="TemandoAddSimpleProductToCart"><amOnPageurl="{{StorefrontCategoryPage.url($$simplecategory.name$$)}}"stepKey="onCategoryPage"/><waitForPageLoadstepKey="waitForCategoryPage"/><moveMouseOverselector="{{StorefrontCategoryMainSection.ProductItemInfo}}"stepKey="hoverProduct"/><clickselector="{{StorefrontCategoryMainSection.AddToCartBtn}}"stepKey="addToCart"/><waitForElementVisibleselector="{{StorefrontCategoryMainSection.SuccessMsg}}"time="30"stepKey="waitForProductAdded"/><seeselector="{{StorefrontCategoryMainSection.SuccessMsg}}"userInput="You added $$simpleproduct.name$$ to your shopping cart."stepKey="seeAddedToCartMessage"/><seeselector="{{StorefrontMinicartSection.quantity}}"userInput="1"stepKey="seeCartQuantity"/></actionGroup><!-- Enter shipping details at checkout --><actionGroupname="TemandoCompleteShippingDetails"><fillFieldselector="{{CheckoutShippingSection.email}}"userInput="{{CustomerEntityOne.email}}"stepKey="enterEmail"/><fillFieldselector="{{CheckoutShippingSection.firstName}}"userInput="{{CustomerEntityOne.firstname}}"stepKey="enterFirstName"/><fillFieldselector="{{CheckoutShippingSection.lastName}}"userInput="{{CustomerEntityOne.lastname}}"stepKey="enterLastName"/><fillFieldselector="{{CheckoutShippingSection.street}}"userInput="{{CustomerAddressSimple.street[0]}}"stepKey="enterStreet"/><fillFieldselector="{{CheckoutShippingSection.city}}"userInput="{{CustomerAddressSimple.city}}"stepKey="enterCity"/><selectOptionselector="{{CheckoutShippingSection.region}}"userInput="{{CustomerAddressSimple.state}}"stepKey="selectRegion"/><fillFieldselector="{{CheckoutShippingSection.postcode}}"userInput="{{CustomerAddressSimple.postcode}}"stepKey="enterPostcode"/><fillFieldselector="{{CheckoutShippingSection.telephone}}"userInput="{{CustomerAddressSimple.telephone}}"stepKey="enterTelephone"/><waitForLoadingMaskToDisappearstepKey="waitForLoadingMask"/></actionGroup><!-- Select a shipping method at checkout --><actionGroupname="TemandoSelectShippingMethod"><arguments><argumentname="shippingMethod"type="string"/></arguments><scrollTostepKey="scrollToShippingMethods"selector="{{TemandoCheckoutSection.ShippingMethodsTable}}"/><seeElementstepKey="seeStandardShipping"selector="{{TemandoCheckoutSection.ShippingMethodLabel(shippingMethod)}}"/><grabTextFromselector="{{TemandoCheckoutSection.ShippingMethodLabel(shippingMethod)}}"stepKey="shippingLabel"/><clickselector="{{CheckoutShippingMethodsSection.checkShippingMethodByName('{$shippingLabel}')}}"stepKey="selectStandardShipping"/><waitForLoadingMaskToDisappearstepKey="waitForStandardShipping"/></actionGroup></actionGroups>