How to run a script in QTP without storing the properties in object repository?

Questions by gardekp   answers by gardekp

Showing Answers 1 - 15 of 15 Answers

Sirisha

  • Feb 23rd, 2007
 

By writing the Script using Descriptive Programming. Means Defining the Properties of the object while writing Script.

  Was this answer useful?  Yes

prashanth

  • Mar 8th, 2007
 

Hi everybody m prashanth m having problem with QTP 9.1 Object Repositorym well versed with 8.2.there is hell lot of difference between 8.2 and 9.1 Object Repository .Anybody plz let me know the solutions for these quaries in 9.1
1)how to c the objects in local repository
2)how to add tests to the shared Object Repository
3)how to c the objects in shared repository
4)how to keep a test in shared repository
5)what is the use of Object Repository Comparission Tool
(or) why do we need to compare tests
plz  help to solve my problem,thanks and regards prashanth.sirikonda

  Was this answer useful?  Yes

mm.achar

  • Mar 12th, 2007
 

For example if you want to create an object which is an edit box,

Set object_edit_box = description.Create
object_edit_box("swftypename").value = "..."
object_edit_box("swfname path").value = "..."
object_edit_box("swfname").value = "..."

Here an object_edit_box is created and u can assign the properties of the edit box by doing an object spy.

  Was this answer useful?  Yes

vijay

  • Mar 16th, 2007
 

By descriptive programing.
Describing the information about objects in the script itself is called descriptive programming

  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