martin_homeOccasional Contributor8 years agoSolvedI want to run multiple keyword tests in a certain order. Is is there a way of creating a driver keyword test to do this? Or a coded script cunderw8 years agoAbsolutely. You can just drag them into a main KWT in the order you want, call them from a script with KeywordTests.<KWTName>.Run() or run them as test items on your project page.
cunderw8 years agoAbsolutely. You can just drag them into a main KWT in the order you want, call them from a script with KeywordTests.<KWTName>.Run() or run them as test items on your project page.
cunderw8 years agoAbsolutely. You can just drag them into a main KWT in the order you want, call them from a script with KeywordTests.<KWTName>.Run() or run them as test items on your project page.
Recent DiscussionsAndroid execution and object capture is slow.Is there a way to disable the usage of the tcMSVCHook.dll?Is there any way to increase the amount of line on my screen?
Related ContentRunning multiple keyword tests in JenkinsRunning a Data Driven Test using multiple Keywords and scriptsCopy Keyword Test from one suite to another