Hello bhuvaneshwari.mahender,
If you wish to run a test in the same machine on multiple Browsers you can do it but only in a sequential mode, meaning, you can specify multiple Browsers’ types in the Datatable and by executing the following command:
Application(“Name”).Launch Datatable.Value(“Browser Type”),
Each iteration of the test will execute a single type of Browser based on the Browser types you’ve specified in the Datatable;
Once the iteration will be over the next Datatable row will be used and a new Browser type window will be executed, until all Datatable rows will be over (Then the test will end).
Only by using multiple machines, each machine runs a different type of Browser, you can run the test in parallel mode.
Thanks,
ZAPTEST Team