How to Retest Without Losing Previous Results in Azure Test Plans?

Seriouspike 0 Reputation points
2024-09-12T14:55:46.9566667+00:00

Hi everyone,

I’ve already set up my Test Suite, Test Plans, and Test Cases. However, I’m trying to figure out how to run the same tests again while keeping the results from the previous runs intact. Any tips on how I can achieve this without overwriting past execution data?

Thanks in advance!

Visual Studio Testing
Visual Studio Testing
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Testing: The act or process of applying tests as a means of analysis or diagnosis.
349 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Ryan Hill 28,106 Reputation points Microsoft Employee
    2024-09-13T19:35:25.27+00:00

    Hi @Seriouspike

    Developer Community (visualstudio.com) is the best place to ask questions such as these. SMEs regularly monitor that forum more than on Q&A. But here are a couple of suggestions.

    Instead of running tests in the same test plan or suite, you can clone it. This will keep the original results intact and have new set. Azure DevOps does keep a history of test point executions. To view the history, navigate to Test Plans > select your test plan > Test Points > select a test point > View history. Another option is to create a new test run rather than rerunning the tests. This can be done by selecting the tests you want to run and starting a new test run from the Test Plans interface.


Your answer

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