01-06-2010, 05:13 AM
I would like to apologize if this is something that was already asked. I was unable to find them in the forums, therefore i am posting here.
I have simple login procedure by entering emailaddress and password in our windows application. I can easily parametrize these values in the datatable and use these values.
However i would like QTP to gather these values from a csv file/ excel file.
1. So if i have a simple csv file such as:
emailaddress user!@testing.com
password 1234abcd
What is the best way to gather this data, and apply it to a given textbox in the application.
2. Same scenario as above, how would i gather this from a xls file.
Your help is very much appreciated.
Thanks,
rd
I have simple login procedure by entering emailaddress and password in our windows application. I can easily parametrize these values in the datatable and use these values.
However i would like QTP to gather these values from a csv file/ excel file.
1. So if i have a simple csv file such as:
emailaddress user!@testing.com
password 1234abcd
What is the best way to gather this data, and apply it to a given textbox in the application.
2. Same scenario as above, how would i gather this from a xls file.
Your help is very much appreciated.
Thanks,
rd