Set permissions and access for testing

Azure DevOps Services | Azure DevOps Server 2022 - Azure DevOps Server 2019

To fully utilize Azure Test Plans, it’s essential to understand and configure the necessary permissions and access levels. This article guides you through the prerequisites and steps for granting access to manual testing features, managing test plans and test suites, and setting permissions for creating and deleting test artifacts. By following these guidelines, you can ensure that your team has the appropriate access to efficiently manage and execute test plans.

To manage access to manual test features, you can grant specific permissions to users or groups at the object or project level for the following tasks:

Test controllers, used for load tests, are managed at the organization or collection level. For more information, see Install test agents and test controllers.

Prerequisites

  • Access levels: You must have Basic + Test Plans access level or specific subscriptions like Enterprise, Test Professional, or MSDN Platforms.
  • Permissions: To manage project or object-level test-related permissions or to permanently delete test artifacts, you must be part of the Project Administrators security group.
  • Organization-level permissions: To manage access levels or organization-level permissions, users must be in the Project Collection Administrators security group or have your Edit instance-level information set to Allow.
  • Access levels: You must be part of the Azure DevOps Server Administrators security group.
  • Permissions: To manage project or object-level test-related permissions, you must be part of the Project Administrators security group.
  • Collection-level permissions: To manage collection-level permissions or manage access levels, you must part of the Project Collection Administrators security group, or have your Edit instance-level information set to Allow.

For more information, see About access levels and Change access levels for users or groups.

Grant access to manual testing features

For full access to Test Plans, users must have Basic + Test Plans access level. Users with Basic access and permissions to permanently delete work items and manage test artifacts can only delete orphaned test cases.

Manage test plans and test suites under an area path

Do the following steps to grant permissions for managing test artifacts at the area path level.

  1. Go to Project settings > Project configuration.

  2. Select Areas > ...(ellipses) > Security.

    Screenshot showing opened Area path permissions for project.

  3. Set the permissions for Manage test plans and Manage test suites to Allow.

    Screenshot showing access set to Allow for test plans and suites.

Set permissions for managing test artifacts

When it comes to testing artifacts like test plans, test suites, and test cases, the process for deleting them is distinct from deleting non-test work items.

Users with Basic access and with permissions to permanently delete work items and manage test artifacts can only delete orphaned test cases. That is, they can delete test cases created from Work that aren't linked to any test plans or test suites.

Important

When you delete test artifacts like test plans, test suites, and test cases, note the following information:

  • Permanent deletion: We only support permanent deletion of these artifacts.
  • No recycle bin: Deleted test artifacts don’t appear in the recycle bin and you can't restore them.
  • Associated child items: Deletion affects associated child items, including child test suites, test points across all configurations, testers (the underlying test case work item remains unaffected), test results history, and other related history.
  • Removal from TCM data store: The deleted test artifact is removed from the test case management (TCM) data store, and the underlying work item is deleted.
  • Child item deletion: A job runs to delete all child items both from the TCM side and the underlying work items. This process may up to a few minutes depending on the number of artifacts being deleted.
  • Irreversible deletion: All information in the work item tracking data store and TCM data store is permanently deleted and cannot be reactivated or restored.

Note

To turn on the Project Permissions Settings Page preview page, see Enable preview features.

Do the following steps to set permissions for managing test artifacts.

  1. Go to Project settings > Permissions > and then select a user or group.

  2. Select from the dropdown menus to change the permissions for each item.

    In the following example, we grant users assigned to the Team Admin group permissions to view test runs and manage test configurations and environments.

    Screenshot of Set project-level test permissions for a custom group, Team Admin.

    Updated permissions automatically save.


In the following example, we grant members assigned to the Test Admin group permissions to delete test runs.

Screenshot of Set project-level permissions for a custom group, Team Admin.

Next steps