Forum Discussion

loricotton's avatar
loricotton
Contributor
2 years ago
Solved

copy variables from one keyword test to another

I have seen this question many times and the answer is use projectsuite variable or project variables.  NOT a good answer.  I want to copy the keyword test  with the variable list. I need to change t...
  • eykxas's avatar
    2 years ago

    Hi ! 

     

    You can access variables of others Keyword by doing this :

    s = KeywordTests.KeywordTest1.Variables.VariableByName("MsgVar");

     

    So I don't understand what is the real issue.