Forum Discussion

martin_home's avatar
martin_home
Occasional Contributor
8 years ago
Solved

I 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
  • cunderw's avatar
    8 years ago

    Absolutely. 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.