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

while using Keyward driven framework in QTPif new requirements are added how to manage it...plz ans

0 Answers   IBM,


create a form to accept username and password validate the username and password with using message box, display the corresponding user message

0 Answers   CSC,


write a vb script to generate the following pattern ***** **** *** ** *

7 Answers   Blue Star,


What is parametrization ?

9 Answers  


Hello Guys, If any body looking for "worksoft certify tool training in bangalore", please contact me aimansaud@gmail.com

0 Answers  


How to search word in a string without using instring function?

1 Answers   CSS Corp,


Have any one know about Test Complete 6, please let me know. If any one have good material regarding Test Complete 6, Please send to my mail id: cns.praveen@gmail.com

1 Answers  


Which operator is used to perform the comparison among 2 operands in the vbscript language?

0 Answers  


Explain sga memory structures?

0 Answers  


when you use For Loop, While..do, do..while? at what situations which loop will use.

1 Answers  


Am working with web application. i faced one senario. i.e, webpage having webtable having two coloumns, in that first coloumn is for serial no and second coloumn is for mac address link, now i want to get first row second coloumn value, that having macaddress as link. Please help me how to get that link?

2 Answers  


Which date function is used in the vbscript language to find the difference between the 2 dates?

0 Answers  


Categories