AnnaC25
AnnaC25

Reputation: 47

No "New" button and View:Grid in TFS. Why ? So how i can export test cases to TFS?

i have to export a lot of Test Cases ( contains Steps ) to TFS

but in my TFS does not appear the "New" button and View:Grid option . Why ? How i can to achieve it ?

my tfs

tfs that i wont

or how i can to export Test Cases and Stept into TFS ? Maybe i need to install something ?

thanks you for help !

PS : my tfs after creating Test suites and test case

I use Visual Studio 2017 and TFS 2017 ( and TFS 2018 in another comp )

Upvotes: 2

Views: 874

Answers (1)

PatrickLu-MSFT
PatrickLu-MSFT

Reputation: 51183

According to your screenshot, you are lacking test suites. We organize our test cases by adding test cases to test suites.

  1. If you haven't already, create a test plan and requirement-based test suites first.
  2. Select a requirement-based test suite, and then create a test case for that suite.

enter image description here

To quickly add multiple test cases at the same time,use the grid view when you add test cases to the test suite.

enter image description here

More details please refer the official tutorial in MSDN: Create manual test cases

According to your update screenshot, you are lacking of the usage of Test Manager extension. Perhaps your trial(30 days) is out of date. You have to buy the extension or use some Visual Studio subscriptions which included the extension.

Upvotes: 1

Related Questions