Wat is the command used to add an object(properties) to an
object repository?

Answers were Sorted based on User's Feedback



Wat is the command used to add an object(properties) to an object repository?..

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

Wat is the command used to add an object(properties) to an object repository?..

Answer / srinivas

by usng following object
objectrepositoriescollection.add meyhod

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More QTP Interview Questions

What is the difference between action & script?

3 Answers  


What is the use of ordinal identifier in qtp?

0 Answers  


I am trying to read the rediffmail usign the below code. But facing problem, while i user to get the link of the mail, i am getting all the link of the page, While i just want to get only mail name - link (not all the link of an page) so that i able to read the mail message by clcking on them in qtp. Dim Lnk,Webcheckbox Set Lnk= Description. Create '********* To count and display the webcheckbox Lnk("micclass" ).value=" Link" set LinkName= Browser("Welcome to Rediffmail:" ).Page("Welcome to Rediffmail:" ).ChildObjects( Lnk) LinkCount=LinkName. Count msgbox LinkCount For i=1-1 to LinkCount-1 DataTable.SetCurren tRow(i) DataTable.Value( "Name",1) =LinkName( i).GetRoProperty ("name") Next Waiting for the reply Praveen Saini

1 Answers  


How we test the logo or images in the web page using QTP? For example take google page, they change their logo for new year,christmas etc..How we test that? Plz answer this question... Thanks in advance..

2 Answers  


When should u feel that u can stop testing now? The following are few of the common Test Stop criteria:

2 Answers  






i have doubt suppose iam purly working in QTP, when i will work on sql and performence testing? pls any one clarify doubt?

0 Answers  


how can we write descriptive programming for menus when qtp is not able to identify it..and how can we write descriptive programming for partially identified and non standard objects..do i have to map the objects before writing the script

2 Answers  


what is smart identification in qtp? pls any give details? thanks in advance

3 Answers   IBM,


How many types of actions are there in quicktest professional (qtp)?

0 Answers  


what is the difference between data table and spread sheet?

1 Answers  


What is synchronization point in QTP?

0 Answers  


When should I use smart identification?

0 Answers  


Categories