Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 860 by [email protected]: DryRun mode fails when using BuiltIn library to set variables
http://code.google.com/p/robotframework/issues/detail?id=860

If I have a test in which I am doing

*** Test Cases ***
Test Name
    Set Test Variable  ${VAR1}  "value"
    I execute ${VAR1}

This fails in dry run mode.

I do understand that keywords are not executed in dry run mode and it doesnt really matter whether its BuiltIn library or any other. Even though I think the answer is no, is there any way for this to work in dry run mode? Can we modify BuiltIn library or change the dry run mechanism to allow this to work?

Reply via email to