Changes between Version 10 and Version 11 of DeveloperGuidelines/Testing/EdenTest/WriteTestcase


Ignore:
Timestamp:
08/10/14 12:37:27 (11 years ago)
Author:
Arnav Sharma
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/Testing/EdenTest/WriteTestcase

    v10 v11  
    4949{{{
    5050*** 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
     51Library  ../resources/main.txt
     52
    5453
    5554*** Test Cases ***
    5655Login 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
    5857    Input Text  auth_user_email  admin@example.com #puts arg2 in textbox(arg1)
    5958    Input Text  auth_user_password  testing