I am using descriptive programming for my project.when QTP
deosn't identity or recognize a object by record and
playback method,is it possible to make QTP identify that
object using descriptive programming?
Note: The object doesn't have unique properties and same
properties used in Record and playback are only available,
no extra properties are defined.
Answer Posted / tvsramakrishnachowdary
if properties are not sufficiant to identify an object
uniquely we better to go Ordinal Identifiers
1)Location=0,1,2.....
2)Index=0,1,2,......
3)Creation Time(this is only for browser object)=0,1,2,....
byusing ordinal Ordinal Identifier properties qtp almost
recognize the object roughly.....
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Hi any body pls help me for QTP 11.0 software free demo version. i have to practice. Kindly send the link.or where i have to download.
any body can you help me what is the script to automate an comand promt
how to find that a file has been completely downloaded or not? I told that "download Complete" pop up. but he told the tool doesn't recognize the pop up
what is Property......End Property loop? how to write sript for it in QTP
What are main panes available in qtp test browser?
What is post recovery scenario?
What is the syntax to call one script from another?
How to Open FireFox using descriptive programing? If my question is not clear, i will give an Example To Open Internet Explorer, We use Set IE = CreateObject(InternetExplorer.Application) IE.Navigate "www.yahoo.com In the same i need to open yahoo.com in firefox. Can any one tell me what is the server name of firefox to create an object
What are the different ways to invoke an application using QTP?
How many types of actions are there in quicktest professional?
What test cases can you automate using QTP?
What is the parameterization? Give one example?
What is difference in global and action sheet in qtp?
What are the Disadvantages of shared object repository?
How can I import environment from a file on disk?