How to run scripts 1,29,3,5,7,2 scripts using test batch
runner in QTP....
Ie...I wanted to run scripts not in an order
1,2,3,4,5...like that
How it is possible using test batch runner...
I dont want hardcoded script
No Answer is Posted For this Question
Be the First to Post Answer
While scripting do we use any reference. may be we have 2 0r more same objects that time how do we write scripts
How to record objects of Windows taskbar
synchronization, wait,wait Property?
How to create a run time propertyfor an object?
What is keyword driven Testing Framework. Anybody can explain it in details... Pls anybody can give the answer.. Thanks in advance...
what is the difference between link and hyper link?
I have 5 no.of Action in my Test. Out off which i should make 3rd action as my start-up action. How should i make it?
how to choose the framework in qtp ? 2)when we go for the descriptive programming ?
I used the below code to open QTP through VBscript?But i can unable to Invoke QTP...PLZ help me with the correct code to invoke QTP through VBS with description of the code aswell. Dim qtApp 'As QuickTest.Application 'Declare the Application object variable Dim qtTest 'As QuickTest.Test 'Declare a Test object variable Dim qtResultsOpt 'Declare a Run Results Options object variable Set qtApp = CreateObject("QuickTest.Application") 'Create the Application object qtApp.Launch 'Start QuickTest qtApp.Visible = False 'Make the QuickTest application visible qtApp.Open "C:\form", True 'Open the test in read-only mode 'set run settings for the test Set qtTest = qtApp.Test qtTest.Run 'Run the test 'WScript.StdOut.Write "Status is: " & qtTest.LastRunResults.Status 'Check the results of the test run qtTest.Close 'Close the test qtApp.quit 'Close QuickTest Pro Set qtResultsOpt = Nothing 'Release the Run Results Options object Set qtTest = Nothing 'Release the Test object Set qtApp = Nothing 'Release the Application object
what is the difference between xmlutil and xmlDOM in qtp?
How to run a test using quicktest professional (qtp)?
Hi, Where should I get all the test's results If I ran the scripts in Batch run. At the result window I found only last test result. Could any one help me on this?