miguel_domingosContributor15 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_NikolaevStaff15 years agoHi Miguel,Yes, use eval: var TestName = "Test"; eval("KeywordTests." + TestName + ".Run()");
Recent DiscussionsSend Request Operation - Response Body?Elements detected, clicked in wrong location with ChromeLatency and Device Disconnect Issues in Test Complete Mobile Testing
Related ContentHow to generate a random Number, String, AlphaNumeric stringUnescape Json Stringskeywordtest lookup