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

how to display all the links in one page using vb script in qtp.

Answer Posted / sowmya

We can use the page check point to display the number of
links in a web page

or

we can create the child object

set objlink=description.create()
objlink ("micclass").value='weblink'
set odesc=browser("browser").page("browser").childobject
(objlink)

numberoflinks=objlink.count

msg numberoflinks


i think it should work.....

Is This Answer Correct ?    7 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Hai this is sheik, i want to learn VB scripts for web application pls guide me what are all basic things need to know to learn VB scripts in web application.

2065


Write program for identifyig duplicates in flight Departing from and Arriving in mercury tours(web application).

1913


What is the difference between function and procedure?

1211


Which function allows you to instantiate an object given its programmatic identifier or progid?

1024


How to make professional test report using vbscript code in UFT, which gives us complete analysis of the test.

2964


What is the output of a + b in vbscript if a = 5 and b = 10?

3104


Hi, Can anyone please send me vb script examples to practice vb and also material to learn vb scripting in QTP? my email id : hareen_11@yahoo.com

2285


What is the purpose of folders object of scripting.filesystemobject class in vbscript?

1363


In html file what is an ideal position to include vbscript?

1403


In the Web page we have a table link, if we click on that link all the contents under that link will be sorted (asscending/Descending). Now i want to check in which order the list is ? for that i need to get the data in to some var How can i get that cells data?

2467


how does vb script help in web page designing? explain with example.

1987


What is the difference between do until loop and do while loop?

1048


what is the use of QCUtil? explain with one example?

7056


how to operate webobjects in a webpage using getobject function and then using generic methods?

3094


Which function is used in the vbscript language to convert the specified expression into a date type value?

936