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 |
Differences between text and test area checkpoints?
Can anyone pls tell me in realtime (descriptive programming) how will the properties of the object be given to the test team. R they given in an excel sheet and is the same sheet also given to the development team and by whom is this given? Thanks a lot.
If you are using descriptive programming and you have two objects with the same name, so you are identiying them by name and index, how can you avoid errors if a third object with the same name is added at the begining of the page?
what is the test process followed for your project?
What are private functions in QTP? How they can be called from the function library?
write script for "dropdown button having how many words? for ex.SELECT CITY is dropdown name.. find out how many cities in that?
1. IS A VIRTUAL OBJECT USED WHEN THE LABEL IS NOT RECOGNIZED BY QTP
Explain in brief about the quicktest professional (qtp) automation object model?
Explain the concept of object repository?
I want to open a GOOGLE page without recording a test in QTP.Can any one answer me?
How can we close all webbrowsers which are opened in out desctop?
how to identify the user defind varibles? plz tell me