Agile Testing MCQ Questions And Answers - Software Quality
Agile Testing MCQs : This section focuses on "basics" of Agile Testing. These Multiple Choice Questions (MCQ) should be practiced to improve the Agile Testing skills required for various interviews (campus interviews, walk-in interviews, company interviews), placements, entrance exams and other competitive examinations.
1. ___________ is an iterative development methodology, where both development and testing activities are concurrent.
A. Bugzilla
B. Apache
C. Agile
D. Espresso
View Answer
Ans : C
Explanation: Agile is an iterative development methodology, where both development and testing activities are concurrent.
2. The Agile Manifesto was published by a team of software developers in ?
A. 2000
B. 2001
C. 2002
D. 2003
View Answer
Ans : B
Explanation: The Agile Manifesto was published by a team of software developers in 2001.
3. Agile Testing covers all the levels of testing and all types of testing.
A. TRUE
B. FALSE
C. Can be true or false
D. Can not say
View Answer
Ans : A
Explanation: True, Agile Testing covers all the levels of testing and all types of testing.
4. ___________ is an Agile development method that emphasizes on team-centric approach.
A. Xp
B. Crystal
C. Scrum
D. FDD
View Answer
Ans : C
Explanation: Scrum is an Agile development method that emphasizes on team-centric approach. It advocates participation of the entire team in all the project development activities.
5. FDD stands for?
A. Feature Design Development
B. Feature Driven Design
C. Feature Driven Difference
D. Feature Driven Development
View Answer
Ans : D
Explanation: Feature Driven Development (FDD) involves designing and building features. The difference between FDD and other Agile Development Methodologies is that the features are developed in specific and short phases separately.
6. Which testing is based on the expected behavior of the software being developed?
A. TDD
B. FDD
C. ATDD
D. BDD
View Answer
Ans : D
Explanation: In Behavior-Driven Development (BDD) testing is based on the expected behavior of the software being developed.
7. In Agile Testing Practices, which of them has two team members work together at the same keyboard?
A. Incremental Test Design
B. PairingĀ
C. Mind Mapping
D. None of the above
View Answer
Ans : B
Explanation: Pairing : Two team members work together at the same keyboard. As one of them tests, the other reviews/analyzes testing.
8. Sprint Zero involves preparation activities before the first sprint.
A. Yes
B. No
C. Can be yes or no
D. Can not say
View Answer
Ans : A
Explanation: Yes, Sprint Zero involves preparation activities before the first sprint.
9. A customer described software feature that is itemized in the product backlog is known?
A. User Stories
B. Task
C. Epic
D. All of the above
View Answer
Ans : C
Explanation: Epic: A customer described software feature that is itemized in the product backlog is known as epic. Epics are sub-divided into stories.
10. Which of the following is true about product backlog?
A. It is created in Sprint Planning Meeting
B. It contains a list of all desired features and is owned by the product owner.
C. It is a subset of the product backlog owned by development team and commits to deliver it in a sprint.
D. All of the above
View Answer
Ans : B
Explanation: Product backlog: It contains a list of all desired features and is owned by the product owner.
Discussion