Can Qt creator can add Google Test Framework
-
Depends on what the "Google Test Framework" actually is:-) Do you have some links?
-
I think he talks about "google unit tests":http://code.google.com/p/googletest/ and maybe "google mocks":http://code.google.com/p/googlemock/ as well.
AFAIK you can get it to work (it's c++ after all :) ) but not without some quirks. Check "this":http://stackoverflow.com/questions/2783464/use-google-test-from-qt-in-windows. Also, you will have problems testing Qt stuff generated by moc (signals/slots, meta objects, properties, etc...).
-
Not yet started this UnitTest point, but may I please ask you why not using QTestLib ?
-
There is the plugin http://sourceforge.net/projects/qtc-gtest/
есть вот это на русском: http://gres.biz/qtc-gtest/