Skip to content

Commit

Permalink
Create First_Test.feature
Browse files Browse the repository at this point in the history
  • Loading branch information
JuliaTorrejon authored Feb 24, 2019
1 parent 2e37563 commit 8deb09a
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions First_Test.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
Feature: My firs test

Scenario: I want to create my first test
Given I go to the Cambridge University website
When I click Give to Cambridge link
And I can click the Alumni website link
Then I close the browser

Scenario Outline: As a not-so-novice, I want to go beyond touching Chrome
Given I go to the Cambridge University website
When I enter the search word "<words>"
And I click the search icon
And The URL has the word "<words>" in it
And The tab title contains the "<words>"
Then I close the browser

Examples:
| words |
| Research |
| Scholarship |
| Museums and Collections |

0 comments on commit 8deb09a

Please sign in to comment.