Run selective test groups using javascript code
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2017
01:23 PM
12-07-2017
01:23 PM
Run selective test groups using javascript code
Hello,
I'm trying to find out ways to run the test groups thru a piece of code rather than running it by clicking 'Run Focused Item' icon.
Based on some conditions, I'd want to run only some Test groups.
For sample, Here's the screenshot of the Test Groups.
Thank you
Abhi
2 REPLIES 2
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2017
02:16 PM
12-07-2017
02:16 PM
This link may be useful:
https://support.smartbear.com/testcomplete/docs/working-with/managing-projects/in-scripts.html
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2017
02:20 PM
12-07-2017
02:20 PM
What you could try is command line utility in test complete.
Though it seems bit complex at beginning once you prepare one line correctly, you could do bend it for many situation.
But when you decide which test to run at run time, you have to write code for it.
You can call each script in that main driver script or use project Item run method.
