i need to login to my yahoo accoutnt using VB Script,
automating the operation of webobjects, even launching of
IE. How?
Answer Posted / 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<mpl=default<mplcache=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 View All Answers
What are the 2 ways to pass a value to the function?
how to answer "TELL ME ABOUT UR SELF" as exp.person. whr to start and whr to stop. can anyone tel me
If we take 2 strings as “good” and “bad” then what will ‘+’ and ‘&’ operators return?
Mention what is the main difference between function and sub-procedure?
Can automation testing find ssame no. of bugs what we can find by manual testing?
Which operator is used to concatenate the 2 values in the vbscript language?
Which object is used to work with the database in the vbscript language and what statement is used to create this object?
What is the technology used by vb script?
what types of bugs will we find out in banking projects for automation testing?
How to declare an array in vbscript?
Write a function for Instr(). We need to write a function that works as same as Instr(). Code or Even pseudo code is good enough for me.?
Explain about vb script?
How will you release the memory acquired by an array variable in vbscript?
PLz send me the VB scripts which is having more examples my email id : hareen_11@yahoo.com
How to get the length of the string by making use of the string function?