Home > User Support > QTE
【question】
I want to select test cases and test functions when I run tests, is there a way to select them?
【Answer】
GoogleTest features the ability to select test cases and test functions to be executed in the command line options at runtime.
QTE allows you to use this feature to select test cases and test fu
To use this feature in QTE, set an environment variable to a string to be passed to the GoogleTest command line option.
Execute the following command to define a value for the environment variable QTE_ARG_TO_TESTBIN and then run the test.