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

Reply via email to