---
title: "Network recovery QA recipes"
description: "Verify interrupted requests, retries, reconnects and stale data with application-specific fault fixtures and explicit recovery expectations."
canonical_url: "https://vostride.com/agent-library/network-recovery.md"
md_url: "https://vostride.com/agent-library/network-recovery.md"
content_kind: "index"
topic: "network-recovery"
---

# Network recovery QA recipes

Verify interrupted requests, retries, reconnects and stale data with application-specific fault fixtures and explicit recovery expectations.

Inject faults through a controlled proxy or test service. A spinner disappearing is not evidence that a write succeeded exactly once.

## Pages (10)

- [Verify create recovery after a lost success response](https://vostride.com/agent-library/network-recovery/ambiguous-create-response.md): Test a sandbox create request whose response is externally dropped after commit, checking that user retry resolves to one logical record.
- [Verify cancelled requests cannot overwrite new navigation](https://vostride.com/agent-library/network-recovery/cancel-pending-request.md): Use an externally delayed sandbox detail response to check that leaving a page prevents late data from replacing the currently selected record.
- [Verify expired export links recover to the same report](https://vostride.com/agent-library/network-recovery/expired-download-retry.md): Test a prepared expired sandbox download link and its regeneration path, ensuring the new file preserves the original report scope and authorization.
- [Verify interrupted uploads resume without corrupt attachments](https://vostride.com/agent-library/network-recovery/interrupted-attachment-upload.md): Exercise a sandbox attachment upload across an externally injected interruption, checking the eventual file digest and removal of incomplete artifacts.
- [Verify offline edit conflict preserves both versions](https://vostride.com/agent-library/network-recovery/offline-edit-conflict.md): Test a sandbox draft edited while externally offline against a competing server revision, ensuring reconnect surfaces a conflict instead of silent loss.
- [Verify a partial dashboard failure preserves healthy panels](https://vostride.com/agent-library/network-recovery/partial-dashboard-failure.md): Inject one sandbox dashboard data failure externally and check that working panels stay accurate while the failed panel offers a scoped recovery.
- [Verify a queued deletion reconciles after reconnect](https://vostride.com/agent-library/network-recovery/queued-delete-reconnect.md): Test an offline-capable sandbox deletion across an externally prepared outage, verifying pending state, final removal, and absence of resurrection.
- [Verify rate-limit recovery keeps the original operation](https://vostride.com/agent-library/network-recovery/rate-limit-retry-state.md): Test an externally prepared sandbox rate-limit response, checking clear retry guidance, unchanged form data, and one eventual accepted operation.
- [Verify live-feed reconnect fills missed events](https://vostride.com/agent-library/network-recovery/reconnect-live-feed-gap.md): Check an externally interrupted sandbox live feed to ensure reconnect restores events created during the gap without duplicates or incorrect ordering.
- [Verify search ignores stale out-of-order responses](https://vostride.com/agent-library/network-recovery/stale-search-response-order.md): Use externally delayed sandbox search responses to confirm that a late result for an older query cannot replace the current query results.

## Apply a recipe

These are test designs to adapt to an application's acceptance criteria and fixtures. They are not recorded runs or a claim that a listed application has been tested. Use the [recipe execution guide](https://vostride.com/agent-library/software-factory/turn-a-recipe-into-an-agent-qa-test.md) to author, validate, run and inspect a test.

[All topics](https://vostride.com/agent-library.md)
