Choose a topic to test your knowledge and improve your jUnit skills
______ is a Java HTTP (Web) server and Java Servlet container.
Jetty was originally called __________
To create a Jetty server object, we have to import _____
In Jetty, ______ object processes the HTTP requests.
To create a Jetty context object, we have to import _____
While creating a server object like- Server obj = new Server(8080), 8080 represents the number of connections.
The ______ method sets the document root from which to serve resources.
A ______ handler is attached to the root to serve files from the file system.
The ResourceHandler is found in the package ________
All _____ has to be completed before integration testing can be done.
KISS is an acronym for _______
DRY stands for _______
Unit tests allow greater test _______ than functional tests.
Functional tests are more _____________ compared to unit tests.
Unit Tests can detect _________
Agile methodologists favour writing code in _____________ slices to produce a working use case.
To retain a design across features, agile methodologies encourage _______ to adapt the code base as needed.
_______ is a principle of extreme programming (XP) that states that a functionality should not be added until deemed necessary.
YAGNI is a principle behind the XP practice of _______
A ______is a test that focuses on the interaction between components in their real environment.
__________ is a library that contains a lot of helpful matcher objects , ported in several languages.
Hamcrest is not a _____ framework in itself.
________ Hamcrest matcher can be used to match absolutely everything.
_______ is used to test object identity.
______ is a free Java tool that calculates the percentage of code accessed by tests.
The Cobertura command to run while reporting is _______
The ____________ parameter is used to specify the type of report.
______ parameter specifies the encoding used to read the source.
_______ is a software analysis method used to identify structural units in code under test.
The JJ in JJ-path stands for _______
__________ is the most common and least efficient debugging technique.
_______ involves the use of induction or deduction and introduces the concept of binary partitioning.
LSD stands for ________
Lean philosophy regards everything not adding value to the customer as __________
A value ____________ technique is used to identify waste.
The ______ is a management paradigm that specifies any manageable system as being limited in achieving more of its goals by a very small number of constraints.
_______ in the code are signs of bad code designs and should be avoided.
_______ consists of exploring and explaining the domain of the problem to be solved.
_________ is a Java HTTP (Web) server and Java Servlet container.
To create a Jetty server object, we have to import _______
In Jetty, ____________ object processes the HTTP requests.
To create a Jetty context object, we have to import _______
The ______________ method sets the document root from which to serve resources.
A _____________ handler is attached to the root to serve files from the file system.
_______ defines βa flexible, holistic product development strategy where a development team works as a unit to reach a common goalβ.
A key principle of Scrum is ________
The _______ represents the productβs stakeholders and the voice of the customer
Each day during a Sprint, the team holds a _____ with specific guidelines.
At the _____________ the team reflects on the past Sprint.
The _____ comprises an ordered list of requirements that a Scrum Team maintains for a product.