0

Input same pin again n again in the text box. [121212 is printing 2 times.]

TC1 Check the user is able to enter the pin code field.
        input text                      xpath://*[@id="pincodeInputId"]     121212
        click element                   xpath://span[@class="_2P_LDn"]
        sleep                           3s
        clear element text              xpath://*[@id="pincodeInputId"]
        sleep                           3s

TC2 Check if the user is allowed to enter more than six numbers in the pin code field.
        input text                      xpath://*[@id="pincodeInputId"]     1234567
        click element                   xpath://span[@class="_2P_LDn"]
        sleep                           3s
        clear element text              xpath://*[@id="pincodeInputId"]
        sleep                           3s
  • Isn't this exactly the [same question](https://stackoverflow.com/questions/74272943/input-same-pin-again-n-again-in-the-text-box) you asked before? Please don't ask the same question twice. – Bryan Oakley Nov 01 '22 at 18:59

0 Answers0