mgroen
12 years agoFrequent Contributor
Run functional browser test against multiple environments: what is best approach?
Hi,I have set up a browsertest, in Keyword testing mode, to check on internal system.Now I want to run this test against multiple environments, using Keyword test. So basically I want the project to run 5 times, each time the same test executing only against a different URL. These URLS are already project variables, but now I need to create some sort of loop which each loop having a different variable "instance " for the test url.. do you have best way to approach this ? What would be best to tackle this?