In a yahoo web Application there are 65 links.one day it
will opens 50 links and another day it will open 55
links.In this scenerio write Descriptive programing for
Automation?....Pls write the code for this scenerio.
Answer / gaurav anand
for that page, use description.create() to get an object and then use that object to assign a "micclass" value i.e. in this case is links. then, count the no of links using count(). then store this in a variable and use a for loop to work on these links.
set a = description.create()
a.("micclass").value=links
for(i=0;i<a.count,i++)
set b= browser("").page("").childobjects(a)
-----use b as an object to do whatever you want to do on a link-----
next
| Is This Answer Correct ? | 0 Yes | 0 No |
How u perform Batch Program in QTP?
How do Parameterization and Data-Driving relate to each other in QTP?
write the code to reverse a string without using Strrev built in function.
What are the advantages of qtp?
How to supress warnings from the "Test results page"?
Any body have QTP 9.5 licence key. please provide me at madhukar_dec30@yahoo.co.in
Does we use Classes and methods in realtime..?How wud we access methods in a class..?Thanq Guys..!
how to test power point using QTP 8.2 ? What are different methods to retrieve value from Application during runtime ?
How to make qtp understand the difference amongst the same type of objects .suppose there are 5 check boxes in a page and I have to choose the 2nd one, how to do that through script?
How to record objects of Windows taskbar
What are the Features & Benefits of Quick Test Pro (QTP 8.0)?
How we wil do data driven test using chkpts? Plz. give me complete navigation steps for this?