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 Stringskeywordtest lookupCopy´n´paste keywordtests?How to call one KeywordTests in another KeywordTests?
Recent DiscussionsHow is test complete using our data while using the inbuilt AI feature ?Problems by validating a tooltip of a wpf applicationLogin for Zephyr is through Microsoft 365 and TestComplete can't complete loginTesting on a local iPadIs it possible to add Device Info from a remote browser to the Log Folder?