all labs
Module 04 · Designing Effective Test Documentation

Documenting the 'SwiftPay' Account Upgrade Feature

You are a UAT Tester at SwiftPay. The 'Gold Tier Upgrade' feature is ready for testing. Users must be 18+ and have a minimum balance of $500.00 to qualify. Document the tests and the specific data needed to verify this feature without using real customer information.

45 minBeginner 3 outcomes 6 steps · 3 checkpoints
lab progress0/9 · 0%

Step-by-step

Dataset

swiftpay_uat_template.csv

Test Data Inventory template mapping requirements to specific test values, with synthetic user profiles and account states for the SwiftPay Gold Tier feature.

Includes Boundary Value Analysis entries (18, 500, and 499.99) to verify logical limits.

requirement_id(string)test_type(string)user_age(integer)account_balance(number)expected_outcome(string)
REQ-01Positive25600Upgrade Successful
REQ-01Negative171000Error: Must be 18 or older
REQ-02Positive30500Upgrade Successful
REQ-02Negative30499.99Error: Insufficient Funds
REQ-01Positive18750Upgrade Successful
REQ-02Negative220Error: Insufficient Funds