During execution, how can we capture the data from the pop-
up, ie. when any popup comes with some numbers written on
it, then how can we capture the value/number that is coming
on the pop-up and save in the dynamic file/or other file,
even when the run is going on.
Answers were Sorted based on User's Feedback
Hi,
Use Getroproperty,
For ex: ivalue =
Browser(".*").Dialog(".*").GetRoProperty("text")
Now, using FSO save the ivalue in required file.
| Is This Answer Correct ? | 3 Yes | 2 No |
Answer / saharsh
B("b").Dialog("").static("".Getroproperty("any roperty which
describes the popup contcnt)
| Is This Answer Correct ? | 0 Yes | 1 No |
write vbscript on veb applications in qtp with exapmles?
How to pass parameters into an action.Please explain me with examples
Explain the concept of object repository and how qtp recognises objects?
There is an excel file of 1 to 100 sheets how you will iterate through it?
How you automate testscripts one by one or moduelwise or all at once
in how many ways we can write the user defined functions one way i know that i.e storing it in .vbs another way i does not know my friend said that .qtf or something but start with q letter can any buddy knows about this
Check point what is how many types of checkpoint and explain
Wher to use DATA TABLE METHODS in Qtp?What is the use of it?
whare exactly we have to use functions and sub routain
what is the general issues faced while using automation tool Qtp9.0
How to verify the Cursor focus of a certain field?
How can we export test results to an excel sheet in QTP??? Can any one provide sample coding for this?????