Hero Background

Power Your Software Testing with AI Agents and Cloud

The Native AI-Agentic Cloud Platform to Supercharge Quality Engineering. Test Intelligently and Ship Faster.

Kane CLITransfers

Test a cash out with two speeds and two fees

Standard is free and slow, instant costs money and is fast. Four steps price both before committing to one.

Published on:

Offering a fast withdrawal for a fee is a fair trade only if both sides of it are shown clearly. The customer is choosing between time and money, and they need both numbers to choose.

This use case prices both options on the Venmoo clone before cashing out.

The contract this flow keeps

Each option has three attributes and the test checks all three for both, which is what makes the comparison meaningful.

OptionFeeYou receiveArrives
Standard$0.00$200.001 to 3 business days
Instant$3.50$196.50Within 30 minutes

Pricing the standard option first establishes what free actually means here: the full $200.00 arrives. Without that baseline, the instant option's $196.50 is just a number rather than a visible cost.

Note

Note: Asserting both options before choosing one is what verifies a comparison rather than a single path through it. Try it on TestMu AI. Start for free

The objective in plain English

The arrival estimate is asserted for both options, because the speed is the thing being bought and a fee with no stated benefit is just a fee.

---
mode: testing
url: https://my-testing-repo-main.vercel.app/venmo-clone-app/cashout?reset=true
max_steps: 40
tags: [venmo, fintech, transfers]
---

# Venmoo 22.3: Cash out

Catalog objective: transfer the balance with the instant option and verify the fee display.
Key assertion: the fee is shown and the arrival estimate is stated.

## Verify the balance
Verify "Balance" reads "$428.60" and the destination bank is shown.

## Price the standard option
Type "200" into "Amount", choose "Standard - no fee", and verify "Fee" reads "$0.00", "You receive" reads "$200.00" and "Arrives" reads "1 to 3 business days".

## Price the instant option
Choose the Instant option and verify "Fee" reads "$3.50", "You receive" reads "$196.50" and "Arrives" reads "Within 30 minutes".

## Cash out
Click "Cash out" and verify a green banner titled "Transfer started" says "$196.50" is heading to your bank after a "$3.50" fee, arriving within 30 minutes.

The final confirmation restates the net amount, the fee and the arrival window together, so a transfer that charges the fee without the speed fails.

Assertion by assertion

A balance, two quotes, and the transfer.

StepWhat it proves
Verify the balanceThe available balance and the destination are known
Price the standard optionThe free option arrives in full, with its slower estimate
Price the instant optionThe fee, the reduced net and the faster estimate
Cash outThe transfer starts with the fee, net and timing all restated

Switching between options within a single run is what proves the pricing is reactive rather than a static panel that happens to be correct on first load.

Next-generation test execution with TestMu AI

Putting it in CI

kane-cli testmd run tests/venmo/cash-out_test.md

Add a cash out of the full balance on the instant option, since that is where the fee has to come from somewhere.

Fee disclosure is increasingly a regulated surface rather than a design choice. Deriving assertions from requirements covers keeping the figures anchored, and evidence based QA covers keeping proof of what was shown.

Author

...

Bhawana

Blogs: 75

  • Twitter
  • Linkedin

Bhawana is a Community Evangelist at TestMu AI with over 3 years of experience creating technically accurate, strategy-driven content in software testing. She has authored 50+ blogs on test automation, cross-browser testing, mobile testing, and real device testing. She also serves as Product Marketing Manager for Kane CLI, the command-line tool that runs browser automation from the terminal using natural-language flows in a real Chrome browser. Bhawana is certified in KaneAI, Selenium, Appium, Playwright, and Cypress, reflecting her hands-on knowledge of modern automation practices. On LinkedIn, she is followed by 6000+ QA engineers, testers, AI automation testers, and tech leaders.

Add to Google preferred sources

Summarise with AI

Copied to Clipboard!
...

3000+ Browsers. One Platform.

See exactly how your site performs everywhere.

Try it free
...

Write Tests in Plain English with KaneAI

Create, debug, and evolve tests using natural language.

Try for free

Cash Out FAQs

Did you find this page helpful?

TestMu AI forEnterprise

Get access to solutions built on Enterprise
grade security, privacy, & compliance

  • Advanced access controls
  • Advanced data retention rules
  • Advanced Local Testing
  • Premium Support options
  • Early access to beta features
  • Private Slack Channel
  • Unlimited Manual Accessibility DevTools Tests