MTN One QA Utility

Deep Link Tester

Open this page on a test phone and tap a link, or open it on another screen and scan the QR code. The QR codes contain the raw custom-scheme URLs, including mtnone-dev://, mtnone-sit://, mtnone-uat://, and mtnone://.

18 success cases 17 failure cases 35 total
Testing note: the correct app build must be installed for environment-specific schemes. Failure cases are expected to be rejected by the app.

Positive testing

Successful deep-link calls

18 tests

S-01-dev-cmr

Dev / CMR

Should open
QR code for S-01-dev-cmr Scan on device
Deep link mtnone-dev://cm/i/v1/faq-article?articleId=123
Expected outcome

Opens DetailsScreen, resolves market CMR, and passes articleId=123 to the FAQ PWA.

Open on this device

S-02-dev-civ

Dev / CIV

Should open
QR code for S-02-dev-civ Scan on device
Deep link mtnone-dev://ci/i/v1/faq-article?articleId=123
Expected outcome

Opens DetailsScreen, resolves market CIV, and passes articleId=123 to the FAQ PWA.

Open on this device

S-03-dev-gha

Dev / GHA

Should open
QR code for S-03-dev-gha Scan on device
Deep link mtnone-dev://gh/i/v1/faq-article?articleId=123
Expected outcome

Opens DetailsScreen, resolves market GHA, and passes articleId=123 to the FAQ PWA.

Open on this device

S-04-dev-uga

Dev / UGA

Should open
QR code for S-04-dev-uga Scan on device
Deep link mtnone-dev://ug/i/v1/faq-article?articleId=123
Expected outcome

Opens DetailsScreen, resolves market UGA, and passes articleId=123 to the FAQ PWA.

Open on this device

S-05-sit-cmr

SIT / CMR

Should open
QR code for S-05-sit-cmr Scan on device
Deep link mtnone-sit://cm/i/v1/faq-article?articleId=123
Expected outcome

Opens the FAQ PWA using SIT configuration for market CMR.

Open on this device

S-06-sit-civ

SIT / CIV

Should open
QR code for S-06-sit-civ Scan on device
Deep link mtnone-sit://ci/i/v1/faq-article?articleId=123
Expected outcome

Opens the FAQ PWA using SIT configuration for market CIV.

Open on this device

S-07-sit-gha

SIT / GHA

Should open
QR code for S-07-sit-gha Scan on device
Deep link mtnone-sit://gh/i/v1/faq-article?articleId=123
Expected outcome

Opens the FAQ PWA using SIT configuration for market GHA.

Open on this device

S-08-sit-uga

SIT / UGA

Should open
QR code for S-08-sit-uga Scan on device
Deep link mtnone-sit://ug/i/v1/faq-article?articleId=123
Expected outcome

Opens the FAQ PWA using SIT configuration for market UGA.

Open on this device

S-09-uat-cmr

UAT / CMR

Should open
QR code for S-09-uat-cmr Scan on device
Deep link mtnone-uat://cm/i/v1/faq-article?articleId=123
Expected outcome

Opens the FAQ PWA using UAT configuration for market CMR.

Open on this device

S-10-uat-civ

UAT / CIV

Should open
QR code for S-10-uat-civ Scan on device
Deep link mtnone-uat://ci/i/v1/faq-article?articleId=123
Expected outcome

Opens the FAQ PWA using UAT configuration for market CIV.

Open on this device

S-11-uat-gha

UAT / GHA

Should open
QR code for S-11-uat-gha Scan on device
Deep link mtnone-uat://gh/i/v1/faq-article?articleId=123
Expected outcome

Opens the FAQ PWA using UAT configuration for market GHA.

Open on this device

S-12-uat-uga

UAT / UGA

Should open
QR code for S-12-uat-uga Scan on device
Deep link mtnone-uat://ug/i/v1/faq-article?articleId=123
Expected outcome

Opens the FAQ PWA using UAT configuration for market UGA.

Open on this device

S-13-production-cmr

Production / CMR

Should open
QR code for S-13-production-cmr Scan on device
Deep link mtnone://cm/i/v1/faq-article?articleId=123
Expected outcome

Opens the production FAQ PWA for market CMR.

Open on this device

S-14-production-civ

Production / CIV

Should open
QR code for S-14-production-civ Scan on device
Deep link mtnone://ci/i/v1/faq-article?articleId=123
Expected outcome

Opens the production FAQ PWA for market CIV.

Open on this device

S-15-production-gha

Production / GHA

Should open
QR code for S-15-production-gha Scan on device
Deep link mtnone://gh/i/v1/faq-article?articleId=123
Expected outcome

Opens the production FAQ PWA for market GHA.

Open on this device

S-16-production-uga

Production / UGA

Should open
QR code for S-16-production-uga Scan on device
Deep link mtnone://ug/i/v1/faq-article?articleId=123
Expected outcome

Opens the production FAQ PWA for market UGA.

Open on this device

S-17-dev-gha

Dev / GHA

Should open
QR code for S-17-dev-gha Scan on device
Deep link mtnone-dev://gh/i/v1/faq-article
Expected outcome

Opens the general FAQ list because articleId is optional.

Open on this device

S-18-dev-gha

Dev / GHA

Should open
QR code for S-18-dev-gha Scan on device
Deep link mtnone-dev://gh/i/v1/faq-article?articleId=
Expected outcome

Opens the general FAQ list because a blank articleId is treated as absent.

Open on this device

Negative testing

Failure deep-link calls

17 tests

F-01-dev-unknown-host

Dev / Unknown host

Should reject
QR code for F-01-dev-unknown-host Scan on device
Deep link mtnone-dev://xx/i/v1/faq-article?articleId=123
Expected outcome

Rejects unknown host; no DetailsScreen navigation.

Open on this device

F-02-sit-unknown-host

SIT / Unknown host

Should reject
QR code for F-02-sit-unknown-host Scan on device
Deep link mtnone-sit://xx/i/v1/faq-article?articleId=123
Expected outcome

Rejects unknown host; no DetailsScreen navigation.

Open on this device

F-03-uat-unknown-host

UAT / Unknown host

Should reject
QR code for F-03-uat-unknown-host Scan on device
Deep link mtnone-uat://xx/i/v1/faq-article?articleId=123
Expected outcome

Rejects unknown host; no DetailsScreen navigation.

Open on this device

F-04-production-unknown-host

Production / Unknown host

Should reject
QR code for F-04-production-unknown-host Scan on device
Deep link mtnone://xx/i/v1/faq-article?articleId=123
Expected outcome

Rejects unknown host; no DetailsScreen navigation.

Open on this device

F-05-dev-build-wrong-scheme

Dev build / Wrong scheme

Should reject
QR code for F-05-dev-build-wrong-scheme Scan on device
Deep link mtnone-sit://gh/i/v1/faq-article?articleId=123
Expected outcome

Rejects wrong environment scheme.

Open on this device

F-06-sit-build-wrong-scheme

SIT build / Wrong scheme

Should reject
QR code for F-06-sit-build-wrong-scheme Scan on device
Deep link mtnone-dev://gh/i/v1/faq-article?articleId=123
Expected outcome

Rejects wrong environment scheme.

Open on this device

F-07-uat-build-wrong-scheme

UAT build / Wrong scheme

Should reject
QR code for F-07-uat-build-wrong-scheme Scan on device
Deep link mtnone-sit://gh/i/v1/faq-article?articleId=123
Expected outcome

Rejects wrong environment scheme.

Open on this device

F-08-production-build-wrong-scheme

Production build / Wrong scheme

Should reject
QR code for F-08-production-build-wrong-scheme Scan on device
Deep link mtnone-uat://gh/i/v1/faq-article?articleId=123
Expected outcome

Rejects wrong environment scheme.

Open on this device

F-09-dev-unsupported-path

Dev / Unsupported path

Should reject
QR code for F-09-dev-unsupported-path Scan on device
Deep link mtnone-dev://gh/r/abc123
Expected outcome

Rejects unsupported path.

Open on this device

F-10-dev-unknown-intent

Dev / Unknown intent

Should reject
QR code for F-10-dev-unknown-intent Scan on device
Deep link mtnone-dev://gh/i/v1/unknown-path?id=123
Expected outcome

Rejects unknown intent/slug.

Open on this device

F-11-dev-invalid-article-id

Dev / Invalid article ID

Should reject
QR code for F-11-dev-invalid-article-id Scan on device
Deep link mtnone-dev://gh/i/v1/faq-article?articleId=has%20space
Expected outcome

Rejects invalid article ID.

Open on this device

F-12-dev-encoded-slash

Dev / Encoded slash

Should reject
QR code for F-12-dev-encoded-slash Scan on device
Deep link mtnone-dev://gh/i/v1/faq-article?articleId=abc%2F123
Expected outcome

Rejects invalid article ID because / is not allowed.

Open on this device

F-13-dev-malformed-encoding

Dev / Malformed encoding

Should reject
QR code for F-13-dev-malformed-encoding Scan on device
Deep link mtnone-dev://gh/i/v1/faq-article?articleId=%E0%A4%A
Expected outcome

Rejects malformed URL encoding.

Open on this device

F-14-dev-unsupported-query

Dev / Unsupported query

Should reject
QR code for F-14-dev-unsupported-query Scan on device
Deep link mtnone-dev://gh/i/v1/faq-article?articleId=123&foo=bar
Expected outcome

Rejects unsupported query parameter.

Open on this device

F-15-dev-unsupported-utm

Dev / Unsupported UTM

Should reject
QR code for F-15-dev-unsupported-utm Scan on device
Deep link mtnone-dev://gh/i/v1/faq-article?articleId=123&utm_source=sms
Expected outcome

Currently rejects unsupported UTM parameter.

Open on this device

F-16-dev-unsupported-utm

Dev / Unsupported UTM

Should reject
QR code for F-16-dev-unsupported-utm Scan on device
Deep link mtnone-dev://gh/i/v1/faq-article?articleId=123&utm_campaign=promo
Expected outcome

Currently rejects unsupported UTM parameter.

Open on this device

F-17-dev-https-disabled

Dev / HTTPS disabled

Should reject
QR code for F-17-dev-https-disabled Scan on device
Deep link https://gh.link.mtnone.com/i/v1/faq-article?articleId=123
Expected outcome

Rejects/ignores HTTPS link because associated HTTPS links are disabled.

Open on this device