WorksheetsAgile Tester Foundation Sample Exam 008
Total questions: 40
Worksheet time: 10hrs 0mins
Scrum
Extreme Programming (XP)
Kanban
Continuous Integration
The whole-team approach means? Choose all that apply
<br>
i. Involving everyone with the knowledge and skills necessary to ensure project success.
ii. Business stakeholders decide test automation approach for the project
iii. The team includes representatives from the customer and other business stakeholders who determine product features.
iv. The team should be relatively small; successful teams have been observed with as few as three people and as many as nine
v. Testers need not attend daily stand up meeting.
i, iii and iv
i, ii and iii
ii,iii,iv and v
iii and iv
Early and Frequent Feedback
Customer collaboration
Whole team approach
Continuous integration
Which of the following is true about a configuration item?
<br>
i. Configuration item is a self-contained unit of a system that is used for identification and change control
ii. Using processes and tools, configuration management controls the configuration items especially for change management .
iii. Common configuration types include software, code, and documentation. etc.
iv. Configuration items help in identifying the components of a system.
i,ii and iii
ii and iii
iii and iv
i,ii.iii and iv
Which of the following would be typically a tester's role during iteration?
<br>
i. Breaking user stories into testing tasks
ii. Estimate the testing tasks like creating test strategy, test plans and test cases specific to user stories
iii. Determine the high level test strategy for the whole release
iv. High-level risk analysis and test planning
v. Understand and plan for automating user stories and support various levels of testing
i,ii and v
ii and iii
iii,iv and v
iii and iv
State whether true or false:
<br>
In a successful Agile project, a balance is struck between increasing efficiency by reducing documentation and providing sufficient documentation to support business, testing, development, and maintenance activities. The team must make a decision during release planning about which work products are required and what level of work product documentation is needed.
True
FALSE
TC1: If the customer tries to withdraw $50 and the account balance is over or equal to $50, then allow the withdrawal and verify that the account balance is reduced by $50
TC2: If the customer tries to withdraw $100 but the account balance is $90, then do not allow the withdrawal.
TC3: If the customer tries to withdraw $510, then do not authorize the withdrawal and show the message: maximum withdrawal is $500
TC1: If the customer tries to withdraw $50 and the account balance is over or equal to $50, then allow the withdrawal and verify that the account balance is reduced by $50
TC2: If the customer tries to withdraw $100 but the account balance is $90, then do not allow the withdrawal.
TC3: If the customer tries to withdraw $510, then do not authorize the withdrawal and show the message: maximum withdrawal is $500 TC4: If the customer tries to withdraw $10, then do not authorize the withdrawal and show the message: minimum withdrawal is $20
TC1: If the customer tries to withdraw $50 and the account balance is over $50, then allow the withdrawal and verify that the account balance is reduced by $50
TC2: If the customer tries to withdraw $10, then do not authorize the withdrawal and show the message: minimum withdrawal is $20
TC3: If the customer tries to withdraw $510, then do not authorize the withdrawal and show the message: maximum withdrawal is $500
TC4: If the customer tries to withdraw $200 and the account balance is over $200, then allow the withdrawal and verify that the account balance is reduced by $200
TC1: If the customer tries to withdraw $50 and the account balance is over $50, then allow the withdrawal and verify that the account balance is reduced by $50
TC2: If the customer tries to withdraw $510, then do not authorize the withdrawal and show the message: maximum withdrawal is $500
i
ii and iii
i,ii and iii
i and iii
A tester should avoid which of the following when working in an Agile team ?
<br>
i. Be positive and solution-oriented with team members and stakeholders
ii. Do not respond to change and wait for product owners to revise the test cases
iii. Accurately evaluate and report test results, test progress, and product quality
iv. Wait for the product owner to assign work
v. Collaborate within the team, working in pairs with programmers and other team members
i,iii and v
ii and iv
ii,iii and iv
i,ii and iii
i
i and ii
ii and iii
i and iii
iii and iv
i,ii and iii
ii,iii and iv
iii,iv and v
State transition testing: test the following states - browsing, logged in, logout
Decision table : test the following -User logged in; purchased 5 item; Items get shipped
Boundary Value Analysis: Test the following inputs - 0,4,5,14,15,24,25,max
Use case testing : Actor:User;Prerequisite = user has valid credentials.
all of the above
i,ii,iii,iv, and v
i,ii,iii and vi
i,ii,iii and iv
Valuable
small
testable
independent
Which of the following is the role of a tester in an Agile team?
<br>
i. Understanding, implementing, and updating the test strategy
ii. updating the burn down chart
iii. Reporting defects and fixing them
iv. Ensuring the appropriate testing tasks are scheduled during release and iteration planning
v. Actively collaborating with developers and business stakeholders to clarify requirements, especially in terms of testability, consistency, and completeness
ii and iii
ii,iii and iv
i,iv and v
i and iv
