How can I loop test group while executing scripts?
SOLVED- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2021
12:48 AM
10-26-2021
12:48 AM
How can I loop test group while executing scripts?
Hi There,
I want to run from case 1 to case 3 one time, then loop test group cases for several times, I know that we can increase count value of one single case to loop it, but what I want is looping test group, Is there any way I can do that? Thanks for your response
Solved! Go to Solution.
Labels:
- Labels:
-
Desktop Testing
-
Script Tests
-
Test Run
3 REPLIES 3
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2021
07:31 AM
10-26-2021
07:31 AM
Is this in a KeyWord test or Execution plan?
- EP, can run items a number of times test will be repeated
- KW, I think you would have to insert a loop of some sort depending on what the loop criteria is
your screenshot would suggest EP
not an elegant solution but you could put your group as a sub on a test item and iterate that instance
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2021
07:09 PM
10-26-2021
07:09 PM
haha, the screenshot you put here is a tricky way for my case, but It completely meets my requirement, Thanks a lot.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2021
01:33 AM
10-27-2021
01:33 AM
sorry it was a 'hack' but glad it helps
