How to take screenshots in qtp?
Answers were Sorted based on User's Feedback
Answer / luasaigon
Call Window("Flight Reservation").CaptureBitmap("D:\image QTP\abc.png",True)
| Is This Answer Correct ? | 6 Yes | 3 No |
Answer / shripal singh
.capturebitmap"path of the destop\folder name.png",true
| Is This Answer Correct ? | 2 Yes | 0 No |
How will you test a keyboard?
There are two tabs in the application suppose, A and B.On clicking the tab "A" one table grid will open. if u click on tab "B" Another table gride will open. Now can I do some operations on both table grids with a single table grid properties in the object repository? I have added all objects of the first table grid into the object repository Now iam checking enable/disable status of "save button" in the second table grid my code is like this val=javawindow("zseries").javabutton("save").getroproperty ("enabled") when I highlighting the save button in the object repository by keeping open the second tablegrid on the application.It is displaying the popup message"The selected object can not be found in the application" can I use properties of one table grid for both tabs if so how it is possible. Can anyone help me
Hello Guys, Can anybody Explain me about Automation framework?? and how can we prepareAutomation Framework using QTP
What is an Regular expression doing in VBScript?Tell the pattern for the email verification.
.how will you load the object during runtime
what is difference between application testing and product testing?
There are 3 types of frame works in QTP 1. Linear frame work 2. Modular frame work 3. Key word driven frame work. Can any body explain the above 3 frame work models. y2k_ram2000@yahoo.com
6 Answers Fidelity, GDS, IBM, TCS, Wipro,
What is the file extension of the code file and object repository file in QTP?
I have a tool bar where 5 different buttons are placed, but these buttons are not traceable hence i have created a virtual object on save button of this toolbar. Now pls tell me how to use this virtual object while write script.
what is the test process followed for your project?
What are the three challenges U faced during automation testing of your application.
Have you faced any problems with object repository?