Answer Posted / sravanthi
If the description of the object specified in the program
itself can be called as descriptive program.Using this we
can execute test script without entries in the OR
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is ‘object spy’ and what is the function of object spy in qtp?
Where is the resultset of a sqlquery (which is fired by rsobj.open sqlquery,xxxx,xxxx) stored ?
whow much strong on VB and C?
In qtp, how you can remove the spaces from string?
Tell me about your project? please help me how to tell about insurance project
Can an action have 2 shared object repositories associated with them? In that case, if two of them contain the same object, which one will be considered?
what is description object?
breef description of batch testing ?
How to create runtime property for an object?
what frame work you are following?
What are advantages of test automation?
For which type of projects the iterative model is not suitable?
how to disable the pop ups through QTP using a script
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
hi in real time who will execute the qtp test scripts? my faculty said, in a companty automation testers are written the test scripts and manual testers are execute the test scripts...IS IT RIGHT OR NOT?