I'm doing one project in which I have to perform automation testing. For this purpose I'm using Testng framework.
I am giving testng.xml
as input file and some method will consume it, however right now my reader method is not able to detect the file.
In which directory I to place my testng.xml
file..... and is there any maven specification I have to make in pom.xml
for detecting that testng.xml
file is there and they have to read it.