Hey, i have a list of 150 sites where i want to create accounts.
The macro takes the first line from a txt file and creates an account on that site.
The line will be deleted if account creation was successful. For that i created a validation (text presence check).
If i start 5 threads, the template will process the same site 5 times cause it is in the first line. But i want that the template creates an account for the first 5 sites, then for the next 5 sites etc.
I can't delete the line in the beginning cause i want to know if the account creation on that particular site was successful or not. (text presence check is only possible after account creation)
What's the best way to use multithreading with several sites AND get an overview about the success?
The macro takes the first line from a txt file and creates an account on that site.
The line will be deleted if account creation was successful. For that i created a validation (text presence check).
If i start 5 threads, the template will process the same site 5 times cause it is in the first line. But i want that the template creates an account for the first 5 sites, then for the next 5 sites etc.
I can't delete the line in the beginning cause i want to know if the account creation on that particular site was successful or not. (text presence check is only possible after account creation)
What's the best way to use multithreading with several sites AND get an overview about the success?