java - Where should I save TestNG configuration test files -


I have a question about testNG configuration files and Maven project structure, let me know best practices for saving configuration files Will happen .

Example I've used a test.xml a file that uses several sections to create suits. If I use this, then where is the best place to save XML file ( test.xml )? I have taken a look, but I did not find anything about this issue.

source / test / resource

You can create folder test-suit here And here is a separate suit XML.


Comments

Popular posts from this blog

java - Can't add JTree to JPanel of a JInternalFrame -

javascript - data.match(var) not working it seems -

javascript - How can I pause a jQuery .each() loop, while waiting for user input? -