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
Discuss the QTP Environment?
What are the advantages of qtp?
can any body plz help by sending the qtp docs and qtp ppt's? this is my mail id:murali.padeti@gmail.com
What is the difference between the keyword view and expert view?
How to use conditional loops in qtp ?
what is supply chain management?
i need qtp tutorial. pls send it to sridhar.k151@g mail.com
how to prepared for first for the first interview?
How does quicktest professional (qtp) identifies the object in the application?
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
Mention what are the different types of recording modes in qtp? Which will be used when?
How can I check if a environment variable exist or not?
How many types of parameters are available in quicktest professional (qtp)?
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?
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