Comment #2 on issue 465 by DeonWu: `Get Variables` keyword
http://code.google.com/p/robotframework/issues/detail?id=465

1. If the `Get Variables` is designed for execution debugger, it's better return the scope of variable too. the variable scope is valuable infomation for debugging.

2. the 'Set Test/Suite/Global Variable' is not reasonable to use in listener: a) the keyword should run by step of test case, but the listener is outside of test
case.
b) the keyword will write log message, It will cause the debug action is logged in
test case log.
c) It doesn't support to set user keyword scope variable. In execution debugging, the major action is change the keyword arguments before keyword running. Usally, the
keyword arguments is keyword scope variable in good style test case.



--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

Reply via email to