1. How to capture data from images in QTP and produce them
in Excel sheet ?
2. What is Terminal Emulator add-in installation and
configuration procedure ?
3. Tell me how do u define action and transaction in QTP ?
4. Is QTP case sensitive ?
5. Problem with XML checkpoint ?
6. When was QTP 8.2 and Loadrunner 8.0 officially released
to the market ?
7. Can we record on netscape browser does it require any
special settings ?
8. How do I add new object to the object repository to any
particular frame ?
9. Do we have rapid test scrpit wizard in QTP ? How to learn
all the windows and objects in QTP
10. How to open Exceel sheet using QTP script ?
11. Is it necessary to learn VB script to work with QTP or
we can manage with keword driven ?
12. What is descriptive programming in QTP ?
13. How to invoke the QTP from dos prompt and run a test
without any interaction with human ?
14. What is the meaning of Context sensitive ?
15. How to retrive the property values from "Resource.mtr"
after recording the script with "Standard checkpoints" ?
16. Where should we use accessbility checkpoints. Can u
explain me with the example ?
17. How do we add object repository dynamically ? (During
runtime)
18. How to record right click of a context menu and click on
the selection ?
19. How to connect oracle database to QTP ?
20. How will you load few objects in Active Screen ?
21. Can I compare two DataBases using QTP ?
22. If the the two object have same class then how QTP will
find the object ?
23. Can I change the runtime properties of an object ? How
can I check if a parameter exists in database ?
24. What is the script for database check point, bitmapchek
point, regular expression ?
25. What is QTP environmental variable ?
Answer Posted / venkat reddy
How to capture data from images in QTP and produce them
in Excel sheet ?
we can capture/get the text from image by using
getroproperty Method.
Ex:-if Browser("").Page("").image("").exist(5)then
taxt=Browser("").Page("").image("").getroproperty
("text/name")
end if
to produce them inexcel sheet we use a method called
filesystemobject (fso)
ex:-
dim fso,write
set fso=createobject("scripting.filesystemobject")
set write=fso.opentextfile("path",8(write),true)
write.writeline text
write.close
i think itwill work if it is wrong please let me know
reddyvenkt82@gmail.com
Is This Answer Correct ? | 9 Yes | 21 No |
Post New Answer View All Answers
who QTP recognizes the object stored in object repository?
What is active screen?
QTP script is not working on other's machine..
Diff b/w test scenario's and test Procedures?
www.icici.com ,after this.. home page wll came, in this page what r the items we r going to test for manual and what are items we r going to test for QTP... explian clearly with example
Hi, Hope you viewers are doing fine with good health. What are the steps and connection parameters to connect to Oracle db ? Can you connect with just the Oracle client or Oracle XE ? Cheers!!
Hi. please provide license key for QTP 9.2, I have windows XP on my machine Thanks in Advance, moreshwar
Define object spy ?
How to remove associated function library?
When QTP object wait time is 10 seconds, and in test script wait time is 5 seconds and in function library wait time is 2 seconds how much time does the wait occur? or which is given priority.
Does QTP run in any environment?
I am getting an error "failed to open the XML checkpoint result viewer" in result window,after clicking on "View XML checkpoint results".Someone suggest me settings,if any...
Can anyone pls tell me how to do action parameterization (input and output parameters) with respect to login window and insert order of flight reservation window in detail( pls give a clear step by step explanation with example) anyone please. Will be very thankful to u
hi to all, i need a code.. in flight application 1.i need to login first then i need to insert 3 new orders... 2.i have to log out 3.i have to login again with different user 4.need to insert 2 new orders 5.then need to log out 6.then again login with different user 7.3 new orders create and log out 8.but we hv to do this using data table and actions please help me
In qtp, how you can remove the spaces from string?