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
How to use debug tools?
What is checkpoints for quicktest professional (qtp)?
HI Everybody, I am using QTP 9.2, I have a problem and hope everybody help me solve it. Now I need to use mouse wheel event to zoom in or zoom out in web client, but QTP can't catch this event. I look forward helping of everybody. Thank you very much.
Is it possible to use two instances of UFT on the same machine? If not why?
How many add-ins comes by default with quicktest professional?
Can anyone help.i need total excelsheet operations,shortcuts in testing environment from starting onwards....
I hav installed QTP8.2, im working on webapplication, while running the script giving error msg like "QTPro.exe generated errors and will be closed by windows. You will restart the program. An error log is being created". Pls anybody what is the problem, what i have to do for this? Thanks...
how to test Web application using QTP software
How to find a window is minimized or not
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.
how to find that a file has been completely downloaded or not? I told that "download Complete" pop up. but he told the tool doesn't recognize the pop up
How to do the scripting. Is there any inbuilt functions in qtp as in qtp-s. What is the difference between them? How to handle script issues?
how can i pass a "cript"as a parameter in to a function
Did the scripts need lot of maintenance? If yes, why?
i have two questions for regular expression :- Q1. I have date pattern eg-29/11/2011 29-11-2011 29.11.2011 Que- if any separator is there between date,month and year pattern should match else it should not match eg- pattern should not match in case of 2911-2011 Q2. let say i have a string and there is a number in between of that string eg.-Amount 30002.234 successfully credited to your account . now i have to match this pattern in such a way that even if decimal is not there pattern should match ,how i will do this using regular expression