Fixturematrix voor sessiestatus
Kies sessiefixtures voor herstel van state, validatie van expiratie en regressies in session stores.
Hoe je deze matrix gebruikt
- Dekt geldige sessies, verlopen staten en rotatiegevallen.
- Nuttig voor loginflows, accountbeheer en checkoutprocessen.
- Ondersteund door packs voor sessiedebugging.
Open primaire bibliotheek
Deze matrix is gekoppeld aan de SESSION-bibliotheekpagina en het manifest.
Fixture-rijen
| Variant | Profile | Testfocus | File | Size | Download |
|---|---|---|---|---|---|
|
User Context Session
Good default for restoring a logged-in session with CSRF and browser metadata present.
|
Active user session | CSRF and device context | session_user_context_sample.session |
304 B | Download |
|
Cart Recovery Session
Useful for checkout/session recovery flows that need saved cart context.
|
Recovery session | Cart and expiry recovery | session_cart_recovery_sample.session |
382 B | Download |
|
Missing-CSRF Session
Targets CSRF failure and incomplete session-state handling.
|
Broken session fixture | CSRF validation failure | session_missing_csrf_sample.session |
281 B | Download |
|
Device Rotation Session
Useful when validating reauthentication after a device or browser rotation.
|
Reauth session | Device handoff and step-up auth | session_device_rotation_sample.session |
273 B | Download |
Gerelateerde packs
Fixturepack voor sessiedebugging
Pack met echte COOKIE-, SESSION- en cURL-fixtures voor sessieherstel, cookieparsing, CSRF-validatie en debugging van apparaatrotatie.
session_debugging_fixture_pack.zip · 3.0 KB
Gerelateerde workflows
Fixtures voor cookie- en sessiedebugging
COOKIE-, SESSION- en cURL-fixtures voor sessieherstel, cookiepropagatie, CSRF-validatie en debugging van apparaatrotatie.
Open Workflow