i need to login to my yahoo accoutnt using VB Script,
automating the operation of webobjects, even launching of
IE. How?



i need to login to my yahoo accoutnt using VB Script, automating the operation of webobjects, even..

Answer / arun mohapatra

Hi, here is solution from my side..if any other please post here too...This is descriptive programming using vbscript in QTP..but this is for login into gmail

invokeapplication "C:\Program Files\Internet Explorer\iexplore.exe https://www.google.com/accounts/ServiceLogin?service=mail&passive=true&rm=false&continue=http%3A%2F%2Fmail.google.com%2Fmail%2F%3Fui%3Dhtml%26zy%3Dl&bsv=llya694le36z&scc=1&ltmpl=default&ltmplcache=2&from=login"
wait(10)
Browser("Gmail: Email from Google").Page("Gmail: Email from Google").WebEdit("Email").Set "enter ur username"
Browser("Gmail: Email from Google").Page("Gmail: Email from Google").WebEdit("Passwd").Set "enterurpassword"
Browser("Gmail: Email from Google").Page("Gmail: Email from Google").WebButton("Sign in").Click

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More VB Script Interview Questions

How will you compare two strings in vbscript?

0 Answers  


What is byref and byval parameters in vbscript?

0 Answers  


How to open a file. What is the perpose of true and false mode there?

0 Answers  


What is the difference between Javascript & Vbscript?

2 Answers  


How will you format a number in percetage format in vbscript?

0 Answers  


How to generate 3 digit random number?

3 Answers   IBM, Virtusa,


Mention what is select case statement?

0 Answers  


what is the purpose of the Reporter.ReportEvent in QTP and also please give the brief description about Reporter.ReportEvent ?

4 Answers   CybAge,


How will you get the smallest subscript of an array in vbscript?

0 Answers  


Explain about adodb.stream class?

0 Answers  


Explain the constants in vbscript?

0 Answers  


write any ttest cases using check points and parameterization

0 Answers  


Categories