if there r 10 windows open in QTP write a command to close
all 10 windows at a time ?
Answers were Sorted based on User's Feedback
Answer / sudheer kumar putsala
if Browser("micClass:=Browser","index:=0").Exist(0) Then
Browser("micClass:=Browser","index:=0").Close
Above line of code will close all the open Browsers.
| Is This Answer Correct ? | 2 Yes | 5 No |
what is On Error Resume Next ?
1. What is the difference between Keyword and function in the keyword driven framework? 2. How do you associate Keywords to the script ?
How to enable the text check point in qtp? By default it is disables
1 Answers Sify, ssinformatics,
What r steps to migrate from Manual testing to QTP?(IN BOTH WEB BASED AND WINDOWS APP)
Explain types of output values?
object types is used for what?
what are the challenges you have faced while testing web based application using the automation tools ?
What is an optional step in qtp ?
Anybody explain me, the concept of checkpoint declaration in the QTP mainly for the Objects, Pages, Text and Tables ?
Hi All, How to Compare two strings character by character in QTP
What is object state in trigger events,in recovery scenario.write a script to handle this.
Diff b/w Test Design and Test case design? What is the Design Review's and Code Review's. When will you conduct tese reviews?