
- Forum
- Testing
- Software Testing
- Import Data from Excel sheet to browser url
Import Data from Excel sheet to browser url
This is a discussion on Import Data from Excel sheet to browser url within the Software Testing forums, part of the Testing category; How can I import data from excel sheet to the browser url. Suppose i have yahoo.com in excel sheet, how ...
-
Import Data from Excel sheet to browser url
How can I import data from excel sheet to the browser url.
Suppose i have yahoo.com in excel sheet, how do i use the data in my browser.
-
As far as i understood the question that u raised, its opening a browser and passing a value from the excel sheet to the browser URL.
The syntax should be
systemutil.Run "iexplore",Datatable("A",dtglobalsheet)
Please let me know if u have any questions.

Reply With Quote





