2013/1/11 Sakthivel P <
sakthi...@gmail.com>:
>
> In Robot Framework, How to comment a set of keywords framed in Test Case.
>
> For single line i use to comment as '#'.
There is no real support for block comments, so you basically need to
comment all lines individually with '#'.
With larger blocks you could use Robot's feature that it ignores
tables it cannot recognize at parsing time. For example this has only
two tests:
*** Test Cases ***
My test
My keyword
*** Ignored ***
My ignored test
My ignored keyword
*** Test Cases ***
My second test
My keyword
*** Comment ***
Also this stuff is ignored
*** Keywords ***
My keyword
No operation
Cheers,
.peke
--
Agile Tester/Developer/Consultant ::
http://eliga.fi
Lead Developer of Robot Framework ::
http://robotframework.org