How to run specific test cases in GoogleTest
I am trying to write a function/method for my project, which will ask to user which all test cases are you going to run? It looks like below..., Test_Cases_1 |_TestNo1 |_TestNo2....so on Test_Cases_2 |_TestNo1 |_TestNo2....so on .... ....so on Test_Cases_N |_TestNo1 |_TestNo2....so on So, now the challenge is while running the project it should prompt me what all test cases you would like to execute? If I select Test_Cases_1 and Test_Cases_N . Then it should execute these two test cases and should exclude all other from Test_Cases_2 to .... . In result window also I would like to see the