2

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:)

1 Answer 1

1

Upgrade to VS2012/TFS2012, there is a new extensibility feature that allows 3rd party testing frameworks to be integrated. It appears someone has made one for gtest.

http://coolthingoftheday.blogspot.co.nz/2012/10/gtest-c-unit-testing-test-adapter-for.html

Sign up to request clarification or add additional context in comments.

1 Comment

We are still using VS2010, still thanks anyway, maybe someday not far away we will get the upgrade:)

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.