adspace


how to use textfile for taking value for parametrization
instead of datatable or global sheet

Answer Posted / chaitu

Hi Sunitha

u r not Correct!
Username Password
chaitu mercury
vamci mercury
This is Actually Procedures

Set fso = CreateObject("Scripting.FileSystemObject")
Set fs = fso.OpentextFile("Path of the file")

While AtendoftheLine <> 0
f = fs.ReadLine
x = split(f," ")
Msgbox x(0)
Msgbox x(1)
Browser(Browser).Page(Page).WebEdit(username).Set x(0)
Browser(Browser).Page(Page).WebEdit(Passwrod).Set x(1)
wend

i think its working try this.........

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

No New Questions to Answer in this Category !!    You can

Post New Questions

Answer Questions in Different Category