How to load an object to a object repository at RUN TIME ?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / sathish
using automation object model we can add new object to the
object reporsiotry
| Is This Answer Correct ? | 0 Yes | 2 No |
with out using import sheet came is it possible to get the excel sheet ?
In a WebTable 2nd row,3rd column contains one link and that link name is changing dynamically. How you will click the link?
Types of properties that Quick Test learns while recording?
qtp script for recording and running the application.need script for short cut keys like f3,f4 etc.how to write script for recording?
wt is the difference between global and action excel database in qtp?for example one action is calling another action the second action is using action excell sheet?if it is using global sheet what makes the difference?
What is the use of Testing framework in Automated testing..what are different kinds of Testing frameworks available in Automated testing...
What is the life cycle of QTP? Pls Give me Exact answer?
If there are some browsers opened and I don't how many browsers are open, Now I want to close all the browsers that I don't know how many are opened. What would be Descriptive programming for this in QTP using VB Script..??? Please send your answers.
What are objects? how do you select the unknow object?
In qtp, explain what is qrs file?
How to handle the exceptions using the recovery scenario manager in qtp?
Can we use Virtual Objects in Discriptive Programming?