Skip to content

Instantly share code, notes, and snippets.

@baojie
Created December 1, 2012 09:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save baojie/4181363 to your computer and use it in GitHub Desktop.
Save baojie/4181363 to your computer and use it in GitHub Desktop.
Pyccuracy Hello World
As a Google User
I want to search Google
So that I can test Pyccuracy
Scenario 1 - Searching for Hello World
Given
I go to "http://www.google.com"
When
I fill "q" textbox with "Hello World"
And I click "btnG" button and wait
Then
I see "Hello World - Google Search" title
Scenario 2 - Searching for Monty Python
Given
I go to "http://www.google.com"
When
I fill "q" textbox with "Monty Python"
And I click "btnG" button and wait
Then
I see "Monty Python - Google Search" title
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment