I think test batch runner utility is the best instead of different solution to execute all scripts.
On Thu, Aug 23, 2012 at 10:52 AM, Vineeth Kumar <[email protected]>wrote: > Hello Group, > > 1. Put all your folder names in XL sheet. > 2. Then run the test cases from 1st colomn to used range of rows. (used > rage method of Excel application) > 3. I'm not sure about this logic, I will try it & give you the result by > tomorrow. > 4. I will dry run the test by taking 4 folders a,b,c & d. > > I hope you can give a try. > -- > *Warm Regards, > Vineeth > 9916748196* > > > On 23 August 2012 18:39, Prakash Sethupathi > <[email protected]>wrote: > >> Hi All, >> I have a folder name QTP in D:\ directory (ie...D:\QTP), >> then i have several test cases in that particular folder >> example..(Axis,Basic,command,....) >> >> Now i need to execute all test cases in single vb script and need to have >> combined test summary for all cases.(ie..Nightly build test) >> these is for 1 test case...(i have coded) >> >> Set App = CreateObject("QuickTest.Application") >> App.Launch >> App.Visible = True >> App.WindowState = "Maximized" ' Maximize the QuickTest window >> App.ActivateView "ExpertView" ' Display the Expert View >> >> 'Set QuickTest run options >> App.Options.Run.Run Mode = "Fast" >> App.Options.Run.View Results = False >> App.Open "D:\QTP\B_axis", False >> >> ' set run settings for the test >> Set qtTest = App.Test >> qtTest.Run ' Run the test >> qtTest.Close ' Close the test >> >> where as i need to get for all test cases...... >> >> >> can any one help me....... >> >> >> >> >> -- >> Regards, >> S Prakash >> 9094394616 >> >> -- >> 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 >> > > > > > > -- > 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 > -- Regards, Muhammad Kamran -- 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
