I am running a windows based application.While running the
script on QTP ,The Application pop-up an Error Message
as "object Disabled" in two different scenarios
Scenario 1-->The Application pop-up up a Message for Max
Session Reached(as the application is set to hold 2 session
and if if crosses the pre-defined limit then the error
message pop-up)
Scenario 2-->When Network connectivity is disabled the
Application screen gets greyed out in colour with no
operation possible.
Now through Exception handling features in QTP ,we need to
do the following
For Scenarion 1-->Through Exception handling we need to
just accept the Message pop-up in the Application and and
resume with the call function as is
for Scenario 2--> Through Exception Handling featutes on
QTP we need to shut down the client , restart the client
and resume the call functions as it is
Note: The Application returns an Error Message as "object
disabled" in both the cases i.e for pop-up message and when
the Apllication getting greyed out due to Network failure
how can we enhance the script in such a way that for the
same error message retured by the application in two
different and how to handle them????
Answer Posted / kkk
Hi
Handily recovery scenarios in QTP so many ways is there
Recovery scenario Manger (exte:qrs)
a) Popup recovery
b) Application cash recovery
c) Object status exceptions
d) Test runner error exceptions
2.) Run time setting is a one error handling
3) On error resume next step is a one error handling
a) on error resume step no 0
4) Using the descript is final recovery scenario
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Differentiate javascript and vbscript?
What are the uses of vb script?
why variable name should not exceed 255 characters?
How to open a file. What is the perpose of true and false mode there?
Which data type/types are supported by vbscript language and what are their specialties?
What is the purpose of folders object of scripting.filesystemobject class in vbscript?
What is the difference between for loop and while loop?
What is the difference between VBScript and JavaScript?
How to Import data from a file (file is on the desktop) to the data table
what is resorceallocation
Which function is used to perform string comparison?
Mention the rules for using option explicit statement?
Write a Script for ATM in QTP
There are 5 web pages.write a script to click the button on 4th web page.
hi Set myobj=Description.Create() myobj("type").value="submit" myobj("name").value="google search" myobj("html tag").value="button" browser("title:=google").page("title:=google").webButton (myobj).Click i was running above code in one weak back it was working fine i got result,again i opened after few days ,again i was trying to run the code it shows run time error in last line of my code ,why ?pls answer my question?