Changes between Version 20 and Version 21 of DeveloperGuidelines/Testing/EdenTest/WriteTestcase


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

--

Legend:

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

    v20 v21  
    4444=== Writing the testcase ===
    4545Follow these steps:
    46 * Create a file named login_functionality.txt inside the folder '''/tests/implementation/testsuites'''.
     46* Create a file named login_functionality.robot inside the folder '''/tests/implementation/testsuites'''.
    4747* Write the testcase below in it
    4848
    4949{{{
    5050*** Settings ***
    51 Resource  ../resources/main.txt
     51Resource  ../resources/main.robot
    5252
    5353
     
    6868[[BR]]
    6969
    70 * Run the testsuite login_functionality.txt.   ([http://eden.sahanafoundation.org/wiki/DeveloperGuidelines/EdenTest#UsingEdenTest Using EdenTest])
     70* Run the testsuite login_functionality.robot.   ([http://eden.sahanafoundation.org/wiki/DeveloperGuidelines/EdenTest#UsingEdenTest Using EdenTest])
    7171
    7272{{{