internationalbridge / Blue-MYIB-Testing

0 stars 0 forks source link

CC Negative Test Cases #22

Open internationalbridge opened 5 years ago

internationalbridge commented 5 years ago

Description

Validate that the CC form cannot be completed with malformed, empty, or incorrect data.

CASE1: malformed CC number CASE2: empty CCV CASE3: empty expiration date CASE4: expired expiration date

Steps to reproduce issue

1) Sign into system as a registered user 2) Select Account >> Payment Details 3) Select UPDATE 4) Enter CASE X 5) Select UPDATE

Expected result

All cases should provide user with an actionable error message.

Testing Priority

Medium

Actual result

BUG: When information is missing, inappropriate message gets shown: Some payment input fields are invalid. Cannot tokenize invalid card fields.

CASE: All fields empty, expected behavior and message.

Operating System

Windows 10

Browser

Chrome

BLUE Release Number

0.1.1

Observations/Improvements

Change error message:

Instead of: Some payment input fields are invalid. Cannot tokenize invalid card fields.

Say something like: Value of $fieldName is invalid. Please input value from the card.

For CCV code, make a small sign by the CCV field name, that after mouse put on it, will explain what CCV code is.Image visa2.

Other information