<< Prev Question Next Question >>

Question 9/33

Consider the following user story about the authentication functionality of an e-commerce website:
"As a logged-in user, I want to change my current password with a new one, so that I can make my account safer".
The following are some of the acceptance criteria defined for the user story:
[a] After the logged-in user has successfully changed his password, an email confirming the change must be sent to him
[b] To successfully change the password, the logged-in user must enter the current password, enter a new valid password, and finally confirm by pressing the 'Change Password' button
[c] To be valid, the new password entered by the logged-in user is not only required to meet the criteria related to the length and type of characters, but must also be different form the last 5 passwords of that user
[d] A dedicated error message must be presented to the logged-in user when he enters a wrong current password
[e] A dedicated error message must be presented to the logged-in user when he enters the correct current password, but enters an invalid password Based only on the given information, which of the following ATDD tests is most likely to be written first?

LEAVE A REPLY

Your email address will not be published. Required fields are marked *

Question List (33q)
Question 1: Who of the following has the best knowledge to decide what t...
Question 2: Which of the following issues cannot be identified by static...
Question 3: In which of the following test documents would you expect to...
Question 4: Which sequence of stated in the answer choices is correct in...
Question 5: Which of the following statements is true?...
Question 6: In a two-hour uninterrupted test session, performed as part ...
Question 7: Which of the following statements refers to good testing pra...
Question 8: Consider the following simplified version of a state transit...
Question 9: Consider the following user story about the authentication f...
Question 10: During component testing of a program if 100% decision cover...
Question 11: Which of the following statements about white-box test techn...
Question 12: The following rules determine the annual bonus to be paid to...
Question 13: Which of the following is not an example of a typical conten...
Question 14: Consider a given test plan which, among others, contains the...
Question 15: Following a risk-based testing approach you have designed 10...
Question 16: Which of the following statements about exploratory testing ...
Question 17: Which of the following statements about the value of maintai...
Question 18: What type of testing measures its effectiveness by tracking ...
Question 19: The fact that defects are usually not evenly distributed amo...
Question 20: Can "cost" be regarded as Exit criteria?...
Question 21: A company wants to reward each of its salespeople with an an...
Question 22: Which of the following is a test task that usually occurs du...
Question 23: Which of the following s the most correct statement about st...
Question 24: Which of the following statements is true?...
Question 25: Which of the following statements about branch coverage is t...
Question 26: Test automation allows you to:
Question 27: Which of the following statements is true?...
Question 28: Which of the following is a test-first approach, where tests...
Question 29: Which of the following statements is not correct?...
Question 30: Which of the following statements about static testing and d...
Question 31: The tests at the bottom layer of the test pyramid:...
Question 32: A Test Manager conducts risk assessment for a project. One o...
Question 33: What is test oracle?