Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is the difference between Recover Scenario(screen) and
on Error Resume Next(code)

Answers were Sorted based on User's Feedback



What is the difference between Recover Scenario(screen) and on Error Resume Next(code)..

Answer / sagar kumar sutar

Recovery scenario manager is used to handle the run time
error and it is able to handle the pop-up window, Object
state, Application crash and test run error.
Where as, On Error Resume Next will handle the particular
code snippet where exactly the error occurs. And it skips
the line and it will take to other code and it is used only
when there is thousand lines of code available and i don't
want to stop my test run for a minor error.

Thanks in advance if i m wrong correct me.

Is This Answer Correct ?    5 Yes 1 No

What is the difference between Recover Scenario(screen) and on Error Resume Next(code)..

Answer / chandrashaker rao suguru

Recover Scenario: it deals with interfaces to do not
interupppt the test execution by the above reasons.
Error Resume Next: it deals with the source code only to do
not interupppt the test execution.

Is This Answer Correct ?    2 Yes 0 No

What is the difference between Recover Scenario(screen) and on Error Resume Next(code)..

Answer / hina

Recovery scenarios are used when you cannot predict at what step the error is going to occur. for eg- application crash.you can provide post action wherein if application crash occurs some specific action can be performed On error resume next is used where you are quite sure about the error. If that particular error occurs it will skip that line of code and move to next line.It is used when you dont want your execution to halt for a minor error.The type and number of error can be described using err number and err description.

Is This Answer Correct ?    2 Yes 0 No

What is the difference between Recover Scenario(screen) and on Error Resume Next(code)..

Answer / viji

Recovery scenario manager has handling three kind of errors
i) POP-UP, ii) RUNTIME and iii) OBJECT STATE.
whenever you run the script it may detect some exceptions
like pop up , runtime and object state you can you Recovery
scenarion manager and resolve those three kind of
exceptions.

I do not have idea about Error Resume, am new to
QTP.

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More QTP Interview Questions

how will you load the test cases in ddt?

0 Answers  


Explain how Selenium is different from UFT?

0 Answers  


Can anyone share/send me QTP 8.2 Crack as I had it before but now it's virus affected. Pls send me on Sawale.vijay@gmail.com Thanks, ~Vijay

0 Answers   Zensar,


How we can import data from database?

0 Answers  


what is object repository?

4 Answers  


Which object model ur used in ur project

2 Answers   Cap Gemini,


What is Modular framework and Keyword drive framework? Explain

4 Answers  


I'm quite new at QTP. Im doing a web-based app testing. I create something new item and a new link is created in the home page. This link is dynamic as it changes every 3 seconds. Obviously the new link is not in my Object Repo and I am trying to find a way how can I do a check or get the propery of the link I created. I can do it on keyword, but I need to do a check on expert mode, vbscript. I always get an error that is not identified whenever i try to check it (browser(b),page(p).link(newlink). Any idea?

4 Answers  


Can we record an application running on a remote machine using qtp?

0 Answers  


Object recognition in QTP is based on which model ? a) COM b) DCOM c) DOM d) None of the above

2 Answers   Ordain Solutions,


I am using Shared OR, and my collegues are also using Shared OR. How to merge Object Repositories?

6 Answers  


Describe function procedure in vbscript.

0 Answers  


Categories