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
How will you test a keyboard?
Why do you create a text checkpoint on a Web application? What is the purpose of the Close method?
Which scripting language used by quicktest professional?
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 ?
Can I change properties of a test object?
How to modify object property in qtp ?
i am looking job in perfomance testing using Loadrunner any one help me a project plz......?(Chandana) chs_29@rediffmail.com
Can UFT be connected to Quality Center? If ‘Yes’ brief the process or steps.
What is the difference between keyword view and expert view?
how we implement share object repository in QTP 9.0 without using quality Centre , Explaine in brief
How to creating an output value using quicktest professional?
I had installed QTP 9.2. It is working fine but whenever I open QTP, it is trying to reinstall the below-mentioned files again and again "QTP92PS82UPGRADE.exe", "recogn.dll". If anybody has these files, please provide those files in this site or you can send that files to my mail id also (lravi4u@yahoo.com). If you don't know where the files will be in the QTP, search in the QTP software CD or path of QTP program installed (C:\Program Files\Mercury Interactive\QuickTest Professional)
What is an object repository?
Whats the realtime QTP testing process
How will you report the bug and explain the defect tracking sheet you handled?