java - Question on TestNG -


TestNG doctor says that create an XML form as

   & Lt; / Packages & gt; & Lt; / Test & gt; & Lt; / Suits & gt;  

Where should this file be?

It depends on how you run it if you are running from the command line, So try this: java org.testng.TestNG testng.xml

If you are using ant, try it.

I do not think it matters a lot, as far as your IDE can find it, you enter the file, you run the ant from that directory, etc. We have all the things 'Directory' '


Comments