Hi @Abbas ,
As mentioned above i am using native Microsoft CppUnit TestFramework (Refer below image)
Using VStest, getting .trx file which is not supported by the property sonar.cfamily.cppunit.reportsPath.
To answer your question yes i tried that property and it didn’t worked for me.
If i am not wrong CppUnit - C++ port of JUnit download | SourceForge.net supported by sonar is completely different framework (not the one i am using) which generates xml reports for unit tests and can be used with the property you mentioned.
Please help me for the unit test written using framework mentioned in the below screenshot .