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

1 like 0 dislike
210 views
by The go-to Tester (324 points)
reopened by
Please describe complete process, and also the working of dependencies.

Thank you,
related to an answer for: how to convert a existing code into maven?

1 Answer

0 like 0 dislike
by The go-to Tester (181 points)

Adding dependency to maven is very simple. In pom.xml you will find <dependencies> tag.

Something like below

<dependencies>
    ...
    <dependency>
        <groupId>in.mayurshah</groupId>
        <artifactId>testng-xml-maker-maven-plugin</artifactId>
        <version>1.1.0</version>
    </dependency>
    ...
</dependencies>

to find dependency you can use http://search.maven.org/ and click on appropriate dependency to find dependency information for adding it your maven project.

Hope that helps!


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

...