How to automate the windows dialog box which is coming in
the run mode?
Whenever I run my scripts,I am getting dialog box ( for ex:
Pls enter zipcode" eventhough I already entered the
value,the dialog box pops up).I need to click it.
Pls give some idea-How to automate the dialog box which is
pop up in the runtime.
Answers were Sorted based on User's Feedback
hello friend, use the Recovery Scenario
If it is POP UP window
1)Select Trigger Event as POP-UP Event
2)Select Recovery Operation as Key board or mouse operation
3)Select Recovery Operation - Click Button or press enter key
4)Give the Scenario name
5)Save the Scenario (it is in .QRS)
Associate the scenario in your test, so that when ever you
get the pop-up window the recovery scenario do the click, no
need to click manually in run time
Thank You
| Is This Answer Correct ? | 3 Yes | 0 No |
where do you store the test result?
Explain about the test fusion report of quicktest professional?
What is meant by Step Generator in Qtp How is it used? pls gimme in detail
Does UNIX support QTP? If not what is the other tool used for Unix environment?
How exactly you start scripting in QTP? In the interview he was not satisfied with my answer.Please post what is correct answer.
hi all here i have tab named "Workbench" By clicking on "workbench" tab.it displays 4 tabs like below workbench common cargo commercial charter "common" tab have 10tabs inside,"cargo" tab also haveing 15 tabs inside and remaining two tabs also having few tabs inside. when clicked on "common" tab.it displaying the script like tab("workbench").select"common" if i clicked on "cargo".it displaying the script like tab"workbench_2").select"cargo" if i clicked on "commercial".it displaying the script like tab"workbench_3").select"commercial" if i clicked on "charter".it displaying the script like tab"workbench_4").select"charter" I have used a "FOR LOOP" for common,commercial,cargo,charter tabs.it was stopped at second tab SO, CAN I RECOGNIZE "WORKBENCH_2,_3,_4" AS A SINGLE VARIABLE if not, can anyone plese help me to solve this
What is the exact difference bet function and action in QTP Anybody can explain it in detail..Thanks in advance..
i have string "I LIKE INDIA"..how to i get LIKE from the sting..
How to export QTP results to an ".xls" file?
what is the default ordinal identifier.what are the send keys in qTP.
how can i change the action path that called in other action. when i copy one action to other pc,the action"test2" calls another action(C:\test1\action0),and i update this"test1",the folder update to "action1",but when i open "test2", it just point the call path to "C:\test1 \action0", but does not update to "action1",and the change i make can be shown in test2. so, can i update the call path manully? thanks
If u don't have any Knowledge on perticular application but they give that application to u for Testing ? Then How we wil move towards testing on that application?