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???
Answer Posted / 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 |
Post New Answer View All Answers
What is the syntax to call one script from another? And what can be the syntax to call one “action” in another?
whenever U using QTP,Test Director, Why we using separate Bug tracking tool?
How to do the scripting. Is there any inbuilt functions in qtp as in qtp-s. What's the difference between them? How to handle script issues?
Explain in brief about the qtp automation object model (aom).
What are the two types of repositories available, explain them?
Output values? i want a practical example
Is it possible to split an action? How?
How to automate a script in mainframes environment? I have the terminal emulator Add in. Describe in detail.
Explain advantages and disadvantages of ddf?
How many ways is to parameterize the value?
What ate the Technologies supported by QTP?
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
How is the Bitmap checkpoint different from Image checkpoint?
I want to read XML file loaded in Quality center and compare the values with the values displayed in Application (web table).How can I do that
Why to use descriptive programming?