I want to run multiple keyword tests in a certain order.
SOLVED- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2018
02:47 AM
02-20-2018
02:47 AM
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
Solved! Go to Solution.
3 REPLIES 3
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2018
06:20 AM
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2018
06:41 AM
02-20-2018
06:41 AM
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.
Thanks,
Carson
Click the Accept as Solution button if my answer has helped
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2018
07:52 AM
02-20-2018
07:52 AM
Thanks Just what I needed
