Login
Remember
Register
User rahuljain1
Wall
Recent activity
All questions
All answers
Ask a Question
Questions by rahuljain1
0
votes
1
answer
Can FindBugs identify security holes related to SQL injections?
asked
Feb 13, 2020
in
JAVA
#sql-injection
Java-questions-answers
0
votes
1
answer
public class StudentInfo implements PersonInfo
asked
Feb 12, 2020
in
JAVA
#junit-analysis
Java-questions-answers
0
votes
1
answer
What is true about parameterized test class?
asked
Feb 12, 2020
in
JAVA
#junit-parameterized
Java-questions-answers
0
votes
1
answer
Which annotation helps you to disable a test method?
asked
Feb 12, 2020
in
JAVA
#java-annotation
Java-questions-answers
0
votes
1
answer
FindBugs is an open source static code analysis tool. True or False.
asked
Feb 12, 2020
in
JAVA
#findbug-static-code
Java-questions-answers
0
votes
1
answer
Select the correct syntax for creating MockMvc instance for EmployeeController,java.
asked
Feb 12, 2020
in
JAVA
Java-questions-answers
0
votes
1
answer
Which among the following is a Java mocking framework?
asked
Feb 12, 2020
in
JAVA
#java-mocking
Java-questions-answers
0
votes
1
answer
Common Checkstyle configurations available are ______.
asked
Feb 12, 2020
in
JAVA
#checkstyle-configuration
Java-questions-answers
0
votes
1
answer
Mockito can mock asynchronous classes.
asked
Feb 12, 2020
in
JAVA
#mockito-classes
Java-questions-answers
0
votes
1
answer
Checkstyle works with which of the following build tools?
asked
Feb 12, 2020
in
JAVA
#checkstyle-work
Java-questions-answers
0
votes
1
answer
JUnit test class file will have __________ extension.
asked
Feb 12, 2020
in
JAVA
#junit-extensions
Java-questions-answers
0
votes
1
answer
Multiple calls to.andExpect(ResultMatcher matcher)can be chained.
asked
Feb 12, 2020
in
JAVA
#junit-calls
Java-questions-answers
0
votes
1
answer
Which among the following is not a JaCoCo-Maven integration goal?
asked
Feb 12, 2020
in
JAVA
#jacoco-maven
Java-questions-answers
0
votes
1
answer
Which among the following is a warning category as defined by the latest version of FindBugs?
asked
Feb 12, 2020
in
JAVA
#findbug-verson
Java-questions-answers
0
votes
1
answer
FindBugs tool analyzes Java source code.
asked
Feb 12, 2020
in
JAVA
#findbugs-tool
Java-questions-answers
0
votes
1
answer
_________ factor reflects the possibility of the bug patterns identified by FindBugs being real.
asked
Feb 12, 2020
in
JAVA
Java-questions-answers
0
votes
1
answer
FindBugs performs static analysis of code to identify potential bug patterns.
asked
Feb 12, 2020
in
JAVA
#findbugs-analysis
Java-questions-answers
0
votes
1
answer
This comes under which category of a bug: "Using string concatenation in a loop rather than using a StringBuffer?"
asked
Feb 12, 2020
in
JAVA
#string-concatenation
Java-questions-answers
0
votes
1
answer
Bugs ranking from Rank 1 to 4 are classified as ________.
asked
Feb 12, 2020
in
JAVA
#bugs-ranking
Java-questions-answers
0
votes
1
answer
Identify the Java code coverage tool.
asked
Feb 12, 2020
in
JAVA
#java-code-coverage
Java-questions-answers
0
votes
1
answer
JaCoCo is an open source code coverage tool that generates coverage reports by instrumenting Java byte code.
asked
Feb 12, 2020
in
JAVA
#jacoco-source-code
Java-questions-answers
0
votes
1
answer
JaCoCo threshold rule can be configured for which element?
asked
Feb 12, 2020
in
JAVA
#jacoco-thershold
Java-questions-answers
0
votes
1
answer
______ goal can be used to generate code coverage reports in readable formats like HTML,CSV, XML etc.
asked
Feb 12, 2020
in
JAVA
#jacoco-report
Java-questions-answers
0
votes
1
answer
JaCoCo collects events from ____ for performing code coverage analysis.
asked
Feb 12, 2020
in
JAVA
#jacoco-collect
Java-questions-answers
0
votes
1
answer
MockMvc tests the expected response details that are configured using _______ calls after performing a request.
asked
Feb 12, 2020
in
JAVA
#mockmvc-configuration
Java-questions-answers
0
votes
1
answer
_____ is a class level annotation to indicate the Application context for the test that will be Web application context.
asked
Feb 12, 2020
in
JAVA
#junit-application
Java-questions-answers
0
votes
1
answer
Integration of JUnit and the Spring Test context framework is done by _____ runner.
asked
Feb 12, 2020
in
JAVA
#junit-framework
Java-questions-answers
0
votes
1
answer
MockMvc builder ______ tests one controller at a time.
asked
Feb 12, 2020
in
JAVA
#mockmvc-builder
Java-questions-answers
0
votes
1
answer
_____ forms the integral part of Spring Testing framework.
asked
Feb 12, 2020
in
JAVA
#mockito-framework
Java-questions-answers
0
votes
1
answer
MockMvc is used to mock the entire Spring MVC infrastructure. True or False.
asked
Feb 12, 2020
in
JAVA
#mockmvc
Java-questions-answers
Page:
« prev
1
...
45
46
47
48
49
50
51
52
53
54
55
...
69
next »
...