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


hi,i have a pblm in qtp,im testing an webappl in which
different types of error pop up messages are displayed
which qtp is not differentiating or it is not recognising.
how do i make it recognise different popup errorm messages
while writing script?

Answers were Sorted based on User's Feedback



hi,i have a pblm in qtp,im testing an webappl in which different types of error pop up messages ar..

Answer / mukesh

Hi guys he is asking about how to recognise one pop up from
other and not of the error message when the application
fails----I am also facing the same problem

For example QTP dosen't recognise different pop up message
if we use it in a If else statement----i.e for all pop ups
it goes onlt in the 'If' condition always

Is This Answer Correct ?    0 Yes 0 No

hi,i have a pblm in qtp,im testing an webappl in which different types of error pop up messages ar..

Answer / kamesh

Use the Recovery manger to diffrentiating the pop up..Here
you have two check box options like
1. Window title and Regular expression
2. Window text contains

Is This Answer Correct ?    0 Yes 1 No

hi,i have a pblm in qtp,im testing an webappl in which different types of error pop up messages ar..

Answer / rosy

Hi, use Recovery Scenario manager for error handling, you
can instruct it to recognize the error.

Is This Answer Correct ?    0 Yes 1 No

hi,i have a pblm in qtp,im testing an webappl in which different types of error pop up messages ar..

Answer / raja

Use recovery scenario or else learn the OR of those windows
then handle those pop ups thro' script...

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More QTP Interview Questions

How many ways we can parameterize data in QTP?

6 Answers   Liquid Crystal,


I have written a code to fetch values fro access db and place in the fields. Iam using GetROProperty to fetch runtime values. Now i want to add runtime values to the access db in field v3. please help me. Its not writting in the db. Option explicit Dim con,rs,db,c Set con=createobject("adodb.connection") Set rs=createobject("adodb.recordset") con.Open "Driver={Microsoft Access Driver (*.mdb)};dbq=D:\Sales.mdb" rs.open "select * from tax",con Do while not rs.eof Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("incost").Set rs.fields("v1") Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("intax").Set rs.fields("v2") c=Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("outtax").GetROProperty("value") rs.MoveNext print c Loop Do while not rs.EOF rs.EditMode rs.Fields("v3").Value="3" rs.Update rs.MoveNext Loop Set rs=nothing Set con=nothing

0 Answers  


What is the syntax to call one script from another? And what can be the syntax to call one “action” in another?

0 Answers  


give me descriptive programing code sample flight application in qtp?

8 Answers   CA, IBM,


What are the difference between QTP and Winrunner

5 Answers  


What is method name to compare two XML files.

0 Answers  


anybody give me the real time example for descriptive programming of web application

7 Answers  


How do u write regular expression for a window name which is changing for each build ? i.e. in first build the window name is : "computer graphics are very ...." . in second build the window name is : "computer graphics can be created" . - Appreciate proper replies

4 Answers   Semantic Space,


How to upload excel files into Quality Center using QTP Script and how to delete excel files from Quality?

0 Answers  


When you open QTP, how many sheets you can see?

0 Answers   Wells Fargo,


What are the differences between quicktest professional and winrunner?

0 Answers  


How can we parameterize our test, values in flat file. Ex:- Values in notepad, with that values i want to parameterize the test.

3 Answers   Ordain Solutions,


Categories