ContributionsMost RecentMost LikesSolutionsCalling a keyword test using the string representation of the actual testMy goal is to create a vbscript function that has one string parameter. The string parameter will be the name of a keyword test to run within the vbscript function. Is there a way to use the KeywordTests object to lookup the corresponding keyword test based on this string? If not, is there another way to achieve running a keyword test based on the string representation of the test itself? Thanks