Re: Need help in executing a Java program and testng.xml one after other using Maven

2016-02-26 Thread Francois-Xavier Bonnet
Hi, You should be able to execute your Java program and bind it to the maven lifecycle using builder-maven-plugin: https://javabuild.java.net/ 2016-02-26 7:26 GMT+01:00 maheshbedampeta : > ​My question is that I wanted to execute a testNG suite file and a java > program

Need help in executing a Java program and testng.xml one after other using Maven

2016-02-25 Thread maheshbedampeta
​My question is that I wanted to execute a testNG suite file and a java program one after other using a POM.xml. Please help me out with a code snippet that actually does this execution. Below is my code that is currently running my test scripts of testng.xml, and I want to add a code for