Maven Quiz

Test your knowledge and understanding by taking this quiz on automated tests with Maven.

1

How does this command know which tests to execute?

mvn clean test -Dgroups=High

A)

It selects the tests from the test class that is in the High package.

B)

It selects the tests that have High in the test name.

C)

It selects the tests that are part of the High group.

Question 1 of 40 attempted

Get hands-on with 1200+ tech skills courses.