. How to work with controls without learning them into the Object Repository?a) You cannot work without object repositoryb) Use GetTOProperty to change the property of an object and identify the objectc) Run the script in update mode and let the objects get updated automaticallyd) Use descriptive programming

Questions by Debashish_samanta

Showing Answers 1 - 7 of 7 Answers

manually all the objects should be declared using descriptive programming and then the same can be used in the scripts.

Ex:

Set MyDescription = Description.Create()

MyDescription("html tag").Value = "INPUT"

MyDescription("type").Value = "checkbox"

  Was this answer useful?  Yes

sudhir

  • Mar 6th, 2006
 

Use GetTOProperty to change the property of an object and identify the object

  Was this answer useful?  Yes

Neo

  • Oct 20th, 2006
 

It,s by using descriptive programming..........

but need to know all the properties of objects that qtp uses to identify...

  Was this answer useful?  Yes

Tina

  • Apr 11th, 2007
 

You have to use descriptive programming and create the description for objects.

  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