miguel_domingosContributor14 years agoRun KeywordTest with stringI 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.GetTe...Show More
Dmitry_NikolaevStaff14 years agoHi Miguel,Yes, use eval: var TestName = "Test"; eval("KeywordTests." + TestName + ".Run()");
Related ContentHow to generate a random Number, String, AlphaNumeric stringUnescape Json StringsCopy´n´paste keywordtests?keywordtest lookupSplitting strings
Recent DiscussionsOnscreen Object Selector SlownessaqObject.CheckProperty() slownessProblem with generated data table and keyword testWebView2 support does not workSystem checks for Object for every test