Home > Blockchain >  In Azure DevOps, I can see Create Test Plans UI despite having access
In Azure DevOps, I can see Create Test Plans UI despite having access

Time:11-16

I have a trial account in dev.azure.com as you can see below:

enter image description here

But for some reason, I am lacking some functionality as you can see below:

enter image description here

I don't understand what could be the issue here.

Thanks for the help.

CodePudding user response:

From your screenshot, you have the free trial of Test Plan.

To use all features of Test Plan in Azure DevOps, you need to grant the Basic Test Plan access level to target acccount in Organization Settings -> Users.

For example:

enter image description here

Refer to this doc about Access Levels.

  • Related