Please find the below requirement.
1- We are having web application which need to tested for different environment.
Application remains same but URL and login Credentials will be different for each environment.
we need to run automation scripts for more the 20 different environment.
2- Ask is to open the new tabs instead of creating the new instance of browser for each environment and do the parallel execution of the scripts for all the environment.
Number of environments might increase.
Please provide the inputs how can we achieve the above automation scenario?
Thanks in advance