Why you are Using Descriptive programming instead of Object
Repository?
Answers were Sorted based on User's Feedback
Answer / nagaraj
QTP DP is a run-time processing of objects which are not
located in QTP Object Repository.
| Is This Answer Correct ? | 2 Yes | 4 No |
suppose u hav a 10 dialog or window opened on screen with same name & value. now how to test each window? i.e. how qtp indetifies these objects separately?
What are the key elements available in test result window?
how can i replace any text from the qtp script with some anothere text
A dialog is diplays " Transaction 254689 has been successfully completed" How to get the transaction ID from the message ?
Explain the concept of object repository and how QTP recognizes objects?
There are two tabs in the application suppose, A and B.On clicking the tab "A" one table grid will open. if u click on tab "B" Another table gride will open. Now can I do some operations on both table grids with a single table grid properties in the object repository? I have added all objects of the first table grid into the object repository Now iam checking enable/disable status of "save button" in the second table grid my code is like this val=javawindow("zseries").javabutton("save").getroproperty ("enabled") when I highlighting the save button in the object repository by keeping open the second tablegrid on the application.It is displaying the popup message"The selected object can not be found in the application" can I use properties of one table grid for both tabs if so how it is possible. Can anyone help me
I want to scroll down in MSPAINT (captured a screen already). So that I can read the data in it through the step Window(paint).GetVisibleText for my validation. Anyone know the scripting for this?
How To write script in QTP For Field Validation Example: password Field is accepting A range 8-20 characters only.How to write script?
When ‘option explicit’ keyword is used in qtp?
what is run-time data?
What is BPT?
What are the Automation Limitations??