Build Tool: ------------ Maven/Ant/Gradle Maven: -------- -Software Project Management or Build management tool for frameworks 1.Central repository to get dependencies 2.Maintaining common structure across the organizations 3.Flexibility in intergration with CI tools 4.Plugins for Test Framework executions steps: ------ 1.Download the Apache maven zip file 2.Config the JAVA_HOME and MAVEN_HOME in the env variable: --------------------------------------------------------- user variables: ---------------- JAVA_HOME MAVEN_HOME System variables: -------------------- Path 3.Verify Maven and java configurred correctely: -------------------------------------------- cmd---> java: -------- java -version maven: --------- mvn -version 4.Add the maven plugin in eclipse 5.Create maven project in eclipse