View all services
Talk to QA Advisor
Browse the Knowledge Hub56 resources
/Test Cases/Cross browser compatibility test cases

Test cases

Compatibility test cases, past does it look right

Twenty eight cases covering storage accessors that throw in private mode, blocked third party cookies, date parsing differences between engines, locale decimal separators, mobile viewport units with the keyboard open, in app browsers, blocked pop ups and scripts, stale bundles after deployment and real device verification.

28cases/8coverage types/17high priority/FreeCSV download

All 28 test cases, ready to copy

Free to use and adapt, no sign-up. Download as CSV or Markdown, or copy it straight into your own tooling.

Last updated

28 worked examples

XB-01

Complete every critical journey on each supported browser

TypeCompatibilityPriorityHigh
Test data
The current and previous version of each browser in the support matrix
Expected result
Every journey completes. The support matrix is a written list with versions rather than an assumption, and it is reviewed against actual analytics.
XB-02

Handle storage access throwing in private mode

TypeNegativePriorityHigh
Test data
Local storage, session storage and cookies in a private window and with site data blocked
Expected result
Application still functions. In several configurations the accessor throws rather than returning null, so an unguarded read crashes the page on load.
XB-03

Function with third party cookies blocked

TypeCompatibilityPriorityHigh
Test data
An embedded payment frame, an identity redirect and an analytics call with third party cookies blocked
Expected result
Core flows complete or degrade to a full page redirect with a clear message, rather than failing silently in an iframe that never resolves.
XB-04

Parse dates consistently across engines

TypeNegativePriorityHigh
Test data
Date strings with and without an offset, with a space instead of a separator, and a date only value
Expected result
Parsed identically everywhere. Non standard formats are accepted by some engines and rejected by others, which produces an invalid date on one browser only.
XB-05

Format dates, numbers and currency by locale

TypeCompatibilityPriorityHigh
Test data
A browser set to a locale using comma decimal separators and a different date order
Expected result
Values render correctly and any parsing of user entered numbers accounts for the separator rather than assuming a full stop.
XB-06

Handle timezone differences between device and server

TypeBoundaryPriorityHigh
Test data
A device set well ahead of and behind the server timezone, across a daylight saving change
Expected result
Dates displayed and submitted are correct, and a calendar date is not shifted by a day through a local midnight conversion.
XB-07

Keep layout stable at the smallest and largest viewports

TypeCompatibilityPriorityHigh
Test data
A 320 pixel viewport, a large desktop, and an unusual aspect ratio
Expected result
No horizontal page scrolling, no clipped controls, and wide content scrolls inside its own container rather than forcing the body sideways.
XB-08

Handle mobile viewport units with the keyboard open

TypeCompatibilityPriorityHigh
Test data
A full height layout on iOS and Android with the on screen keyboard raised
Expected result
Focused field stays visible and fixed elements do not cover it. Viewport height units behave differently across mobile engines and browser chrome states.
XB-09

Respect the correct input type and keyboard on mobile

TypeCompatibilityPriorityMedium
Test data
Email, telephone, numeric and decimal fields on iOS and Android
Expected result
Appropriate keyboard appears for each, decimal entry is possible in locales using a comma, and no field silently rejects a valid character.
XB-10

Support both pointer and touch interaction

TypeCompatibilityPriorityHigh
Test data
A hover menu, a drag interaction and a tooltip on a touch device and a touch enabled laptop
Expected result
Every action has a touch equivalent, hover only content is reachable, and a device with both input types works with either.
XB-11

Avoid the delayed tap and double activation

TypeCompatibilityPriorityMedium
Test data
Rapid taps on buttons and links on a touch device
Expected result
A single tap activates once with no perceptible delay and no duplicate submission from a tap followed by a synthetic click.
XB-12

Preserve form state through back and forward navigation

TypeStatePriorityHigh
Test data
Fill a form, navigate away, then return using back, on each browser
Expected result
Documented behaviour is consistent, and a page restored from the history cache re-establishes its state rather than showing stale data.
XB-13

Handle browser autofill without breaking validation

TypeCompatibilityPriorityHigh
Test data
Autofill name, address, email and card fields on each browser and a password manager
Expected result
Autofilled values are recognised by validation, dependent fields update, and no field appears filled visually while remaining empty internally.
XB-14

Render and validate native form controls consistently

TypeCompatibilityPriorityMedium
Test data
Native date, time, colour and file inputs, plus a multiple select
Expected result
Each is usable on every supported browser, and a control with no native support degrades to a working alternative rather than an unstyled text field.
XB-15

Upload files consistently across platforms

TypeCompatibilityPriorityHigh
Test data
Uploads from a desktop file picker, an iOS photo library, an Android file manager and a camera capture
Expected result
Each succeeds, file names with unicode survive, and a file arriving without a useful extension or type is still handled correctly.
XB-16

Handle downloads and generated files

TypeCompatibilityPriorityMedium
Test data
A generated CSV and PDF downloaded on desktop and mobile browsers
Expected result
File downloads with the intended name and type on each, and any pop up based approach has a fallback where pop ups are blocked.
XB-17

Function inside an embedded or in app browser

TypeCompatibilityPriorityHigh
Test data
A link opened from a social app, a messaging app and an email client in app browser
Expected result
Core journeys work, including sign in and payment. These browsers restrict storage and pop ups and are a large share of mobile traffic.
XB-18

Behave correctly with pop ups blocked

TypeNegativePriorityHigh
Test data
A flow that opens a new window for authentication or payment with pop ups blocked
Expected result
Blocking is detected and the user is offered a redirect alternative, rather than a button that appears to do nothing.
XB-19

Function with an ad or tracker blocker active

TypeNegativePriorityHigh
Test data
A common blocking extension enabled, blocking analytics and tag scripts
Expected result
Application works fully. A journey that depends on an analytics or tag script loading breaks for a large minority of users and never appears in analytics.
XB-20

Handle a failed or blocked third party script

TypeStatePriorityHigh
Test data
Block a payment, map or chat provider script and let it time out
Expected result
Page still renders and the dependent feature fails visibly with a fallback rather than blocking rendering or leaving an empty container.
XB-21

Render correctly with a system font or blocked webfont

TypeCompatibilityPriorityMedium
Test data
Webfonts blocked, and a locale where the chosen font lacks glyph coverage
Expected result
Fallback stack renders legibly, layout does not break from metric differences, and no text renders as missing glyph boxes.
XB-22

Respect the operating system dark mode preference

TypeCompatibilityPriorityMedium
Test data
System dark mode with an explicit in app theme choice and with no choice made
Expected result
Explicit choice wins, system preference applies otherwise, contrast holds in both, and no element renders dark text on a dark background.
XB-23

Respect increased text size and reduced motion settings

TypeAccessibilityPriorityHigh
Test data
System text size increased and reduced motion enabled on desktop and mobile
Expected result
Layout adapts without clipping, no content becomes unreachable, and non essential animation is reduced or removed.
XB-24

Perform acceptably on a mid range device

TypePerformancePriorityHigh
Test data
Key journeys on a mid range Android device on a throttled connection
Expected result
Loading and interactivity budgets are met on that profile. Testing only on a fast desktop hides the experience most users actually have.
XB-25

Recover from an intermittent connection

TypeStatePriorityHigh
Test data
Drop and restore the connection mid request, and mid form submission
Expected result
Failure is reported with a retry, entered values are preserved, and a resubmission after recovery does not create a duplicate record.
XB-26

Serve fresh assets after a deployment

TypeStatePriorityHigh
Test data
Deploy a new version while a browser holds cached assets, on each browser
Expected result
New assets load rather than a stale bundle calling a changed API, and a client left on an old version is detected and prompted to reload.
XB-27

Print and export a page consistently

TypeCompatibilityPriorityMedium
Test data
Print a data heavy page from each browser and save as PDF
Expected result
Content is complete and legible, tables are not clipped at the page edge, and interface controls are omitted from the printed output.
XB-28

Verify on real devices rather than emulation alone

TypeCompatibilityPriorityHigh
Test data
One critical journey on a physical iOS and a physical Android device
Expected result
Journey completes on both. Emulators do not reproduce keyboard behaviour, in app browsers, storage restrictions or real network conditions.

What goes in each field

ID

Required

Stable identifier, prefixed by module.

Test case

Required

What is being verified, in one line.

Type

Functional, negative, boundary, security, state, performance, accessibility or compatibility. Use it to check coverage is spread rather than clustered on the happy path.

Priority

Risk based, weighted by the share of users on the affected configuration. Anything that blocks a task on a supported browser is High regardless of that browser market share.

Test data

The specific values, including the invalid and boundary ones.

Expected result

Required

The precise observable outcome, including message text where the wording itself is the requirement.

How To Use This

Open it in a private window first

Rendering differences are the least of it. These four conditions break functionality rather than appearance, and none of them show up on a developer machine.

Test in private mode with site data blocked

In several configurations a storage accessor throws rather than returning null. An unguarded read then crashes the page on load, and the user sees a blank screen.

Block third party cookies

Embedded payment frames and identity redirects depend on them. The failure is silent: an iframe that never resolves, with no error anywhere in the console.

Open the keyboard on a real phone

Viewport height units behave differently across mobile engines and browser chrome states. Emulators do not reproduce it, and the focused field ends up under the keyboard.

Turn on an ad blocker

Any journey that waits on an analytics or tag script breaks for a large minority of users, and because analytics is the thing being blocked, it never appears in your data.

What Most Sets Miss

Why compatibility defects stay invisible

Compatibility testing is usually understood as looking for visual differences, which is the least valuable part of it. The defects that matter break functionality, and the largest group comes from privacy configurations rather than from rendering engines. A storage accessor that throws instead of returning null in a private window will crash a page at load if the read is not wrapped. Third party cookies blocked by default break embedded payment frames and identity redirects, and they break them silently, leaving an iframe that never resolves and a console with nothing in it.

Data handling differs between engines in ways that produce a defect on exactly one browser. Date parsing is the classic: a non standard format string is accepted by some engines and returns an invalid date in others, so a feature works everywhere except Safari and the bug report is impossible to reproduce locally. Locale is the companion case, because a browser configured for a comma decimal separator will both render and parse numbers differently, and any code assuming a full stop will silently mangle user input.

Mobile is where emulation stops being sufficient. Viewport height units behave differently across mobile engines depending on browser chrome and keyboard state, so a full height layout that is perfect in a desktop responsive view puts the focused input underneath the keyboard on a real phone. In app browsers inside social and messaging apps are a large share of mobile traffic and impose their own storage and pop up restrictions, which means sign in and payment need testing specifically inside them rather than only in the standalone browser.

Finally, the environment around the page is part of the test. Ad and tracker blockers are widely used, so any journey that waits for an analytics or tag manager script to load will fail for a substantial minority of users, and the failure is invisible in analytics precisely because analytics is what is blocked. Blocked pop ups break authentication flows that open a window. And a deployment while a browser holds cached assets can leave a stale bundle calling a changed API, which is why detecting an outdated client and prompting a reload belongs in this set rather than in a release checklist.

Suggest an improvement

Need real device and browser coverage?

QAble tests across a maintained matrix of real browsers and physical devices, including in app browsers and privacy configurations that emulators cannot reproduce.

Compatibility testing services

More test case sets

View all

Test cases for a login page

Test cases
25 cases across functional, negative, boundary, security, session and accessibility paths, including account enumeration and lockout.

Test cases for a registration form

Test cases
28 cases covering validation, duplicate accounts, email verification, password rules and the enumeration leak most signup forms ship with.

Test cases for search functionality

Test cases
28 cases across relevance, partial and fuzzy matching, filters, pagination, empty states, injection attempts and performance under load.

Test cases for a shopping cart

Test cases
27 cases on quantity limits, price recalculation, stock changes, coupon stacking, guest to account merge and cart persistence.

Test cases for checkout and payment

Test cases
30 cases including 3D Secure, declines, timeouts, duplicate charges, idempotency, refunds and partial captures.

Test cases for file upload

Test cases
28 cases on size and type limits, spoofed content types, malicious filenames, progress, resume, virus scanning and storage limits.

Test cases for forgot password

Test cases
26 cases on reset token expiry, single use enforcement, session invalidation and the enumeration and rate limit gaps that are routine here.

Test cases for OTP verification

Test cases
26 cases on expiry, resend throttling, attempt limits, code reuse, delivery failure and the brute force window teams forget to close.

Test cases for user roles and permissions

Test cases
26 cases on horizontal and vertical privilege checks, direct object access, role changes mid-session and permission inheritance.

Test cases for form validation

Test cases
27 rules-based cases on required fields, length and numeric boundaries, client and server parity, hidden field tampering and error accessibility.

Test cases for a date picker

Test cases
26 cases on timezone shifts, ambiguous day and month order, impossible dates, min and max limits, leap years and keyboard operation.

Test cases for pagination

Test cases
24 cases on ordering stability, records changing mid-session, page size caps, deep offset cost, permission-filtered totals and state restore.

Test cases for push notifications

Test cases
26 cases on app states, deep link routing, token release on sign out, lock screen privacy, preferences, provider failures and platform differences.

Test cases for reports and data export

Test cases
25 cases on permission filtering in the file, spreadsheet formula injection, encoding, typed numbers and dates, row limits and audit logging.

Test cases for a chatbot

Test cases
28 cases on paraphrased intents, context, fallback loops, human handoff, policy grounding, prompt injection and data scoping.

Test cases for net banking transactions

Test cases
28 cases on duplicate debits from a retried request, concurrent transfers against one balance, daily limits across channels, beneficiary cooling periods, second factor binding and reconciliation.

Test cases for wallet and UPI payments

Test cases
28 cases on payments that time out with no response, idempotency on retry, racing balances, caps across devices, collect request fraud, mandates and refunds.

Test cases for insurance claim submission

Test cases
28 cases on coverage at the date of loss, waiting periods, deductibles and sub limits, exclusions and riders, duplicate claims and settlement reconciliation.

Test cases for patient records in an EHR

Test cases
28 cases on duplicate detection and merge, wrong patient entry, units of measure, allergy and interaction alerting, break glass access and audit of reads.

Test cases for CRM lead management

Test cases
28 cases on duplicate leads under concurrency, routing and the unrouted fallback, round robin races, territory visibility, conversion and bulk import.

Test cases for an ERP purchase order

Test cases
28 cases on approval thresholds, amendments that must reset approval, budget commitment races, over receipt tolerance, three-way match and duplicate invoices.

Test cases for OTT video playback

Test cases
28 cases on bitrate recovery after a dip, DRM renewal mid stream, concurrent stream limits and leaked slots, resume conflicts, ad cue points and offline expiry.

Test cases for game level progression

Test cases
28 cases on save corruption during a crash write, cloud save conflicts, offline queue replay, unlock gating, currency exploits and purchase restore.

Test cases for a REST API

Test cases
28 cases on status code correctness, cross tenant resource access, mass assignment, idempotent retries, cursor pagination, rate limits and contract drift.

Test cases for SSO and social login

Test cases
28 cases on linking an account on an unverified email, state and code replay, redirect allow lists, token signature and issuer, deprovisioning and session rotation.

Test cases for subscription and billing

Test cases
28 cases on mid cycle proration, duplicate and out of order webhooks, renewal double charges, dunning and grace, trials, coupons, metered usage and tax.

Test cases for data tables, filters and sorting

Test cases
28 cases on unstable sorts across pages, filters that must reset pagination, selection surviving a filter change, bulk action scope and export fidelity.

Test cases for session timeout and concurrent login

Test cases
28 cases on tokens that survive sign out, refresh token reuse, idle against absolute lifetime, multi tab expiry, session limits and remote revocation.

Test cases for a multi step form wizard

Test cases
28 cases on values lost to back navigation, refresh and session expiry, step skipping, server side revalidation, duplicate submission and conditional branches.

Test cases for email verification

Test cases
28 cases on token reuse and expiry, invalidating earlier links, account enumeration, header injection, safe address change and mail scanner prefetching.

Test cases for dashboards and analytics widgets

Test cases
28 cases on reconciling against source rows, widgets that disagree, timezone aggregation, zero baselines, no data shown as zero and permission leaks in aggregates.

Test cases for booking and reservation

Test cases
28 cases on concurrent bookings for the last slot, inventory holds that leak, payment without a booking, cancellation boundaries and channel sync.

Test cases for mobile app install and update

Test cases
28 cases on migration chains across skipped versions, crashes during post upgrade migration, forced update lockouts, deep links and clean reinstall.

Test cases for accessibility (WCAG 2.2 AA)

Test cases
28 cases on keyboard only completion, focus management, live region announcements, contrast, reflow at 320 pixels, target size and screen reader verification.

Test cases for performance and load

Test cases
28 cases on spikes with no ramp, recovery after peak, soak and leak detection, pool exhaustion, cold caches, retry storms and data correctness under load.

Test cases for the OWASP Top 10

Test cases
28 cases on broken access control, mass assignment, injection across every input surface, credential stuffing, session invalidation, SSRF and exposed secrets.

Test cases for database and data integrity

Test cases
28 cases on uniqueness under concurrency, lost updates, counter races, orphaned rows, migration and backfill safety, replica lag and verified restores.

Test cases for localisation and multi language support

Test cases
28 cases on text expansion, concatenated sentences, plural rules, locale date parsing, decimal separators, right to left layout, collation and encoding.

Want your browser support proven, not assumed?

QAble covers compatibility, responsive and device testing with ISTQB-certified engineers. Start with a free QA audit of your application.

Talk to QA Advisor