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 you have the same application screen with 7 drop down
boxes and approximately 70 values how do you test with QTP?

Answer Posted / sagar

By Using DP

set descObj=Description.Create()
descObj("micclass").Value="weblist"

set itmWeblist=Browser().page().ChildObjects(descObj)

for i=0 to itmWeblist.Count
allitems=itmWeblist(i).GetROProperty("all items")
x=Split(allitems,";")
for j=0 to UBound(x)
msgbox (x(j))
Next
Next


I think the above code will work.. please let me know if im
wrong

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Discuss the QTP Environment?

1095


What are the advantages of qtp?

1049


can any body plz help by sending the qtp docs and qtp ppt's? this is my mail id:murali.padeti@gmail.com

2282


What is the difference between the keyword view and expert view?

1013


How to use conditional loops in qtp ?

1100


what is supply chain management?

2645


i need qtp tutorial. pls send it to sridhar.k151@g mail.com

2144


how to prepared for first for the first interview?

2346


How does quicktest professional (qtp) identifies the object in the application?

1087


in qtp if we record a object and we record the object using virtual wizard then by which way the object is recognized that means recorded

1994


Mention what are the different types of recording modes in qtp? Which will be used when?

1061


How can I check if a environment variable exist or not?

1085


How many types of parameters are available in quicktest professional (qtp)?

1088


Hi, i run scripts in one machine those r passed.when i run the scripts in client side those r failed.Give me such a scenario when ever u faced?

2152


how to find that a file has been completely downloaded or not? I told that "download Complete" pop up. but he told the tool doesn't recognize the pop up

4679