Forum Discussion

jayakumar83s's avatar
12 years ago

DDT - Web application using Excel driver

Hi,



Please let me know how to assign excel driver "Driver.Value(1)" in Web based Intranet applications.



E.G:




Set textbox = cell.textboxTxtuserid


Call textbox.SetText("NDJFH1223")


Set table = cell.table


Set passwordBox = table.passwordboxTxtpassword


Call passwordBox.SetText("test08@2013")



In the above code, how to use "Driver.Value(1)" syntax. Thanks.


  • Hi Jayakumar,


     


    Do you want to fill in the fields on the web page by using data stored in the Excel file? In this case, you can use this code: