How to change the Object Repository Mode using CODE? ie from Shared to PerAction.

Showing Answers 1 - 4 of 4 Answers

D.V.Narasimha Rao

  • Apr 4th, 2006
 

Hi

  This can be done by the following code:

Set qApp = CreateObject("QuickTest.Application")
  qApp.Test.Settings.Resources.ObjectRepositorytype = "Per Action"
  Set qApp = Nothing

This may work..

Update me whether this is working or not

please ask if u have any doubts

Thanks

D.V.Narasimha Rao

  Was this answer useful?  Yes

Hi

  • Apr 6th, 2006
 

Hi,

i have doubt abt to how to wtite script to get data from excel sheet to datatable ?

and also from databse like from oracle.,, or sql server.?

and also give some scripts

thank u

i wait for u r reply

  Was this answer useful?  Yes

madhu

  • Apr 13th, 2006
 

You can import from datatable .right click at the box and select import or sheet.

  Was this answer useful?  Yes

chandrahar

  • May 3rd, 2006
 

Dear SirI had tried your script but it is not working and give error as Object doesn't support this property or method: 'qApp.Test.Settings.Resources.ObjectRepositorytype'

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions