09-02-2011, 12:38 PM
1. Define a data table column for the URL values.
2. In your test read the value of the URL from data table and store it in a variable say sURL
3. Now use invokeapplication or SystemUtilRun object to invoke an internet explorer.
4. Instruct the IE to navigate to the URL stored in variable sURL
(Search Google. You will get a lot of code examples how to invoke an IE and navigate to a URL)
2. In your test read the value of the URL from data table and store it in a variable say sURL
3. Now use invokeapplication or SystemUtilRun object to invoke an internet explorer.
4. Instruct the IE to navigate to the URL stored in variable sURL
(Search Google. You will get a lot of code examples how to invoke an IE and navigate to a URL)