Forum Discussion

Lee_M's avatar
Lee_M
Community Hero
5 years ago
Solved

Multiple Test encapsulation and loop

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?