Maven is a build automation tool. With Maven we can import all libraries and can also create project structures.
A Maven is basically a tool used to compile our applications. It helps to develop and managing project structure or applications like deployment, clean, packaging, jar and many more features for the Java-based project. When you create a Maven project,you get two folders: src/tests and src/main src/tests where you write all your tests and src/main where you write all your page classes. Also,when you create a Maven project,POM.xml file is created in your folder structure,you can add all the required dependencies to it like selenium,Apache POI,JUnit,extent report( whichever you need for your project). It is one of the very effective tool for build management. You need to download some 8-10 dependencies in POM.XML file to work on your Java based project.
Please feel free to provide your inputs. Keep reading and please come back to this page for more short and crisp notes.
Thank you for reading!
A Maven is basically a tool used to compile our applications. It helps to develop and managing project structure or applications like deployment, clean, packaging, jar and many more features for the Java-based project. When you create a Maven project,you get two folders: src/tests and src/main src/tests where you write all your tests and src/main where you write all your page classes. Also,when you create a Maven project,POM.xml file is created in your folder structure,you can add all the required dependencies to it like selenium,Apache POI,JUnit,extent report( whichever you need for your project). It is one of the very effective tool for build management. You need to download some 8-10 dependencies in POM.XML file to work on your Java based project.
Please feel free to provide your inputs. Keep reading and please come back to this page for more short and crisp notes.
Thank you for reading!
0 comments:
Post a Comment