Real Time QTP Interview Questions.
Real Time QTP Interview Questions.
that function.
-> used get the position of sub string in string; it returns position(Number)
2) One object properties and values are changing dynamicallly. How can
u do that.
What is changing? do what?
3) Today date is 20th and i want to pass 24th to the application. What is logic.
msgbox DateAdd("d",4,NOW)
6. Can we call QTP test from another test using scripting. Suppose there are
4 tests and I want to call these tests in a main script. Is this possible in QTP?
NO
11. What is .Net Windows Forms Spy? and how it is different from object spy?
it will display native property and method of .NetObject
12. How do you resolve conflicts while merging two Object repository?
Refer Notes
18. In how many ways you can call an action? which one you will prefer?
refer notes (3)
19. What are the things to focus on while doing automation feasibility study?
Cost;Feature;Resource...
20. Have you done estimation earlier? what was you estimation model.
Say NO
22. Does QTP has COM interface? have you used it?
yes CreateObject code
23. Is it possible to change from Shared repository to Per Action or vice versa?
no
24. How to run multiple instances of application how to differentiate the instances?
CreationTime
26. when tests run as batch, qtp shows the last run result only. how to get the results for the each an every script?
use FSO code
27. what will be your approach to test a dialogue box which displays random string and the title is also
ranrandom string and the title is also random.
Regular EXP