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]
This site uses cookies to give you the best possible experience.
By using the site, you consent to our use of cookies.
For more information, please see our
Privacy Policy