03-25-2011, 09:08 AM
Two things you may want to do,
1. Excel data input
2. Regular expression.
First build your data input as such that there are 2 columns,
1. Url
2. Condition - Dev, QA, QA1 etc etc
Check the browser properties, and the page properties, regular expression it such that it can be identified for all of the environments.
On your script, loop through the excel and based on the CASE condition you need, if you want to run for QA then use the url defined for QA.
Makes sense?
1. Excel data input
2. Regular expression.
First build your data input as such that there are 2 columns,
1. Url
2. Condition - Dev, QA, QA1 etc etc
Check the browser properties, and the page properties, regular expression it such that it can be identified for all of the environments.
On your script, loop through the excel and based on the CASE condition you need, if you want to run for QA then use the url defined for QA.
Makes sense?
Basanth
Give a fish to a man and you feed him for a day..Teach a man how to fish and you feed him for life.
Give a fish to a man and you feed him for a day..Teach a man how to fish and you feed him for life.