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]
FITpro is built upon the Framework for Integrated Test (Fit). It provides integration with Eclipse and MS VS, and web UI. FITpro advanced features include code generation, suite support, and test to fixture links. See project's Wiki for more informatio
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