3
votes

According to the Microsoft documentation, you need to have Basic access in VSTS in order to create Test Plans, however, when I log in with a user having Basic access, the link for adding a Test Plan is not there.

What additional access does this user need to be able to create Test Plans? The user is also an administrator of the team to which Test Plans need to be added.

Screenshots showing the MS documentation, the particular user's access level, how it should look according to MS and how it does look (with the "+" icon to add Test Plans not appearing when logging in as the user in question with Basic access).

3
Did you install the Test Manager extension?Daniel Mann
That does not appear to be what this MS article indicates. docs.microsoft.com/en-us/vsts/manual-test/…. It shows that a user with Contributor access should be able to Manage Test Plans and Test Suites (presumably without having to install the Test Manager extension).user3329073
Without the Test Manager extension, those capabilities aren't present at all. marketplace.visualstudio.com/…Daniel Mann

3 Answers

2
votes

That article introduce the testing permission and access, not for the way (UI) to manage test (e.g. Create test plan)

With basic access level and Contributors permission, you can create test plan. There are many ways to create test plan, such as Microsoft Test Manager (client software), REST API. But you can’t do it in Test tab without Test Manager extension, which is used to manage test online (test tab).

To conclude, if you want to create test plan on online (test tab), you need to install Test manager extension. You can build a custom extension to manage test through calling REST API in order to manage test online without install Test manager extension.

1
votes

The Test Manager module in VSTS requires additional license. It costs $52 per month per user. Also Visual Studio Enterprise subscription includes this license.

So, as you are using Basic license of VSTS the Test Manager module is not fully available, even with Administrator role.

0
votes

I think it should be explained at documentation.

I found this link Test Plans, I hope can be useful for anyone.

Once I clicked on Azure DevOps Portal at Test Plans, it shows this label.

Upgrade to Test Manager extension to get full test management capabilities Use the paid Test Manager extension to get access to advanced test management capabilities like assign configurations, assign testers, centralized parameters, authoring tests in grid view, exporting test results etc. in your account. Learn more.

Test plans view

Complementing with Create a Test Plan.