Metadata-Version: 1.0
Name: Pyccuracy
Version: 0.2dev-r916
Summary: Pyccuracy is a BDD style Acceptance Testing framework
Home-page: http://groups.google.com/group/pyccuracy
Author: Bernardo Heynemann
Author-email: heynemann@gmail.com
License: OSI
Description: ============
        Introduction
        ============
        
        Pyccuracy is a BDD style 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 with "Hello World"
        And I click "btnG" button
        Then
        I see "Hello World - Pesquisa Google" 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 - Pesquisa Google" title
        
        ===================
        Project Cheat Sheet
        ===================
        
        Project Google Groups Page - http://groups.google.com/group/pyccuracy
        
        Project Conventions: http://groups.google.com/group/pyccuracy/web/conventions
        
        Links and Blog Posts: http://groups.google.com/group/pyccuracy/web/Links%20and%20Blog%20Posts
        
        Project JIRA (Issue and Version Management) -
        http://jira.stormwindproject.org:8080/browse/PYCCURACY
        
        Project Subversion Server: http://svn.stormwindproject.org/svn/Pyccuracy (``svn
        co http://svn.stormwindproject.org/svn/Pyccuracy Pyccuracy``)
        
        **PyPI Page**: http://pypi.python.org/pypi/Pyccuracy/
        
        **Docs for current version**: http://packages.python.org/Pyccuracy/
        
        =============
        Release Notes
        =============
        
        Release Notes - Pyccuracy - Version 0.1
        ---------------------------------------
        
        **Bug**
        
        [http://jira.stormwindproject.org:8080/browse/PYCCURACY-66] - Fix
        running the
        pyccuracy_core on nix machines.
        
        **New Feature**
        
        [http://jira.stormwindproject.org:8080/browse/PYCCURACY-14] -
        Check/Uncheck Checkbox Action
        
        [http://jira.stormwindproject.org:8080/browse/PYCCURACY-15] -
        Checkbox Is Checked Action
        
        [http://jira.stormwindproject.org:8080/browse/PYCCURACY-16] -
        Checkbox Is Not Checked Action
        
        [http://jira.stormwindproject.org:8080/browse/PYCCURACY-17] -
        See Checkbox Action
        
        [http://jira.stormwindproject.org:8080/browse/PYCCURACY-21] -
        See Button Action
        
        [http://jira.stormwindproject.org:8080/browse/PYCCURACY-40] -
        See Select Action
        
        [http://jira.stormwindproject.org:8080/browse/PYCCURACY-41] -
        Do Not See Select Action
        
        [http://jira.stormwindproject.org:8080/browse/PYCCURACY-42] -
        See Select Has Selected Index of Action
        
        [http://jira.stormwindproject.org:8080/browse/PYCCURACY-50] -
        Select Option By Index
        
        [http://jira.stormwindproject.org:8080/browse/PYCCURACY-57] -
        Click Image Action
        
        [http://jira.stormwindproject.org:8080/browse/PYCCURACY-58] -
        See Link Action
        
        [http://jira.stormwindproject.org:8080/browse/PYCCURACY-63] -
        Do Not See Link Action
        
        [http://jira.stormwindproject.org:8080/browse/PYCCURACY-64] -
        Click Link Action
        
        [http://jira.stormwindproject.org:8080/browse/PYCCURACY-80] -
        Render a summary of the run after the run
        
        [http://jira.stormwindproject.org:8080/browse/PYCCURACY-87] -
        Wait for Page To Load Action
        
        **Task**
        
        [http://jira.stormwindproject.org:8080/browse/PYCCURACY-4] -
        Create documentation for current release
        
        [http://jira.stormwindproject.org:8080/browse/PYCCURACY-9] -
        Encapsulate Pyccuracy on a .egg
        
        [http://jira.stormwindproject.org:8080/browse/PYCCURACY-10] -
        Create index page for Pyccuracy.egg distribution
        
        [http://jira.stormwindproject.org:8080/browse/PYCCURACY-84] -
        Add tests for Click Button
        
        [http://jira.stormwindproject.org:8080/browse/PYCCURACY-85] -
        Add tests for Type Text
        
        [http://jira.stormwindproject.org:8080/browse/PYCCURACY-86] -
        Add tests for See Title
Keywords: Acceptance Testing Accuracy Behavior Driven Development
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2.5
Classifier: Topic :: Software Development :: Testing
