Analyzed 24 days ago
Pyccuracy is a Behavior-Driven Acceptance Testing framework.
A typical Pyccuracy test would be something like:
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
... [More]
with "Hello World"
And I click "btnG" button
Then
I see "Hello World - Google Search" title [Less]