Changes between Version 12 and Version 13 of DeveloperGuidelines/Testing/EdenTest/WriteTestcase/Advanced


Ignore:
Timestamp:
03/18/19 18:32:37 (6 years ago)
Author:
Dominic König
Comment:

--

Legend:

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

    v12 v13  
    33Continuing from the tutorial on [http://eden.sahanafoundation.org/wiki/DeveloperGuidelines/Testing/EdenTest/WriteTestcase How to write a testcase?], this article focuses on the advanced aspects of !EdenTest.
    44
    5 If you have implemented '''Login with invalid email and passwd should fail''', your testsuite login_funtionality.txt should look like this.
     5If you have implemented '''Login with invalid email and passwd should fail''', your testsuite login_funtionality.robot should look like this.
    66{{{
    77*** Settings ***
    8 Resource  ../resources/main.txt
    9 
     8Resource  ../resources/main.robot
    109
    1110*** Test Cases ***
     
    2928    Page Should Contain  Invalid login
    3029}}}
    31 
    3230== Variables ==
    3331