Is this possible to exclude classes in testng.xml?
I tried with
There is no direct way to skip test class though testng.xml. However there are workaround which can used to ignore particular test class.
The same topic discussed in testng-user group but no direct answer refer the mail thread - Re: [testng-users] Ignore a class in testng