Behavior-Driven Test (BDT) training for manual testers @Disney (Jul 7, 2016)

1. What test methodologies support Behavior-Driven approach?
Agile exclusively
Waterfall exclusively
Agile and Waterfall only
Any test methodology
2. Who is responsible for the maintenance of the acceptance criteria?
BA, Developer and Tester
Developer and Tester
BA and Tester
Scrum master
3. How can we represent test conditions in BDT?
Comments in any spoken language
Feature description and tags
Background under scenario outlines
4. Is this a valid scenario syntax?

Scenario: Test forgot password functionality as per condition TC726.
When I click the fogot button in the login page
Then I should see a pop-up to reset my password
Given I that don't know my password
True
False
5. What is the sequence of steps to maintain an existent acceptance criteria in Test Plan?
Export the script to Excel, perform the necessary updates and upload it back to ALM making sure that the subtype = BDT.
Save a version of the original acceptance criteria. Then in HP ALM, add/remove the necessary scenarios.
Change the Design Status back to "21.In Progress" and attach the spreadsheet with the updated scenarios.
Duplicate or rename the original script as backup, upload the new version of the script. Confirm that upload was successful before move the duplicate/renamed script to RecycleBin folder.
6. "When converting a traditional manual script to BDT in HP ALM we must verify that the type = FUNCTIONAL and subtype = Gherkin".
Is this statement true or false?
True
False
7. The syntax of the scenario below is incorrect. Can you identify what needs to be fixed?

Scenario Outline: Make a withdrawn
Given my checking account has a balance of >>initial_balance<<
When I withdrawn >>withdrawn_amount<< from my checking account
Then I should have >>final_balance<< as balance

Example:
| initial_balance | withdrawn_amount | FINAL_BALANCE|
| 1500 | 200 | 1000 |
The keyword EXAMPLE must be written as plural. Parameters must be under <> instead of ><. The data for final balance should be 1300 instead of 1000.
The keyword EXAMPLE must be written as plural. Parameters must be under <<<>>> instead of ><. The parameter 'final_balance' must be lower case to match the scenario description.
The keyword EXAMPLE must be written as lower case. Parameters must be under | | instead of ><. The parameter 'final_balance' must be lower case to match the scenario description.
The keyword EXAMPLE must be written as plural. Parameters must be under <> instead of ><. The parameter 'final_balance' must be lower case to match the scenario description.
{"name":"Behavior-Driven Test (BDT) training for manual testers @Disney (Jul 7, 2016)", "url":"https://www.quiz-maker.com/QPREVIEW","txt":"What test methodologies support Behavior-Driven approach?, Who is responsible for the maintenance of the acceptance criteria?","img":"https://www.quiz-maker.com/3012/images/ogquiz.png"}
Powered by: Quiz Maker