what is descriptive.create()in qtp?

Answers were Sorted based on User's Feedback



what is descriptive.create()in qtp?..

Answer / aditya790

Krishna Prasad, That is not Descriptive.Create(). It is Description.Create()
For writting description programming in Unified Functional Testing(UFT) it is used to declare description Object.

Is This Answer Correct ?    1 Yes 0 No

what is descriptive.create()in qtp?..

Answer / ani

To create properties collection and we can create
properties object(MYDescription).once we have filled
properties collection with a set of properties objects
(properties,values) we can specify properties object in
place of an obj name

Is This Answer Correct ?    1 Yes 1 No

what is descriptive.create()in qtp?..

Answer / rashmi jaiswal

Set objdesc = Description.Create is used to create an object from which we can get child objects from any page like number of links present in a page or number of browser opened.

Ex:-
Set objdesc = Description.Create
objdesc("micClass").value ="Link"
Set childObj = Browser("Anyproperty").Page("Anyproperty").ChildObjects(objdesc)

print childObj.count will give you number of links present in the page.

Is This Answer Correct ?    0 Yes 0 No

what is descriptive.create()in qtp?..

Answer / m dora babu

Incase, Two objects are same , While recording the
application, and adding the objects in the Object
Repository of application then we have to use Descriptive
Programming.

Below:

Property assign a property value

EX:-
Browser("Flight").Page
("Height:=22","Widht:=71","Classname:=FlightPage").Exist







M Dora Babu S O N T A S O F T W A R E
BANGLORE Mail me @ mdorababum@gmail.com

Is This Answer Correct ?    0 Yes 4 No

Post New Answer

More QTP Interview Questions

Hi Friends ,I want to Know name of the Site for the QTP Help and the Best Book through that I can start the QTP Practice here also whare can I download the QTP Users Guide I search I was Unable .

4 Answers  


what is meant by function library?Public and private functions in function library? if private functions are applicable for only for the particular test means then y we have to add those to function library?

0 Answers  


I would like to do some certifications in QTP. please suggese what kind of certifications can i do. I am currently put up at chennai. So please suggest some reputed centres where these courses are offered.

1 Answers  


suppose take one row in a row 16 columns is there.in 16 columns 16 numbers is there.but i want to get each 3 column number.o/p :5 columns get in 16 columns means. so can anybody write this function? plz send if u know the answer.

2 Answers   Bosch,


What is the vb script when the url enter into the browser

2 Answers   Satyam,






how to make connection to a remote mysql database in qtp any one can please provid eme deatail steps.

1 Answers  


Tell me about qtp?

0 Answers  


I have 2 Environment variable which holds int. I called into my test and addedup. but output is concatenating the values instead of Sum. Ex. Envi("a")= 10, Envi("b") = 20, c= Envi("a")+ Envi("b"). msgbox c ( Ans.1020). How to overcome this pblm?

3 Answers   TCS,


where u maintain qtp scripts in ur company

4 Answers   HCL,


How to find the number the number of Links, Brolken Links in a webpage?

3 Answers   Ordain Solutions,


What are the Levels of Automation in QTP

2 Answers  


Hoe we can export TEST RESUALT IN to XL-sheet?

1 Answers   IBM,


Categories