SyntaxFix
Write A Post
Hire A Developer
Questions
You will need to use semicolon as delimiter while specifying the jar and class file path in windows. This solved the issue. Assuming the class file is under C:.
java -cp ".;C:\testng.jar" org.testng.TestNG testing.xml