How to handle the various types of exceptions in winrunner??What is a compiled module in winrunner?How to write TSL in winrunner??

Questions by rekha_kj

Showing Answers 1 - 4 of 4 Answers

srikanth

  • Jan 5th, 2006
 

There r 3 types of exceptions in WR and 4 types in QTP , they object, TSl,pop-up, these 3 r common for both Wr and QTP but QTP has another exception called application crash,

so we use object exception is dependent on the behaviour of a particular object,

TSl exception if there is nay scripting error we can use this exception,

and to avoid unwanted windows during testing we can use po-up exception

compiled module is set of navigational statementsstoed as a permanent .exe form.

TSL is a scripting language used by winrunner its like "c" language

  Was this answer useful?  Yes

rupa

  • Jan 9th, 2006
 

In Compile module we can create user defined functions which can be called to other scripts. it is a call statement

  Was this answer useful?  Yes

nagarjuna

  • Jun 6th, 2006
 

1) There are 5 types of exceptions in winrunner

Crash

Pop Up

TSL

Object

Web

Compiled module in win runner is just like user define function

IF you want write the TSL Script we should know all function commnds well

 

 

  Was this answer useful?  Yes

Hanuraj

  • Jun 21st, 2006
 

There r 5 types of exceptions in Winrunner.They r

1.Popup

2.Object

3.TSL

4.Crash

5.Web

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions