Answer Posted / sivareddy
"GETROPROPERTY" capture the properties of the object at
the script running postion
Syntax:getroproperty(browser("Siva").page("Siva").object
("objectname","value"))
Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What is the extension of the qtp local repository? If it is .mtr then what is .bdb extension stands for?
Define virtual object?
What are the various types of Actions in UFT?
How to handle Java tree in QTP?
What are the trigger events in qtp?
How to import a test case present in ".xls" file to TD under a Test set?
How to capture a window in QTP?
What is the use of sendkeys and what are send keys
Why is Client side image is preferred over server side image?
Explain the checkpoint in qtp?
What are the methods used in UFT to handle exceptions or run-time errors?
What is the file extension of the code file and object repository file in QTP?
What is an expert view and keyword view?
I want to capture data(using keyword) from msdos application using QTP?... Below is little work i could do on it... /* Set app=CreateObject("Wscript.shell") SystemUtil.run ("C:\Users\Agent\Desktop\pumpsim\PUMPSIM.EXE") Window(“PUMPSIM.EXE”).Activate wait(3) app.sendkeys "N" */ Thanks in advance...!!!
Want to verify notepad reports using QTP framework or any other BV script method. Can anyone share the method to achieve it? Eg. Person Name is the header and the actual name is John then how can we verify weather person name is John