Why might Test Results disappear for Test Cases? Execution History: "No test results found"

Nev Percy 0 Reputation points
2026-07-16T14:52:11.59+00:00

Why might Test Results disappear for Test Cases? Execution History: "No test results found"

Azure DevOps

1 answer

Sort by: Most helpful
  1. Jose Benjamin Solis Nolasco 10,321 Reputation points Volunteer Moderator
    2026-07-16T15:42:37.3666667+00:00

    Welcome to Microsoft Q&A

    Hello @Nev Percy I hope you are doing well.

    If a Test Case shows "No test results found" in its execution history, it usually means that Azure DevOps can no longer associate any test results with that Test Case. This can happen for several reasons:

    • Test results have been deleted manually or removed as part of a retention policy.
    • The associated Test Run was deleted, which also removes the execution history linked to its Test Cases.
    • The Test Case was moved, cloned, or recreated, resulting in a new Work Item ID that is no longer associated with the original test results.
    • The test results belong to a different project or test plan, and you're viewing the Test Case in a different context.
    • Permissions may prevent you from viewing the underlying Test Runs or Test Results.
    1. Verify whether the corresponding Test Run still exists under Test Plans > Runs.
    2. Check if any retention policies have been configured that automatically remove old test results.
    3. Confirm that you're viewing the correct Project, Test Plan, and Test Suite.
    4. Review the Audit Logs (if available) to determine whether any Test Runs or Test Results were recently deleted.
    5. If the results disappeared unexpectedly without any administrative changes, check the Azure DevOps Service Health dashboard to rule out a service issue.

    References

    If my answer helped you, please consider marking it as accepted. This helps others in the community find similar solutionse consider marking it as accepted. This helps others in the community find similar solutions.

    Was this answer helpful?


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.