WHAT IS THE DESCRIPTIVE programming when it is useful? &
when to use this ?

Answer Posted / venkatraj.b

without using the objectrepository, and by using the
objectspy we will write the DESCRIPTIVE programming .
when ever we will go to DESCRIPTIVE programming :-
1.when ever objects are dynamicaly changing.
2.when ever QTP is not going to recognise the objects.
3.when ever objectrepository size is huge automatically QTP
wil get down slow.
4.when ever not yet develop the build then only we will use
DESCRIPTIVE programming .

Is This Answer Correct ?    36 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to handle the exceptions using recovery secnario manager in quicktest professional (qtp)?

634


What are the different types of qtp test assets and their extensions?

601


Which recording modes need more memory?

589


Shall we add Local Repository to shared object repository,if yes,how we add

5705


What is the basic concept of quicktest professional?

536






How can we use the "CreateObject("Shell.Application")" in QTP and what is the definition and purpose of it?

3058


Describe synchronization point.

581


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

2425


Explain the use of action split in qtp?

569


tell me abt a time when u had to go above &beyind the call of duty to get the job done

1446


How to check bitmap output value?

629


If the weblist is identified as webelement,and by clicking on webelement if the values are displayed,and if the values the values also identified as webelement.then how to fetch the values through script?

4699


Explain features of the latest version of qtp/ uft 12.1?

608


How to use the object spy in quicktest professional (qtp) 8.0 version?

516


What are the features and benefits of quick test pro (qtp 8.0)?

603