'Azure DevOps - Planning of manual testing in Test Plans - how to define planned execution date for each Test case

At our project we use Azure DevOps Test Plans for manual testing. We do not use pipelines. We have each Test plan for testing of one iteration - approx. 1 month testing for each test plan, but eg. SIT or UAT will take longer. I would like to see, when each test case (or test suite) is going to be tested, but there is no attribute for this. I would also like to have reporting based on that (how many test cases should have been run by today and how many were really run)? Can anyone help how to approach that?

Thanks



Solution 1:[1]

As a simple way, you can use iterations to plan target periods for your test activities. If you want to have a custom attribute, you can edit your process template (Customize a project using an inherited process):

  1. Select Add new field: enter image description here

  2. As an example, assign the exiting field to the test case: enter image description here

You can add it to the test suite and test case:

Test case:

enter image description here

Test suite:

enter image description here

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Shamrai Aleksander