How to load an object to a object repository at RUN TIME ?
Answer Posted / sumit shrivastava
How will you load the object during run time?
Ans :- You can modify the properties of the temporary
version of the object during the run session without
affecting the permanent values in the object repository by
adding a SetTOProperty statement in the Keyword View, Expert
View, or in a user-defined function.
Use the following syntax for the SetTOProperty method:
Object(description).SetTOProperty Property, Value
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
1. wat are the main diff b/w QTP 8.0 AND QTP 9.2 ( not user interface) 2. wat is the meaning of Keyword in keyword driven frame work? 3. how u will handle the unknown errors while exucution. (not recovery scenario)
What is the short cut keys for the following?
Why we use QTP ,We can use other tools like WR OrSilktest What r the options in Qtp that WR and Swilktest Does not have.
Could any one tell me "How can i recognize my cursor position using QTP 9.2" Give me a scripts for this
Did the scripts need lot of maintenance? If yes, why?
How to delete an object from the object repository?
Difference between action & Reusable action?
What environment does qtp run in?
How does qtp recognize objects in aut?
What is the use of text output value in quicktest professional (qtp)?
After executing the script in qtp suppose i found some script execute successfully and found some error.So how to report the status for both (i.e pass and fail report)in test director. For "fail" We use "defect tab" in testdirector. But for "pass" how to report it to TL.what is the process plz anybody ans
Could anyone help me for the below scenario: i am using the descriptive programming for my account, in which we have to generate the contract in the MS-word. when i generate this doc, we need to click on enable macros to continue further. but i am unable to make qtp to click on this. if anybody faced the problem like this??? pls help to get it resolved? Thanks in advance
How many types of Automation frameworks are there in UFT? Describe them.
assume i have few url link how will i dynamically call then using descriptive programming?
How can i check items sorted or not in a weblist ? Give me the script for this...