Do anyone have some knowledge regarding the best practices of automation testing with Java testing framework TestNG.
Hello,
You can set your own process but only three things keep in mind.
- Design your test case with the best coverage of functionality
 - Keep data driven approach throughout the process
 - Flow should be maintained
 
              
              
              1 Like