I have multiple unit tests that work correctly
I have put these tests in an execution plan to complete a test run of my site
Can I put create a browser loop for this test?
e.g. convert it to like the below test
I know that I can create a browser loop test in a single script calling the individual scripts but that would not give the flexibility I am looking for here.
How can I accomplish this functionality?
Solved! Go to Solution.
No, the Execution Plan is just a list. It doesn't know how to loop or do any other code functionality. It's just running your tests in the order that you select.
---------------------------------
The Execution Plan editor shows the project’s test items in the order they will be run. A test item can be:
You can organize test items into a plain list, grouped list or a tree-like structure (where child items are run after the parent item has finished running). You can exclude test items from or include them in the test run using the check box next to the test item name.
No, the Execution Plan is just a list. It doesn't know how to loop or do any other code functionality. It's just running your tests in the order that you select.
---------------------------------
The Execution Plan editor shows the project’s test items in the order they will be run. A test item can be:
You can organize test items into a plain list, grouped list or a tree-like structure (where child items are run after the parent item has finished running). You can exclude test items from or include them in the test run using the check box next to the test item name.
how do you select the tags in the plan - I can't find any documentation of this
- sorry found tags at the very bottom of test categories
Subject | Author | Latest Post |
---|---|---|