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...

w is recovery senario manager

Answer Posted / hima bindu

during the execution qtp may face some problematic
situations where in it need to recover by it self and
continue the execution. to do the same a test engineer
should define the corresponding solution and make the it
available to the step before the execution starts.
qtp may face 4 types of problematic situations
1. problems related to popup window
2. problems related to object state
3. problems related to test scipt execution
4.problems related to application crash
to define the solutions for above problems qtp has 4
trigger events
1.popup window
2.object state
3.test run error
4.application crash

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

In qtp, how you can exit for loop?

1023


Give me some real time point of way where exactly we can conduct audits?

1908


Hi Friends, Im planning to do certifcation in mercury Automation Tool QTP.But I Didnt get any clear details regarding course syllabus, fees, where to approach, and which certification would be useful for the experienced testers? can any one send me the details?

1955


How do I generate Test Results window using descriptive method ( run time ) after my test execution process? Please have a look of my below code. ========================================================= Dim qtApp Dim qtTest Dim qtResultsOpt Set qtApp = CreateObject("QuickTest.Application") qtApp.Launch qtApp.Visible = True qtApp.Options.Run.CaptureForTestResults = "Always" qtApp.Options.Run.RunMode = "Fast" qtApp.Options.Run.ViewResults = True qtApp.Open "C:\Automation\Example", True Set qtTest = qtApp.Test qtTest.Settings.Run.OnError = "NextStep" Set qtResultsOpt = CreateObject ("QuickTest.RunResultsOptions") qtResultsOpt.ResultsLocation = "C:\Automation\Example\Res1" qtTest.Run qtResultsOpt MsgBox qtTest.LastRunResults.Status qtTest.Close Set qtResultsOpt = Nothing Set qtTest = Nothing Set qtApp = Nothing ========================================================== This code is working fine, but Test Result window is not displaying after execution. Anybody can please help me regading the same. Thanks Akshaya Madali Capgemini India Pvt Ltd 9823213538

4299


desribe a situation where u faced a stressful situation and how did u cope with it

1863


If I change the property value at runtime is it effect is object repository?

1095


Can QTP be used for GUI testing ?, We are using Java with MySQL and Operating system is Linux. We are NOT using the web.

2462


what is the mail use of frame work(with detail). architecture for keyword driven frame work

1894


Call to copy of an action and call to existing action… i know the diff but in real project how to use..? i want live scenario.pls help me..

1797


Is it possible to call from one action to another action in qtp?

1028


How will we compare the texts in the two word files using QTP writing the script in Descriptive Programming. Thanks

2024


Can we use index on view?

2098


Which environments does qtp support?

1108


What is data driver in qtp? Where we use it?

1021


What is expert view in qtp?

1065