Matrice di fixture SESSION per stato sessione
Usa fixture SESSION per contesto utente, recupero carrello, assenza CSRF e debug di rotazione dispositivo.
4
Righe di fixture
3
Come usare questa matrice
Use the matrix when the validation target is a set of variants rather than one canonical sample.
Come usare questa matrice
Coverage
- Copre stato utente attivo, recupero, CSRF mancante e rotazione dispositivo.
- Utile per ripristino sessione, debug support e test di sicurezza.
- Supportata dal pack e dal workflow di debug sessione.
Righe di fixture
Available Variants
| Variante | Profilo | Focus del test | File | Dimensione | Scarica |
|---|---|---|---|---|---|
|
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 | Scarica |
|
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 | Scarica |
|
Missing-CSRF Session
Targets CSRF failure and incomplete session-state handling.
|
Broken session fixture | CSRF validation failure |
session_missing_csrf_sample.session
|
281 B | Scarica |
|
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 | Scarica |
Pagine strategiche correlate