i need to login to my yahoo accoutnt using VB Script,
automating the operation of webobjects, even launching of
IE. How?
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 |
while using Keyward driven framework in QTPif new requirements are added how to manage it...plz ans
create a form to accept username and password validate the username and password with using message box, display the corresponding user message
write a vb script to generate the following pattern ***** **** *** ** *
What is parametrization ?
Hello Guys, If any body looking for "worksoft certify tool training in bangalore", please contact me aimansaud@gmail.com
How to search word in a string without using instring function?
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
Which operator is used to perform the comparison among 2 operands in the vbscript language?
Explain sga memory structures?
when you use For Loop, While..do, do..while? at what situations which loop will use.
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?
Which date function is used in the vbscript language to find the difference between the 2 dates?