I am doing one project in which I have to do automation testing. For this, I use the Testng platform.
I am providing testng.xml as an input file, and some method will use it, however right now my reading method cannot detect the file.
In which directory do I place the testng.xml file ..... and is there any maven specification that I have to do in pom.xml to detect that the testng.xml file is there and they should read it.
source share