hi thanks for ur reply. well would like to know how the automation process starts as soon as we get a project to automate using QTP.the reason why am asking is i have knowledge on automation using QTP,but real time process i would like to know how to automate. like after writing manual test cases, we select some test cases that has to be automated ,so once selected how to automate and whats the process one follows in real time sense. I do appreciate ur positive feedback .
On Sun, Aug 23, 2009 at 8:25 AM, Ganadhar Chordia < [email protected]> wrote: > Hi Kalyan, > > *The following line will open firefox: > SystemUtil.Run "firefox.exe","about:blank"* > > Replace "firefox.exe" with the executable of the browser you want to > launch. > > Regards > Ganadhar > +91 98842 68663 > > > > On Sun, Aug 23, 2009 at 2:19 AM, kalyan kallamadi < > [email protected]> wrote: > >> Hi >> the problem is it opens an IE ,but need to open other than IE,like >> mozilla,firefox,safari,so open other browsers whats the code. >> the below code opens only IE. >> >> >> On Sat, Aug 22, 2009 at 9:36 PM, naveen naveen11 < >> [email protected]> wrote: >> >>> Hi Bibek, >>> >>> Sending u code just check whether it works: >>> >>> Dim objIE >>> Set objIE = CreateObject("InternetExplorer.Application") >>> objIE.visible = True >>> objIE.navigate "http://www.yahoo.com" >>> objIE.statusbar = 1 >>> This is a COM object. >>> >>> Please reply if it works for u. >>> >>> Regards >>> Naveen >>> >>> >>> >>> >>> >>> On 8/22/09, Bibek Khatiwara <[email protected]> wrote: >>>> >>>> Hi Abha! >>>> >>>> *SystemUtil.Run "iexplore.exe","about:blank"* >>>> >>>> that's it :) >>>> >>>> Regards >>>> Khateee >>>> >>>> >>>> On Thu, Aug 20, 2009 at 10:52 AM, abha tiwari >>>> <[email protected]>wrote: >>>> >>>>> Hi All, >>>>> >>>>> Can you give me a code in descriptive programming that can be used to >>>>> open any browser (eg mozilla, IE) a common piece of code that can launch >>>>> any >>>>> browser installed on you system? >>>>> >>>>> -- >>>>> Abha Tiwari >>>>> >>>>> >>>>> >>>> >>>> >>>> -- >>>> Regards, >>>> Bibek >>>> >>>> Hey! Catch me on: >>>> http://khateee.blogspot.com/ >>>> >>>> >> >> >> > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google "QTP - HP Quick Test Professional - Automated Software Testing" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/MercuryQTP?hl=en -~----------~----~----~----~------~----~------~--~---
