What is Description Object?
Answer / yedukondalu
Description object is an object where you can specify or assign some properties to an object and use the same.
Example: If you want to get the Link child objects in a page you can create a description object for the childobject and then search for that.
Set MyDescObj = Description.Create() 'Creating a description object
MyDescObj("Class").value = "Link" ' Assigning a property and value for the object.
'You can specify number of properties and value for the descripton object.
Set ChObjLinks = Browser().Page().ChildObjects(MyDescObj)
| Is This Answer Correct ? | 1 Yes | 0 No |
what is recovery scenario in QTP? what is the need of the recovery scenario in QTP? what are the advantages of the recovery scenarios in QTP?
Functions call by reference and call by value. i want the diff b/n these 2 and how will be the script for this?in which situation we use these 2..?pls explain me clearly
hi i want write code for "test engineer" in this i want write reverse how ca plz let me know through script
Tell about descriptive programing in qtp8.2?
How do you convert manual test cases to automated test cases?
How to remove associated function library?
Plz give the vb script for the following scenerio I have faced one issues while doing test in QTP. I have described the scenario below. 1. I have to test web application.In that i want to select from the drop down values in the application. 2. Suppose Drop down has 5 value "A,B,C,D,E".I would like to give value from data table of QTP. 3. For every iliteration it should select A,then B and so on
The hybrid framework can be implemented for any application. Is it true?
How to use reporter.report event in qtp ?
How do you invoke an application using the step generator in qtp?
how will load the object during runtime?
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