What is descriptive.create () in QTP?
Answers were Sorted based on User's Feedback
Answer / abhishek
set a=Descriptive.Create
here "a" is a Descriptive object.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / roli mohanty
It creates a description of the object and allow the object
to use multiple time in the srcript
| Is This Answer Correct ? | 0 Yes | 0 No |
It creates dynamic logical name of the object. Using this
you can set property values to the dynamic object.
| Is This Answer Correct ? | 0 Yes | 1 No |
Could any one suggest web site links to learning VB Script for QTP purpose??
Is it possible to change the name of a test object. I mean when we are recording the script for an object (for Ex: Username is a text field which has value "Babu",i am recording that). Then the Name of the object will become "Babu" in object repository. If i want to change "babu" as "xxxxx" .. is it possible to do? Pls help me in this .. if you didn't understand the question, pls let me know.
What are the types of Object Repository’s in QTP?
Explain about opening notepad in QTP and writing of test result in notepad?
Pls can anyone give me the descriptive programing script to find the number of edit boxes in a login window in flights reservation (windows application only not web). Pls anyone, very urgent
please any one can explain the keyword driven framework. with gmail example.
What if recovery scenarios is also failed for identify the alert ? (We are handling unexpected popup through recovery scenarios but if still recovery scenarios also failed than what should be the approach)
How to find a window is minimized or not
hi i have one issue while coding the dates . i want to add the date curret to 4 days . can any one helme plz about this regards balaji
How is test case write?
Hello everybody, can we maintain the state of page in QTP? 1. suppose i opened a notepad text file i entered some text and changed the font type and font size and saved that file. 2. Now next time when i will open a new notepad file it is showing me that font type and size which i changed in my previous step. 3. Here i want that QTP should capture the default setting i.e. it should maintain the state of the page. Thanks in advance, Gaytri
What is the difference between low level recording and virtual object.