Forum Discussion

miguel_domingos's avatar
miguel_domingos
Contributor
13 years ago

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?