QTP -object reposistory spy tool is not able to spy the pop
up message appearing in the application, so how is that i
can handle such run time pop ups in QTP by code???
Answers were Sorted based on User's Feedback
Answer / pratap bandagi
use Sendkeys method to Click on the button highlited.
for Example if there are two buttons on the popup use Sendkeys method to click on the default button like {"ENTER"} or {"TAB"} or {"ALT+F4"} so that u can close the popup or perform any operation on the popup.
| Is This Answer Correct ? | 6 Yes | 2 No |
Answer / amruta
using shell object
a=10
b=20
set objshell=createobject("wscript")
If b=10+a Then
objshell.popup"b is equal to a"
else
objshell.popup"b is not equal to a"
| Is This Answer Correct ? | 0 Yes | 9 No |
What the differences are and best practical application of each.
Name the different types of recording modes?
Hi all, In Every interview interview asking one question what type of challenges you have been faced in your project?
Test cases for Traffic Signals
Can we do Load Testing with QTP?
What is test object model in QTP ?
What is the real use of different actions in QTP
what is the purpose of QTP?
what are the critical test cases in crm? tell me atleast 5 critical test cases? what are the critical bug u find out while testing crm domain?
What is the synchronization point in qtp?
what is output parameters in qtp?explain? 2)
Explain about Table and DB Checkpoints?