My company has been using the TFS to maintain source codes, tasks and requirements, etc. Also We've made all the test cases using gtest (C++ is heavily used in our company). Now we want to make sure all our requirements are covered by test cases.
So, is it possible to integrate the gtest into the TFS? By saying that, we want to be able to know how many cases are linked to a requirement (and vice versa), whenever any cases failed, we shall be able to know which requirement is compromised.
Any suggestions will be appreciated:)