Note: In updated eclipse, maven is installed automatically. So, at first, try the "Finally" section at the bottom of this post. maven is the build tool for web application automation testing. It helps to get the dependencies we need, at the same time, build the project using a continuous Integration (CI) server. Use jenkins as CI server. Use cucumber use java Use Test Driven Development (TDD) https://www.youtube.com/watch?v=8bZvevzeq-o&index=6&list=PLTgRMOcmRb3OHE_z8n9uCpROTaynNcv1u Maven Eclipse plugin installation step by step: Open Eclipse IDE Click Help -> Install New Software... Click Add button at top right corner At pop up: fill up Name as "M2Eclipse" and Location as " http://download.eclipse.org/technology/m2e/releases " Now click OK After that installation would be started. # Another way to install Maven plug-in for Eclipse: (easiest one) Open Eclipse Go to Help -> Eclipse Marketplace Se...
Comments
Post a Comment