How to capture a window in qtp or how to take snapshot of
any window while writing script in qtp
Answer Posted / naaz
Select Tools > Options > Active Screen.
There are several options. You can select them and get the
snapshot of any window.
| Is This Answer Correct ? | 3 Yes | 7 No |
Post New Answer View All Answers
explain keyword driven framework with banking domain?
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 ,
There are 10 rows in the datatable. How can we fetch 2 rows and then skip 3rd row. After that, pick 4th & 5th row and skip 6th row. Please share code
What are private functions in QTP? How they can be called from the function library?
i need code for how to click on particular mail in utlook mail box .its urjent Thank You Balaji
what the difference between shared repository and per action repository?
What is the script for database check point, bitmapchek point, regular expression ?
When should I use smart identification?
How to use output values in qtp ?
Some time when i wanna learn the object i face issue like i am not able learn the object in proper manner... eg:for text bo on web page it should learn as webedit but some times it reads as winobject:internetexpoler-server, because of this i have to uninstall the qtp and re-install it again when i do this it reads the object perfectly.....plz suggest the soln
Hi Friends, How many types of Data Bases available in market... What is the diff. while using Syabase and Oracle in a Project... ? and what is the main diff. of Syabase and Oracle databases... ? Thanx in advance..
Name the properties you would use for identifying a browser and page when using descriptive programming?
Can anyone tell me how i used QTP 9.2 use for GIS based S/w with an example?
How does qtp recognize objects in aut?
I need to obtain the parent of an object programatically, so if I have: winButton("aButton") I need to obtain the parent part: window("Window1").Dialog("Dialog1") so I can programatically create a string of the full name of the object to call it with an execute statement in QTP I would like to use something like: part[1] = "window(""Window1"")" part[2] = "dialog(""Dialog1"")" so I can do: exeLine = part[1]&"."&part[2]&"."&"winButton(""aButton"")" Execute exeLine Apart from keeping a record of the window/dialog hierarchy is there a parent or path function/ command Thanks Adrian