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 ?



1. How to capture data from images in QTP and produce them in Excel sheet ? 2. What is Terminal ..

Answer / 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

More QTP Interview Questions

What is source control?

1 Answers  


Can we do Load Testing with QTP?

4 Answers  


How to Get the Run-time value of an object under that web app under Test to the local data table sheet of that Action?

2 Answers  


How can i parameterize the standard checkpoint using Excel sheet where my expected values are there?? suppose i want to test a application with diffent value and want to run 5 iteration?? for each iteration, values will be exported from excel sheet as input. Now i will store some expected values in the excel sheet, which i want to check in the application whether expected equals to actual value??? can any one help me

1 Answers   CSC,


Can anybody give the script of below things. 1. Add sheet 2. Adding columns 3. Set the values in that columns(In the rows) 4. Close the sheet 5. How can we create 3 sheets in one Excel sheet??

2 Answers   TCS,






In my application there is a billing thru credit card. how to validate the credit card details(min balance,credit card no,card holder name).if these details are valid then only that booking will be done.how to validate these details thru automation or manual?

1 Answers  


what is review

0 Answers  


Which statement will use for close an action in QTP?

0 Answers  


Please tell me the steps to record the test in Analog recording mode in QTP version 9.2???

2 Answers  


How to add check point?

2 Answers  


i want know iam working 2+ exp in QTP can i do performence testing (eg:loadrunner) yes r no?

6 Answers   IBM,


Tell when we call the function? tell with example.

1 Answers  


Categories