Checkout our demo site to practice selenium https://magento.softwaretestingboard.com/

1 like 0 dislike
160 views
in Programming by
Can you help me with detailed explaination on how to create project using Eclipse IDE?

1 Answer

0 like 0 dislike
by The go-to Tester (181 points)
Here are steps to create maven project with Eclipse.
 
1.  In the Eclipse IDE, navigate to File | New | Other… in order to get the project creation wizard.
2. Expend the Maven folder and choose Maven Project. Click Next.
3. Choose Create a simple project. This will create basic project with Maven enabled. If you are sure you need advanced option, you can leave this option unchecked. Now click NEXT.
4. Enter information about your maven project. The Group Id should be driven from your organisation, e,g, for website http://mayurshah.in, we use in.mayurshah.  The Artifact Id should be your project name. You can keep version as it is. Fill out any other information you need, and click Finish.
5. You will now notice that your project has been created. You will place your Java code in/src/main/java, resources in /src/main/resources, and your testing code and resources in /src/test/java and /src/test/resources respectively.
6. Thats All! You can open the pom.xml file to have a look at the structure Maven has set up. 
 


This site is for software testing professionals, where you can ask all your questions and get answers from 1300+ masters of the profession. Click here to submit yours now!

1.4k questions

1.6k answers

866 comments

1.9k users

...