NEW
Font size
WorksheetsAgile & Testing Recap
Total questions: 15
Worksheet time: 7mins
Agile is an iterative approach to project management and software development that helps teams deliver value to their customers faster and with better quality
True
False
Which of the following in NOT one of Agile principals?
Individuals and interactions over processes and tools
Working software over comprehensive documentation
Contract negotiation over customer collaboration
Responding to change over following a plan
Agile is the best methodology to use for SW projects
True
False
For fast-changing business environments we should use agile method
True
False
Agile welcome changing requirements even late in development
True
False
Early and frequent feedback helps …
Avoiding requirements misunderstanding
Clarify customer features requests
Discovering and resolving quality problems early
All the above
Which of the following definitions describes the Scrum Master?
A coach who ensures that scrum practices and rules are followed correctly.
Represent the customer (the business side).
A team leader – a direct manager.
The person who is responsible for the product backlog is:
Customer
Product Owner
Scrum Master
R&D Manager
Which question/s should be asked during the daily scrum?
What did I do yesterday that helped the development team meet the sprint goal?
Do I see any impediment that prevents me or the development team from meeting the sprint role?
What will I do today to help the development team meet the sprint goal?
All the above
An iteration (sprint) is usually 2-4 weeks
True
False
In most projects, 80% of the defects are found usually in 20% of the system.
True
False
Which of the following is NOT one of the test levels:
Integration Testing
Unit Testing
Regression Testing
System Testing
Which of the following is a test-related risk in agile?
Testers work so closely to developers that they lose the appropriate tester mindset
Testers become tolerant of or silent about inefficient, ineffective, or low-quality practices within the team
Testers cannot keep pace with the incoming changes in time-constrained iterations
All the above
Which of the following testing techniques should you use when you have combinations of conditions?
Equivalence Partitioning
Boundary Value Analysis
Decision Table Testing
State Transition Testing
When a tester designs and executes the tests at the same time, he uses:
State Transition Testing
Use Case Testing
Exploratory Testing
Regression Testing
