Power Your Software Testing with AI Agents and Cloud
The Native AI-Agentic Cloud Platform to Supercharge Quality Engineering. Test Intelligently and Ship Faster.
- TestMu AI (Formerly LambdaTest)
- /
- Use Cases
- /
- Test creating a price alert above the current price
Test creating a price alert above the current price
A direction, a target and a saved rule. Four short steps covering the engagement feature customers set once and rely on.
Published on:
A price alert is a small feature with an outsized trust cost. A customer who sets one stops watching the market, and an alert that never fires is worse than no alert at all.
This use case creates an alert on the Coinbaze clone and checks it persists correctly.
The flow under test
Four values have to be stored together, and the direction is the one that inverts the meaning of everything else.
- The reference price - $3,120.40, which the target is relative to.
- The direction - above rather than below, which is the whole semantics of the alert.
- The target - $3,500.00, with the interface showing the percentage distance from the current price.
- The saved rule - listed with an active status, stating both direction and target.
Asserting the direction in the saved rule, and not only at selection, is what catches an alert stored with an inverted condition. It would fire immediately, which a customer reads as a bug in the price feed rather than in the alert.
Note: Short rule-creation flows like this run in well under two minutes, which makes them cheap to add to a release gate. Start on TestMu AI. Start for free
The test file
The current price is asserted before the target is set, so the alert is demonstrably above market rather than assumed to be.
---
mode: testing
url: https://my-testing-repo-main.vercel.app/coinbase-clone-app/alerts?reset=true
max_steps: 40
tags: [coinbase, fintech, alerts]
---
# Coinbaze 18.4: Price alert
Catalog objective: set a price alert on ETH.
Key assertion: the alert is saved with its target price.
## Choose the asset
Select "ETH" in "Asset" and verify "Current price" reads "$3,120.40".
## Set the direction and target
Choose "Price goes above" and type "3500" into "Target price", then verify a badge shows the percentage difference from the current price.
## Create the alert
Click "Create alert" and verify a green banner titled "Alert created" says you will be notified when "ETH" goes "above" "$3,500.00".
## Verify the alert is saved
Verify the "Your alerts (1)" card lists "ETH above $3,500.00" with an active status badge.The step ceiling is 40, matching a short flow with a single form and no payment.
Step by step coverage
A reference, a rule, a creation and a record.
| Step | What it proves |
|---|---|
| Choose the asset | The alert is being set against the right asset at a known price |
| Set the direction and target | Direction and target are accepted and the distance is shown |
| Create the alert | The confirmation restates the asset, direction and target |
| Verify the alert is saved | The rule is listed as active with the same values |
The alert count in the card heading is asserted too, which proves one rule was created rather than a duplicate pair.
Running it
kane-cli testmd run tests/coinbase/price-alert_test.mdAdd a below-market variant, since the direction inverts and that inversion is where alert logic usually breaks.
Notification rules are set once and trusted indefinitely. Generating the inverse case covers producing the pair, and Kane CLI as a QA agent covers where short checks like this sit in a suite.
Author
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.
Price Alert 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




