Posting the same question twice won't help. I have seen your previous post but to be honest I don't know what you wanted to achieve Usually if you want to have multiple tests, you do that through multiple executables or you don't use QTEST_MAIN but provide your own main() where you call QTest::exec() to trigger testing using a given class.

I don't know if it answers your question but in case it does, here you are.