Login
Remember
Register
User SakshiSharma
Wall
Recent activity
All questions
All answers
Ask a Question
Answers by SakshiSharma
0
votes
For any JUnit method, the return type should be __________.
answered
Feb 13, 2020
in
JAVA
#junit-method
Java-questions-answers
0
votes
Which JUnit annotation allows you to define order of execution for the test methods?
answered
Feb 13, 2020
in
JAVA
#junit-nnotation
Java-questions-answers
0
votes
Mockito can mock private methods.
answered
Feb 13, 2020
in
JAVA
#mockito-method
Java-questions-answers
0
votes
Mockito framework offers _______ to compute on-the-fly results.
answered
Feb 13, 2020
in
JAVA
#mockito-framework
Java-questions-answers
0
votes
Which of the following can Mockito mock?
answered
Feb 13, 2020
in
JAVA
#mockito-mock
Java-questions-answers
0
votes
Mockito can throw an exception using which of the following?
answered
Feb 13, 2020
in
JAVA
#mockito-exception
Java-questions-answers
0
votes
Mockito can inject mocks via ________.
answered
Feb 13, 2020
in
JAVA
#mockito-inject
Java-questions-answers
0
votes
MockMvc is used to mock the entire Spring MVC infrastructure. True or False.
answered
Feb 13, 2020
in
JAVA
#mockmvc
Java-questions-answers
0
votes
_____ forms the integral part of Spring Testing framework.
answered
Feb 13, 2020
in
JAVA
#mockito-framework
Java-questions-answers
0
votes
MockMvc builder ______ tests one controller at a time.
answered
Feb 13, 2020
in
JAVA
#mockmvc-builder
Java-questions-answers
0
votes
Integration of JUnit and the Spring Test context framework is done by _____ runner.
answered
Feb 13, 2020
in
JAVA
#junit-framework
Java-questions-answers
0
votes
_____ is a class level annotation to indicate the Application context for the test that will be Web application context.
answered
Feb 13, 2020
in
JAVA
#junit-application
Java-questions-answers
0
votes
MockMvc tests the expected response details that are configured using _______ calls after performing a request.
answered
Feb 13, 2020
in
JAVA
#mockmvc-configuration
Java-questions-answers
0
votes
JaCoCo collects events from ____ for performing code coverage analysis.
answered
Feb 13, 2020
in
JAVA
#jacoco-collect
Java-questions-answers
0
votes
______ goal can be used to generate code coverage reports in readable formats like HTML,CSV, XML etc.
answered
Feb 13, 2020
in
JAVA
#jacoco-report
Java-questions-answers
0
votes
JaCoCo threshold rule can be configured for which element?
answered
Feb 13, 2020
in
JAVA
#jacoco-thershold
Java-questions-answers
0
votes
JaCoCo is an open source code coverage tool that generates coverage reports by instrumenting Java byte code.
answered
Feb 13, 2020
in
JAVA
#jacoco-source-code
Java-questions-answers
0
votes
Identify the Java code coverage tool.
answered
Feb 13, 2020
in
JAVA
#java-code-coverage
Java-questions-answers
0
votes
Bugs ranking from Rank 1 to 4 are classified as ________.
answered
Feb 13, 2020
in
JAVA
#bugs-ranking
Java-questions-answers
0
votes
This comes under which category of a bug: "Using string concatenation in a loop rather than using a StringBuffer?"
answered
Feb 13, 2020
in
JAVA
#string-concatenation
Java-questions-answers
Page:
« prev
1
...
302
303
304
305
306
307
308
309
310
311
312
...
382
next »
...