GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

GeekInterview.com  >  Tech FAQs  >  WinRunner
Go To First  |  Previous Question  |  Next Question 
 WinRunner  |  Question 89 of 147    Print  
Anybody can explain about Exception Handling in winrunner? What are the exception handler functions in winrunner with example?

  
Total Answers and Comments: 1 Last Update: February 20, 2007     Asked by: Naladala 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
February 20, 2007 06:16:15   #1  
Priya        

RE: Anybody can explain about Exception Handling in wi...
EH is used  to avoid the unwanted events or errors which occur during execution, because it will interrupts the execution. The basic objective of EH is to resume the execution smoothly and successfully. EH will done by using "compile module"file. This file is non-executable or reusuable file which contains the action to avoid or handle the exception.
     There are 4 types of EH
  (i) Popup: It will be used when error occurs in a popup window suring execution.
  (ii) TSL: When error occurs in TSL script.
  (ii) Object: it is used when ever the object state is getting changed during execution.
  (iv) Web exception : used in web testing 

 
Is this answer useful? Yes | No

 Related Questions

Please tell me the process of automating a website using winrunner..Is it recording or programming? or combination of both?
Read Answers (11) | Asked by : balaanu

Latest Answer : folks you may want to fall in love with obj_get_info. Instead of managing all the class specifi get infor ( edit_get_info, list_get_info.....)write a routine that accepts the element name and the property you wish to query. this will save you tons ...

How to write code for object exceptional handling and TSL exceptional handling and popup.can anyone write the code for me. thanks
Read Answers (1) | Asked by : G.senthil

Latest Answer : Hi friendsQTP supports dynamic objects,but winrunner does't support.,winrunner 8.0 supports .net applications also.and the main difference i think is Run time settings. ...
Read Answers (17) | Asked by : Sundra

I want to test a web page by using WinRunner.the GUI does not recognize the objects in the page, instead it takes HTML style which contains the objects. how to test the objects in the web page(EX:login PAGE)

Latest Answer : # MessageBoxA(Owner,Message,Title,Style); for (i=0;i
Read Answers (3) | Asked by : meetu

Latest Answer :  For example:public a,b;a=create_input_dialog("Enter value for a");b=rand();pause("Value of b",&b);c=a*10;pause("Value of c",&c);The function rand() will generate random no. ...
Read Answers (1) | Asked by : kumar

I have a scenario where A window with 4 questions and 'Yes' and 'No' radio buttons next to them are available.How to test that using WinRunner?Only if all the question are 'No' and ''yes' radio buttons are not selected then I can continue further to next window.If one yes and rest all no's are selected then I exit the box and vice versa.Please answer this ASAP and I would really appreciate your help.
I thought may be I have to use if loop but I am not sure about the syntax of it and how to write it. 
Read Answers (2) | Asked by : reshmi

Latest Answer : hai, First install Xrunner application in Linux/unix .After install winrunner.  WinRunner application support Xrunner application in Linix/Unix.byesri ganesh ...

Hi, I am using WinRunner 8.01 with Java Addin. It does not recognize the Java Applet. As no code is generated in WinRunner when a object is selected on the Applet. Thank you
Read Answers (1) | Asked by : Ehsan


 Sponsored Links

 
Related Articles

Using XMLType for Handling XML Data in the Database

Using XMLType for Handling XML Data in the Database Being an object type XMLType can not only be used to store XML data in the database but also to operate on that data via its built in methods Regardless of the storage model you choose XMLType provides a set of XML specific methods to operate on XM
 

ODP.NET - Handling Nulls when Working with OracleDataReader

ODP NET Handling Nulls when Working with OracleDataReader When we work with OracleDataReader or for that matter even with data rows in a data table we may come across nulls The following is the efficient way to deal in with such scenarios mosgoogle geshibot language VB NET" create connect
 

ODP.NET - Handling Nulls when Executing with ExecuteScalar

ODP NET Handling Nulls when Executing with ExecuteScalar The most important issue to remember is that ExecuteScalar simply returns an object type of data The object refers to any data type within NET If the data type of your variable matches with the type of object returned by ExecuteScalar an impli
 

Microsoft AJAX Library - Anonymous Functions

Anonymous Functions Anonymous functions can be created adhoc and used instead of a named function Although this can hinder readability when the function is more complex you can do this if you don t intend to reuse a function s code In the following example we pass such an anonymous function to Displ
 

Microsoft AJAX Library - Functions as Variables

Functions as Variables In JavaScript functions are first class objects This means that a function is regarded as a data type whose values can be saved in local variables passed as parameters and so on For example when defining a function you can assign it to a variable and then call the function thr
 

Microsoft AJAX Library - JavaScript Functions

JavaScript Functions A simple fact that was highlighted in the previous chapter but that is often overlooked is key to understanding how objects in JavaScript work code that doesn t belong to a function is executed when it s read by the JavaScript interpreter while code that belongs to a function is
 

ERPAdvantages for Management Functions

ERP Advantages for Management Functions ERP management systems provide a technology platform in which organizations can integrate and coordinate their main internal business processes They use this to fight against the problem of the organizational inefficiency brought on by the use of different sys
 

C++ Static Functions

C Static Functions Static member functions have a class scope and they do not have access to the this pointer of the class When a member is declared as static a static member of class it has only one data for the entire class even though there are many objects created for the class The main usage of
 

C++ Virtual Functions

C Virtual Functions What are Virtual Functions Virtual as the name implies is something that exists in effect but not in reality The concept of virtual function is the same as a function but it does not really exist although it appears in needed places in a program The object oriented programming la
 

C++ Inline Functions

C Inline Functions In this C tutorial you will learn about Inline function what is inline function reason for the need of inline function what happens when an inline function is written general format of inline function explained with example mosgoogle center What is Inline Function Inline functions
 





About Us  |   Privacy Policy  |   Terms and Conditions  |   Contact  |   Site Map  |   Add Question  |   Propose Category  |   RSS Feeds  |   Articles Sitemap  |   Site Updates  |   Add Resource

Copyright © 2005 - 2008 GeekInterview.com. All Rights Reserved
Page copy protected against web site content infringement by Copyscape