[Test Plan] VISA/master/Sibs - Cardholder Name Field
- 1 Introduction
- 1.1 Test Scope
- 1.1.1 In Scope
- 1.2 Quality Objective
- 1.3 Test Methodology
- 1.4 Testing Tools
- 1.4.1 Testing Tools
- 1.4.2 Test Deliverables
- 1.5 Test Management
- 1.6 Test Actors
- 1.7 Whitelabel
- 1.8 Test cases:
- 1.1 Test Scope
Introduction
This document details how the VISA/master/Sibs - Cardholder Name Field feature should be tested.
Test Scope
In Scope
Application | Description |
---|---|
Whitelabel | Whitelabel’s is where guests finish placing their orders, either it’s on mobile or the web. |
Launch Darkly | Feature management platform that allows development teams to control and manage feature flags to release software updates safely and continuously. |
Quality Objective
Ensure that all Acceptance Criteria has been met.
Ensure that all Test Cases has been executed and have passed.
Ensure that all bugs found has been fixed and retested before the release.
Test Methodology
Exploratory Testing
Functional Testing
Testing Tools
Testing Tools
Platform | Version | Description |
---|---|---|
Google Chrome | 126.0 |
|
Subject | Description |
---|---|
Whitelabel | https://staging-bk-web.es.rbi.tools/ |
Test Deliverables
Test Plan (this document)
Test Cases
Bug Tasks
Test Management
Test Actors
User Role | Description |
---|---|
User | The user will be placing successful orders on Whitelabel |
Developer user | User responsible for: |
Whitelabel
Now we are sending new info to Paycomet: the cardholder’s name.
The cardholder’s name is the value that the user enters on the credit card form.
We separated the cardholder’s name in First name and Surname and this way we are sending the values separately.
Also, we implemented a change to send the phone number. Before this, we were sending the phone number entered on the delivery info on the checkout page. Now, if the user is placing the order via takeout, the existing phone number entered on the account user form is sent to Paycomet instead.
In order to make sure is working as expected the data for testing is very important.
Please try to use:
cardholder’s name value is different from the user name existing on user account form.
different phone numbers in user account form and delivery info form.
Test cases:
[Test cases] VISA/master/Sibs - Cardholder Name Field