Reputation: 47
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 ?
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
Reputation: 51183
According to your screenshot, you are lacking test suites. We organize our test cases by adding test cases to test suites.
To quickly add multiple test cases at the same time,use the grid view when you add test cases to the test suite.
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