setroproperty and getroproperty difference
Answer Posted / rayudu
Gettoproperty is used for getting runtime values of an
application On the other hand Settoproperty is for Seting
the runtime test object properties
For Settoproperty:
Suppose there is one screen named "TESTING" and another
screen named TESTINGPROCESS"
Now by using settopreperty we can do operations
on "TESTINGPROCESS" screen by using "TESTING" screen.
Here no need of TESTINGPROCESS screen properties in Object
Repository
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
I want to do Certification course in QTP. For this I request you to suggest the best Tutorial in PDF format, if possible, kinldy mail PDF file to my mail-ID: ramakrishna908@gmail.com Regards, krishna.
What are the methods of the TextStream object that are used for reading from a text file?
How qtp identifies objects?
Does any one worked on JIL Emulator , Testing with QTP(automation). Trail Version of QTP is not identifying the child objects of JIL emulator, Can any one help me out ,
What is the difference between local and shared object repository in qtp?
What we are looking for is to load properties of object dynamically as for our application the global repository will pretty huge. It will be really helpful to us if something similar to following functions of Winrunner is available in QTP. #Define descriptor auto strDesc; #set property in the descriptor Gui_desc_set_attr(strDesc,?Class?,?Edit?); --- put other properties #Add Edit box to GUI Map Gui_add(? ?,strWindowName,strEditboxName,strDesc);
What is the extension of the qtp local repository?
In qtp, how you can remove the spaces from string?
Explain the features of quick test pro(qtp)?
Suppose I want fail that check point? How can you do that?
What is data driver in qtp?
Do you know how to connect database? Can you tell me the procedures?
How is test case write?
Analyzing the checpoint results?
What is regular expression?