Testing Using HtmlUnit
Learn how to test using HtmlUnit.
We'll cover the following
Using HtmlUnit
It’s better to use HtmlUnit
for testing because it lets us test anything that is visible on the HTML page. Let’s learn how to do it.
To start with HtmlUnit
and the Spring Test HtmlUnit Integration, let’s add the HtmlUnit
dependency in the pom.xml
in the <dependencies>
section:
Get hands-on with 1200+ tech skills courses.