Run Test Suite in particular order

Question 1: I have 15 steps that I want to keep repeating and test out the website.
Step 1-10 is for login and ignoring the alerts.
I want to test step 11-15 in the loop. (Data file has 100 Entries)
But when I am running the test suite. it logins in every time and then performs the task. How can i just have a loop for a specific section of the test?
In simpler word i dont want to login each time i just want a specifc task to be repeated

Please post ONE question per topic. If you have five questions, please make FIVE new topics.

THANKS!

(I will edit your post and comment out Q2)

It’s not very clear what you’re trying to achieve here.

I think perhaps you may want to use WebUI.callTestCase()

In your case, perhaps TC1 would perform a login, then use callTestCase() to execute the loop.