miguel_domingos
14 years agoContributor
Run KeywordTest with string
I normally use the command KeywordTests.Test.Run(); to run a KeywordTest called Test.
Now I want to run it dynamically with the value of a string. Something like this:
KeywordTests.GetTest("Test").Run();
or somthing like
KeywordTests.RunTest("Test");
is this possible?
Now I want to run it dynamically with the value of a string. Something like this:
KeywordTests.GetTest("Test").Run();
or somthing like
KeywordTests.RunTest("Test");
is this possible?