Help with setting up web test and coded web test on different environment. I have web test and some code generated web test and I need to run these web test on my dev box, test, and production.
For example
dev: http://192.168.111.50/flexcardma/CityList.aspx
Test: http://192.168.100.50/flexcardma/CityList.aspx
Prod: http://192.168.0.50/flexcardma/CityList.aspx
Is there way in Visual studio where I can set URL for all my web test and code generated web test for different environment?
I also have 3 different website I need to test so they all have different URL.
For example
Test site one: www.one.com
Test site two: www.two.com
Test site there: www.three.com