Data Driven Parallel Script Execution

Hi,

I want to use a script that references a data file to create clients in the front end of a system. The data file is quite large with almost a million rows.

I want to know if there is a method to execute the script in parallel and reference different sections of data automatically so that each instance of the script doesn’t enter the same data on the parallel runs?

Thanks in advance.

there is nothing directly out of box. However, you can use parallel programming in groovy to execute TC at same time.