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 |
How can we encrypt the username using recording mode in login window? There is 2 encrypted types what are it
What are they Advantages and Disadvantages in QTP 9.2?
IF application is a Java-based application means 2 0r 3 tier application. How the script will be in QTP. pls kindly give some sample script.
What is chaild object method? When we will go for chaild object method? How to use chaild object method?
Write a script to customize the test results in PDF and HTML format.
What is the difference between low level recording and analog recording mode when it will be enabled.
Why script error occur in between recording in qtp?
How can I replace all the text from the QTP script with some other text.
Sometimes my QTP scripts works fine and sometimes its not though I am using same shared Repository and am not doing any changes in it.Even though for descriptive programming also its works fine and sometimes it does not work.my application is pretty stable.Could anyone please answer why am facing these types of issue??
Hi all, i have installed QTP8.2 in my system. but script is not generating while recording. What is the problem? is any file missing? pls let me know anybody...Thnaks
Suppose i have given 10 test cases all the test cases should be automated?
please write a script to find the text in a application. Note: i dont know the location of that text where it is located. just like negative testing.