Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Using robots to automate your functional testing

Using robots to automate your functional testing

Bobby Sciacchitano

February 05, 2014
Tweet

Other Decks in Programming

Transcript

  1. Feature: User account authentication Scenario: Login with valid password Given

    I am on the “login” page
 When I enter “bobby” in the “username” field
 And I enter “loveslamp” in the “password” field
 And I click the “Login” button
 Then I should be redirected to the “my-account” page
  2. Feature: User account authentication Scenario: Login with valid password Given

    I am on the “login” page
 When I enter “bobby” in the “username” field
 And I enter “loveslamp” in the “password” field
 And I click the “Login” button
 Then I should be redirected to the “my-account” page Context Actions Assertion
  3. And I enter my card details Select Card Type Enter

    Card Number Enter Expiry Date Enter CVV }