← Back to home
QA Utility Tool

Deep Link Launcher for Mobile QA

Launch custom app schemes, validate route parameters, and copy platform test commands instantly. Designed for smoke tests, regressions, and release sign-off.

Launch & Validate

Looks like a valid custom scheme format.

Choose test method

Active mode: Launch deep link directly from this browser

Sample QA Deep Links

Recent History
  • No recent links yet.
Favorites
  • No favorites yet.
QR Code Scan Test

Generate a QR from this deep link and scan it on a real device to validate app routing quickly.

Deep link QR code

QR generated from: myapp://product?id=12345

1. Open camera/QR scanner on test device.

2. Scan and open the deep link.

3. Verify expected in-app screen and params.

Android Command

Android CLI test command

adb shell am start -a android.intent.action.VIEW -d "myapp://product?id=12345"
iOS Command

iOS Simulator test command

xcrun simctl openurl booted "myapp://product?id=12345"
Release Checklist

QA checklist before sign-off

  • 1. Deep link opens app, not browser fallback unexpectedly.
  • 2. User lands on correct target screen with params applied.
  • 3. Logged-out behavior redirects to auth and resumes correctly.
  • 4. Invalid params show graceful fallback screen.
  • 5. Works consistently on Android and iOS test devices.