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 |
What is quick test pro?
how do u copy object repository?
How can we log a defect in Testdirector from Q.T.P ?
Suppose I want fail that check point? How can you do that?
How we can we create a Text checkpoint in QTP 9.1,Actually what i did is first i put in recording mode and gofor Inser menu>Checkpoint>Textcheckpoint>click,Now an hand symbol came and i showed it to some textbox and cliked but the QTP9.1 is giving an error message like "The Obkect you are selecting doesn't support this operation" If i go for Help of QTP 9.1 information I didn't get any solution,pls help me in this issue.
What is test object model in QTP?
How to run scripts 1,29,3,5,7,2 scripts using test batch runner in QTP.... Ie...I wanted to run scripts not in an order 1,2,3,4,5...like that How it is possible using test batch runner... I dont want hardcoded script
write script for bitmap image?
I am sathish , i want to test the Application of JIL.org ,Mobile Emulator ,by using QTP10.0. I am trying to do testing on that Application , but Child Objects are not identified by the QTP. Please can any one help me
in qtp how i can retrive from a browser how many links are there.means total no of links used in a browser
When to use descriptive programming?
recording is not a good programming practice.How to write effective script without recording.Which is the correct method explain in detail