GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Tech FAQs  >  QTP
Go To First  |  Previous Question  |  Next Question 
 QTP  |  Question 83 of 674    Print  
In QTP, we are tring to do Batch tests. I need some info about batch test. Is it any possible for suppress the run time error messages? If yes, plz give detailed information step by step?

  
Total Answers and Comments: 1 Last Update: July 19, 2006     Asked by: Sateesh 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
July 19, 2006 03:12:09   #1  
vasavi        

RE: In QTP, we are tring to do Batch tests. I need som...

Hi

We can run batch test using QTP Test Batch runner .

go to Quick Test professional->Tools-> Test Batch runner and there

add test scripts paths which u want to run as batch by clicking Batch->Add

We can suppress the run time error messages by defining the Recovery scenario for fo Run time error trigger event

Steps to proceed:

Go to QTP window and

go to Tools-> Recovery scenario

click on New to define scenario

Select the Test run error option and click on Next

select recovery operation in next window and define operation as cliking Skip button on the pop up window then click on Next

Next define post recovery operation as proceed with next step

then click on Next and then finish

and save the scenario

Then in order to use the scenario goto Test->settings--> Recovery

and add the scenario file.

Do same for all the test in batch

Then when u run tests in batch it iwll skip the window of run error and continues till end You can see all messages at the end of Batch in Results

If you have any qts let me know


 
Is this answer useful? Yes | No

 Related Questions

In Quick Test Pro 8.21. While Recording/writing the Script i want to know the " Selecting Tab Position Action Script".Eg: Window contains 4 tab positions i would like to select 2 tab position at that time how script will come. plz write the script and send me. 2. How can i generate and select Tree View in Programatically. Eg: Mycomputer Contains all drives information like as below. +My Computerwhen i press + Symbol My Computer will Expand that format like-- My Computer Drive

Hello,I'm using QTP 8.2. and I want to test an Application which is designed with Oracle Forms 10 g.Before installing the Oracle Addin for QTP 8.2. I was able to open the Application with QTP and IExplorer 6.0.After Installing the Oracle Addin for QTP 8.2. I wasn't able to open the Application neither with QTP nor ÍExplorer.I only installed the Addin. I haven't installed any upgrade or patch!The following failure is shown in the JAVA Console after starting the application:java.lang.VerifyError:
Read Answers (5) | Asked by : SPortz

How to use automation object to load the library files in QTP. I tried to use this stmt" set App = createobject("Quicktest.Application")App.Test.Settings.Resources.Libraries.Add ("F:QTPrepository.vbs"),1 ".could u pls help how to add it by script itself? what is executefile concept? is it workaround to my question?

I have 10 Edit Boxes in my application. i Named them as Text1, Text2, Text3...Text10. Now i want to set values in these Text Boxes using Loop Statement. Can i Usefor i=0 to 10 browser("b1").page("p1").WebEdit("Text" & i).set "value" &inext**********Is it acceptable WebEdit("Text"&i) ? I am getting error here.Any suggestions?
Read Answers (6) | Asked by : Nagelli Anil Kumar

Latest Answer : hai,u r automate a java application u need to addin manager.this indicates which technology we r using marked on that. ...
Read Answers (3) | Asked by : bunny

1. Defination of Object repository2. Explain Output co-relation3. Explain Exceptional handling4. Explain Synchronization5. Explain Parameterisation6. Explain Smart identification7. Principles of the QTP8. 
Latest Answer : paramerisation:changing constant value with parameter(variables) is called paramerisation.u can do parameterization by 4 ways:1)action parameter2)envirnmental variables3)data type4)random numbers.smart identification:when QTP unables to identify the ppt ...
Read Answers (11) | Asked by : M.TAGARE

More details on Question: I was trying to call the QTP Scripts from Load Runner Controller Scenario. There, I only see options for Vuser Scripts, GUI Scripts, Astra Tests and All Files(*.*) options in 
Latest Answer : there is a spcial patch from mercury should be purchased for which the qtp 8.2 scripts will be compatible with load runner ...
Read Answers (4) | Asked by : Raj

Latest Answer : Select the particular action and click on the position form where you want to run the script. Then Right Click and select "Run From Step". ...
Read Answers (3) | Asked by : umakarri

Hi i am new to VB Scripting, I have a problem to declare an array in QTP. I am using a variable to declare an array which is come in runtime.Example:Dim variable1 - declare the variable using dimvariable1 = "senthil" - assign the value which is come in run timeDim variable1 (10) - declare the dynamic array using dimvariable1 (1) = "kumar" - store the value in arrayvariable1 (2) = "chandru" - store the value in array This is the way i tried, but

Hi Fellowmates...i am pretty new entrant into this. I am on QTP and into the beginning of it. I really need lot of support and help from your end. When do we go with Object Repository and also the error handling. When i was running the script i got 2 messages for 2 runs saying that :-Cannot find the 'keyword' objects parent "mainContent"(class frame) Verify that parent properties match an object currently displayed in your application.Cannot identify the object "main_content_3'
Read Answers (4) | Asked by : CHAKRATENG


 Sponsored Links

 
Related Articles

Step by Step Oracle PL-SQL Tutorial

This introductory tutorial to PL SQL will help you to understand the basic concepts of PL SQL Please review the following tutorials and practice the sample SQL Statements on your local Oracle Database Please note that you must learn these basic things before we actually start getting in to Advanced
 

Recording Test Script With WinRunner

How To Use a Wizard to Record a Test Script With WinRunner If you have a script that you want to convert with WinRunner, you can use the DataDriver Wizard to transform the script into a test that is driven by data. For instance, if you want your test script to include things such as checkpoints or v
 

How WinRunner Can Be Used To Test GUIs

There are a number of uses for WinRunner. The primary function of this program is to serve as a testing tool  for various applications. Some developers will use WinRunner for load testing purposes. It is excellent when it comes to functioning at the GUI layer, and the user can record and an
 

Step-By-Step Plan For A Career Change

Changing a career at the midpoint of anyone’s life is a vital and critical point in everyone’s working life. Everyone undergoes a career shift phase no matter how successful one is at his current job. Because this decision might affect the rest of one’s life, it is nece
 

Personality Tests for Job Applicants

Saves Time Personality tests save a lot of time for companies, and this is not just in the interview process. First of all, each applicant is required to take a personality test so only those that are truly interested in the job will take the time to sit down and take a personality test. These might
 

The Use of Trial and Error To Solve Problems

The Use of Trial and Error To Solve Problems Some complex problems can be solved by a technique that is called trial and error Trial and error is typically good for problems where you have multiple chances to get the correct solution However this is not a good technique for problems that don t give
 

WebSphere V5.0 : Debugging - Step-through code

WebSphere V5 0 Debugging Step through code In this tutorial you will learn about WebSphere V5 0 Debugging Stepping through the execution of a Java program Step over Step into Run to return and Run to line mosgoogle Stepping through the execution of a Java program When a thread is suspended the step
 

IT Certification - Finding A Test Area for IT Certification

IT Certification Finding A Test Area for IT Certification You have finally reached the stage where you are ready to move beyond your studies for information technology and take the exam to become IT Certified mosgoogle If you are at this point then you will need to find the right place to take your
 

Personality Tests for Job Applicants

Personality Tests for Job Applicants If you are new to the job searching world or if you have not applied for jobs in a very long time then you might be surprised to learn that many companies are using personality tests to help them determine who to call back for interviews and who to avoid mosgoogl
 

Data Structures Practice Test

Data Structures Practice Test This article provides details about Data Structures Online Practice Test which is made available at geekinterview com Questions are generated randomly each time you take the test Online Practice Test is made available to everyone you too can take the test and get your s
 

About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape