0 votes
by
How to run test classes in Maven?

1 Answer

0 votes
by

To run test classes in Maven, you need surefire plugin, check and configure your settings in setting.xml and pom.xml for a property named “test.”

These interview questions will also help in your viva(orals)

...