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

in howmany ways you perfrom batchtesting

6 Answers   Lehman Brothers,


What is the Difference between copy to action and call to action?

0 Answers  


While creating Recovery Scenario for Pop-up window..In 'Recovery operation' we have to call a function. Can u tell me that function.

4 Answers   Alcatel-Lucent, Ordain Solutions,


How to customize checkpoints with parameters?

0 Answers  


How many types of Automation frameworks are there in UFT? Describe them.

0 Answers  






can i able to connect any version of qtp to any version qc

2 Answers  


Can you brief the hurdles you faced during Automation testing?

0 Answers  


Can QTP be used for GUI testing ?, We are using Java with MySQL and Operating system is Linux. We are NOT using the web.

0 Answers   IBM,


what is the defference between calling ation and called action?

1 Answers  


I want two test two agents login for the flight website. Here is the scenario: I want to go through 1-3 rows for one user login and other user login I want to go though 3-5 rows. How would you set this up in qtp. Thank You

0 Answers   IBM,


How to load a object repository(using VBScript) ... very urgent....

4 Answers  


How to find if given number is prime or not

1 Answers  


Categories