loricotton
2 years agoContributor
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...
- 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.