Tell about descriptive programing in qtp8.2?

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


Please Help Members By Posting Answers For Below Questions

What is ‘object spy’ and what is the function of object spy in qtp?

778


Where is the resultset of a sqlquery (which is fired by rsobj.open sqlquery,xxxx,xxxx) stored ?

2129


whow much strong on VB and C?

1693


In qtp, how you can remove the spaces from string?

773


Tell me about your project? please help me how to tell about insurance project

1788


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?

846


what is description object?

1822


breef description of batch testing ?

1895


How to create runtime property for an object?

1693


what frame work you are following?

1718


What are advantages of test automation?

918


For which type of projects the iterative model is not suitable?

1677


how to disable the pop ups through QTP using a script

1970


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

2644


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?

3250