Quiz Summary
0 of 9 Questions completed
Questions:
Information
You have already completed the quiz before. Hence you can not start it again.
Quiz is loading…
You must sign in or sign up to start the quiz.
You must first complete the following:
Results
Results
0 of 9 Questions answered correctly
Your time:
Time has elapsed
You have reached 0 of 0 point(s), (0)
Earned Point(s): 0 of 0, (0)
0 Essay(s) Pending (Possible Point(s): 0)
Categories
- Not categorized 0%
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- Current
- Review
- Answered
- Correct
- Incorrect
-
Question 1 of 9
1. Question
If you want to run all tests which have the tag: ‘unitTest’, you have to use this tag expression (if you need to use the ‘|’ operator, replace it with the character: ‘/’):
CorrectIncorrect -
Question 2 of 9
2. Question
If you have to run all tests which have the tag: ‘unitTest’ or the tag: ‘integrationTest’, you have to use this tag expression (if you need to use the ‘|’ operator, replace it with the character: ‘/’):
CorrectIncorrect -
Question 3 of 9
3. Question
If you have to run all tests which have the tags: ‘integrationTest’ and ‘repositoryTest’, you have to use this tag expression (if you need to use the ‘|’ operator, replace it with the character: ‘/’):
CorrectIncorrect -
Question 4 of 9
4. Question
If you want to run all tests which have the tag: ‘integrationTest’ and don’t have the tag: ‘repositoryTest’, you have to use this tag expression (if you need to use the ‘|’ operator, replace it with the character: ‘/’):
CorrectIncorrect -
Question 5 of 9
5. Question
if you want to run all tests which have the tag ‘unitTest’ or the tag ‘integrationTest’ and have the tag ‘slowTest’ or the tag ‘fastTest’, you have to use this tag expression (if you need to use the ‘|’ operator, replace it with the character: ‘/’):
CorrectIncorrect -
Question 6 of 9
6. Question
When you are running your tests by using either the Maven Surefire or the Maven Failsafe plugin and you want to configure the tag expression which specifies the test methods which are run, you have to use a special configuration option. What is the name of this configuration option?
CorrectIncorrect -
Question 7 of 9
7. Question
When you are running your tests by using either the Maven Surefire or the Maven Failsafe plugin and you want to configure the tag expression which specifies the test methods which aren’t run, you have to use a special configuration option. What is the name of this configuration option?
CorrectIncorrect -
Question 8 of 9
8. Question
When you are running your tests with Gradle and you want to configure the tag expression which specifies the test methods which are run, you have to use a special configuration option. What is the name of this configuration option?
CorrectIncorrect -
Question 9 of 9
9. Question
When you are running your tests with Gradle and you want to configure the tag expression which specifies the test methods which aren’t run, you have to use a special configuration option. What is the name of this configuration option?
CorrectIncorrect