Changes between Version 20 and Version 21 of DeveloperGuidelines/Testing/EdenTest/WriteTestcase
- Timestamp:
- 03/18/19 18:33:10 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Testing/EdenTest/WriteTestcase
v20 v21 44 44 === Writing the testcase === 45 45 Follow 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'''. 47 47 * Write the testcase below in it 48 48 49 49 {{{ 50 50 *** Settings *** 51 Resource ../resources/main. txt51 Resource ../resources/main.robot 52 52 53 53 … … 68 68 [[BR]] 69 69 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]) 71 71 72 72 {{{