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  >  QTP
Go To First  |  Previous Question  |  Next Question 
 QTP  |  Question 562 of 646    Print  
How to remove the message box while executing the script without any mouse clicking and keybord clickings

  
Total Answers and Comments: 2 Last Update: April 11, 2008     Asked by: rayudu 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
November 23, 2007 03:19:57   #1  
Anshoo_Arora Member Since: October 2007   Contribution: 384    

RE: How to remove the message box while executing the ...

Sub CloseDiaglogBox()
Browser("Name").Dialog("Name").Close
End Sub


 
Is this answer useful? Yes | No
April 11, 2008 00:04:52   #2  
kishchilukuri Member Since: April 2008   Contribution: 17    

RE: How to remove the message box while executing the script without any mouse clicking and keybord clickings
We can use recovery scenario manager to handle these popup windows.
 
Is this answer useful? Yes | No

 Related Questions

Hi I am new to load testing .Currently i am using Load runner 8.2. i have recorded a script for login screen with some UID/PWD.In load runner Controller i have selected 100 Vusers,and i the run script.My question is :1.)Is the same script runs 100 times for same UID/PWD what i have entered during Recording.2.)If my data base contains only 50 users.Selecting 100 Vusers is a valid case?.3.)If i have selected 100 Vusers,is it necessary to enter 100 UID/PWD.Regards,vivek
Read Answers (8) | Asked by : vivek

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

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 am testing a web application using QTP, it is not recognizing date picker, which is coded in Java Script. any solution?
Read Answers (3) | Asked by : Sooraj

Is there any way that v can start recording our script with the same page, without creating a new instance for that page. for e.g. continuing our script recording with 'flight confirm mercury' page only, even if 'flight confirm mercury' exists in the OR?
Read Answers (1) | Asked by : Rverma

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

I am testing a Java executable application and and IE based application.I have a script that I would like to launch the Java executable, enter a record in the database, the switch over to IE and search the database. Currently I am having trouble: 1) The java EXE cannot be launched from the QTP command line. So my run settings are run on any open Java application. This is not preferable and right now DEV cannot figure out why QTP can launch other Java apps and not ours. So when I start the script

How do you create a QTP executable?So that you dont need to run the recorded script through the qtp application.
Read Answers (1) | Asked by : Ravi

Can anybody tell me the use of object identifier in QTP??I am having problem with executing in descripting programing?? like Browser("Title:=Browswer").......etc. it is showing object not found... can anybody help me out.Wat r the problems/challenges u faced in While doing QTP?? I will appreciate if anybody will share their experience.. Thanks
Read Answers (1) | Asked by : manoj


 Sponsored Links

 
Related Articles

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
 

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
 

WinRunner Script Design Tips

Scripts play an important role in the function of WinRunner. Those who wish to successful with this program will need to learn how to properly create scripts. In this article, I will provide you with a number of useful tips for script creation. The first tip of script development is to always place
 

Understanding The Message Concept In OOPs

Understanding The Message Concept In OOPs To understand object oriented programming you will need to become familiar with messages As the name implies a message is a process in which software objects will communicate with one another Because of this having one object is not enough mosgoogle An objec
 

VB Script - How to use VBScript with Forms

VB Script How to use VBScript with Forms In this tutorial you will learn about How to use VBScript with Forms Introduction How to do validate your Forms and Conclusion mosgoogle Introduction Now this is the last topic of the tutorial and you will learn how to validate and submit the data to the web
 

VB Script - Controlling VB Script Routines

VB Script Controlling VB Script Routines In this tutorial you will learn about Controlling VB Script Routines Introduction VB Script Description If then else Select Case Looping Statements For Next For Each Next Do loop Do While Do Until While wend and Conclusion mosgoogle Introduction Every program
 

Working with Objects in VB Script

VB Script Objects with VB Script In this tutorial you will learn about VB Script Objects with VB Script Introduction How to Add Objects to your web pages How to Add Objects to your Web Pages and How to link Vb Script with Objects mosgoogle Introduction Objects which are in the form of ActiveX contro
 

VB Script - Working with Variables

VB Script Working with Variables In this tutorial you will learn about VB Script Wroking with variables Introduction Description Naming Conventions Variants and its sub types How to Assign values to a variable What is the scope of a variable Constants Arrays and Conclusion mosgoogle Introduction A v
 

VB Script Tutorials- Introduction

VB Script Introduction Vb Script tutorials will be covered in the following topics which are given below What is VB Script Working with Variables Objects and VB Script Controlling VB Script Routines Using VB Script with Forms In this tutorial you will learn about VB Script What is VB S
 

SCBCD Study Notes : Chapter 10 : Message-Driven Bean Component Contract (Part 2)

SCBCD Study Notes Chapter 10 Message Driven Bean Component Contract Part 2 Please find the Study Notes and resources which covers 2nd Part of Chapter 10 Message Driven Bean Component Contract as part of the Sun Certified Business Component Developer exam CX 310 090 3 Identify the use and behavior o
 





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