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

If there are some browsers opened and I don't how many browsers are open, Now I want to close all the browsers that I don't know how many are opened.
What would be Descriptive programming for this in QTP using VB Script..???
Please send your answers.

Answer Posted / m.ganesh

Set odesc=description.Create
odesc("micclass").value="Browser"
Set a=Desktop.ChildObjects(odesc)
print a.count
For i = 0 To a.count-1
browsername= a(i).getroproperty("name")
print browsername
Next

Is This Answer Correct ?    10 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Discuss the QTP Environment?

1098


How does you test a weblink which is changing dynamically?

1059


How can you send user defined messages to test report?

1109


What are the types of object repositories? Which one is you using?

1257


How many number of actions possible in qtp?

1097


wht is Manual Testing Frame work. Pls anybody can give appropriate answers

2127


how u will evaluate the tool for test automation?

1931


Write a script to verify font style and color of a windows object using descriptive programming

1461


hi can any body give me a script for creating a modularity or keyword driven framework..i am working as a qtp tester for 2 months but still i am not exposed to framework in my company

1953


Explain qtp(quick test professional)?

1079


What are the benefits of quick test pro(qtp)?

1032


Explain the qtp test phases.

1088


What is the significance of “action 0” in qtp?

1123


What is the extension of qtp local repository?

1061


Anybody plz give, How do you test aframe in a web page? If page cotain text message or Images, tables?

2118