Changes between Version 10 and Version 11 of DeveloperGuidelines/Testing/EdenTest/WriteTestcase
- Timestamp:
- 08/10/14 12:37:27 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Testing/EdenTest/WriteTestcase
v10 v11 49 49 {{{ 50 50 *** Settings *** 51 Library Selenium2Library #imports library 52 Variables ../../execution/config.py #contains the local settings 53 Test Teardown Close Browser #close the browser after running the test 51 Library ../resources/main.txt 52 54 53 55 54 *** Test Cases *** 56 55 Login with valid email and valid passwd should be successful #name of the testcase. 57 Open Browser http://${SERVER}/eden/default/user/login #opens the browser to the argument url 56 Open Browser http://${SERVER}/eden/default/user/login #opens the browser to the argument url 58 57 Input Text auth_user_email admin@example.com #puts arg2 in textbox(arg1) 59 58 Input Text auth_user_password testing