QTP Script for opening gmail and enter details - Printable Version +- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums) +-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP) +--- Forum: VB Scripting/Descriptive Programming (https://www.learnqtp.com/forums/Forum-VB-Scripting-Descriptive-Programming) +--- Thread: QTP Script for opening gmail and enter details (/Thread-QTP-Script-for-opening-gmail-and-enter-details) |
QTP Script for opening gmail and enter details - vaigundamoorthy - 02-06-2009 Hi I am trying to create Descriptive program for open gmai and enter username password. Could you tell me how can i wirte the descriptive program for login a gmail page. RE: QTP Script for opening gmail and enter details - mitu83s - 02-06-2009 Ans: Code: systemutil.Run "iexplore.exe", "www.gmail.com" Note: Make sure that fast close all active browser bcoz i hav given browser("micclass:=browser").so if more than one browser is opened then it can not identify..If u want u can change the property value of browser and can giv browser("name:=Gmail: Email from Google").page("name:=Gmail: Email from Google")..By using dis no need to close other browser. RE: QTP Script for opening gmail and enter details - upadhyay40 - 11-23-2009 Code: Dim EditToSearch,EditValueToSet, NumberOfEdits,webButtonToSearch,LinkValueToSet, NumberOfWebButton, EditToSearch4pass,EditValueToSet4pass, NumberOfEdits4pass RE: QTP Script for opening gmail and enter details - Saket - 11-23-2009 Requesting Everyone to please wrap your code in proper tags, while posting refer Help |