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 get Links count in an web application,without
descriptive programming?

Answer Posted / chaitu

This Script is Helpfull to count the No.of links in a web
page

Step1: Set Objects = Browser("BrowserName").Page
("PageName").ChildObjects

Step2: Objectcount = Objects.count
Linkcount = 0
Step3: For i = 1 to Objectcount-1

Link = Objects(i).GetROProperty("micclass")
If Link = "Link" Then
Linkcount = Linkcount+1
msgbox Linkcount
End If
Next
msgbox Linkcount ' It show total number links

Is This Answer Correct ?    7 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the Difference between test object and run time object?

1282


Explain the concept of how quicktest professional identifies object?

1053


what is key word driven frame work ? why it is called like that ? what is the diference between keyword driven and data driven frame work ?

2051


Hi can anybody send me the QTP material, To my email ID: nuve1284@gmail.com ?

2165


How to add verification steps to tests?

9856


How to automate a script in mainframes environment? I have the terminal emulator Add in. Describe in detail.

2312


What are the types of environment variables in qtp?

1077


can any one please tell me which is the best institute in Bangalore to learn QA (crash course)? Thanks

2135


Write a script to customize the test results in PDF and HTML format.

2584


What are the trigger events in qtp?

1211


What is Port testing. Whhen will you perform?

1993


What is Unicode Compatibility?

2087


tell me QTP standards ?plz

1968


wht type of User defined functions or Java Releated functions do we write in VB scripting

2287


X flies from Hyd to bangalore using different methods of transportation. write the test scenarios and test cases for this?

2085