Wat is the command used to add an object(properties) to an
object repository?
Answers were Sorted based on User's Feedback
Answer / alok
PropertiesColl.Add PropColl(Position)
Example
The following example adds the first item from the
OtherCollection Properties object to the MyDesc Properties
object.
MyDesc.Add OtherCollection(0)
| Is This Answer Correct ? | 0 Yes | 2 No |
Answer / srinivas
by usng following object
objectrepositoriescollection.add meyhod
| Is This Answer Correct ? | 0 Yes | 3 No |
What is the default object synchronization timeout in qtp?
why we use sendkey method in qtp?
Pls can anyone give me the entire code for the Keyword driven framework with respect to he Flight Reservation Window in detail with explanation. Pls explain in detail stepwise. Thanks a lot. Pls very urgent?.
Can an action have 2 shared object repositories associated with them? In that case, if two of them contain the same object, which one will be considered?
In the QTP the snap shots obtained during the recording time will appear in the active screen, if we have to use the snapshots from where we have to access. in which memory location of QTP they will be stored?
How to find RAM size by using QTP?
In QTP can we feed the out of one browser(internet explorer) as an input to the another browser(mozilla firefox)? If yes explain how to do it with an example.
Explain about import and export files?
HI, Anybody can explain Automation Test Framework...and wht do we do before start of Automation.....
what are the settings to be done to make the recovery scenario created for one test to be used bye all the other tests. please tell me recovery scenario process in detail.
Distinguish between manual testing and automation testing
requirement is for combo box your expected value is str= "Denver.Frankfurt.London.Los Angeles.Paris.Portland.San Francisco.Seattle.Sydney.Zurich" you must get the text in combo box and need to compare them how