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 |
What are the general steps involved in the data driven framework?
write a script to validate the content in the web application. (do it by OR method) and (do it by Descriptive method by creating a description object.. (give a filter condition only WEbelement- not easy need to use some more property while giving filter condtions- use google for your help...))
I am executing a batchfile.In one script on one Button i have inserted a checkpoint.It is in a loop,my checkpoint is going to fail sometimes.That failed results only I have to log in a file.How it's possible...pls give the solution for this?
can u please explain what is the exact difference between qtp8.2 and 9.0
How to get line numbers in your editor in expert view?
What will be the script for recovery scenerio.plzanyone give ans with aexample related to banking project
What are the types of environment variables in qtp?
What is Virtual Object? Plz Explain me with an example?
how can i change the action path that called in other action. when i copy one action to other pc,the action"test2" calls another action(C:\test1\action0),and i update this"test1",the folder update to "action1",but when i open "test2", it just point the call path to "C:\test1 \action0", but does not update to "action1",and the change i make can be shown in test2. so, can i update the call path manully? thanks
What contains Data Driven Framework document in qtp?
i did B.Tech cse and i secured 76%. instead of siting at home ... i would like to do some course. can u suggest me in this.
Syntax for how to call one script from another? and Syntax to call one "Action" in another?