Skip to content

Commit

Permalink
removed bad example
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerry Schneider committed May 23, 2014
1 parent d4dcc72 commit f914f47
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions src/MongoDBLibrary/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,22 +19,7 @@ class MongoDBLibrary(MongoConnectionManager, MongoQuery):
Example Usage:
| # Setup |
| Connect to Database |
| # Guard assertion (verify that test started in expected state). |
| Check if not exists in database | select id from person where first_name = 'Franz Allan' and last_name = 'See' |
| # Drive UI to do some action |
| Go To | http://localhost/person/form.html | | # From selenium library |
| Input Text | name=first_name | Franz Allan | # From selenium library |
| Input Text | name=last_name | See | # From selenium library |
| Click Button | Save | | # From selenium library |
| # Log results |
| @{queryResults} | Query | select * from person |
| Log Many | @{queryResults} |
| # Verify if persisted in the database |
| Check if exists in database | select id from person where first_name = 'Franz Allan' and last_name = 'See' |
| # Teardown |
| Disconnect from Database |
| # ToDo |
"""

ROBOT_LIBRARY_SCOPE = 'GLOBAL'
Expand Down

0 comments on commit f914f47

Please sign in to comment.