Skip to content
guilhermechapiewski edited this page Sep 13, 2010 · 7 revisions

After installing Pyccuracy, you should be able to run a simple test like this:

<pre>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” 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
Then
I see “Monty Python – Google Search” title