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

write a script to close all open browser in qtp except one
browser whose name is xyz

Answer Posted / lak

dim oBrowser,oAllBrowser,nProcessId,nCounter

set oBrowser = Description.Create
oBrowser("micclass").vlaue="Browser"

set oAllBrowser = Desktop.childObjects(oBrowser)

for nCounter=0 to oAllBrowser.count-1

if(instr(oAllBrowser(nCounter).getRoProperty
("title"),"xyz"))<=0 then
nProcessId = oAllBrowser(nCounter).getRoProperty("process
id")
Systemutil.closeProcessById nProcessId
End if
else
oAllBrowser(nCounter).close

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how do u manipulating INI, DLL and / or registry files in support of your test environment? actually what do u mean by INI and DLL or registry files. plzzz its urgent do answer

2058


How to creating an output value using quicktest professional?

1123


Is the qtp course will help to create a virtual object?

2021


How to export quicktest professional (qtp) results to an .xls file?

1272


What are the main differences of qtp and win runner?

1214


what is error and fault in terms of software quality?

1961


How to start recording using quicktest professional (qtp)?

1149


Hi frnds, does anybody know if there is anything called "thin point" or something in qtp? thanks in advance.

2063


How to add verification steps to tests?

9856


How do I lauch my test website using code from qtp in different environmet, uat and PPTE?

2078


Which advantages helping QTP to hold the position of "Market Leader" for such a long period?

1892


What is exact meaning of Database Checkpoint in QTP 9.2 and what are the different types of the database check points?

2812


can any one say that where we can download the QTP trail version ??????????

1804


How did you use regular expressions in QTP and also in WR?

2691


How to find the length of the string in qtp?

1103