On a web application I want to select list item 5 from a
dropdown list. but QTP identifying this object as
winobject. Then how can we select list item 5 from that
dropdown list.
Answer Posted / santhosh
1.FIRST LAUCH THE QTP AND LAUNCH THE APPLICATION AND THEN
CHECK IT OUT
2.DISABLE SMART IDENTIFICATION AND TRY
AND WHILE SCRIPTING U CAN USE
BROSER(" ").PAGE(" ").WEBLIST( " ").GETITEM(5)
this wil get u item 5
plesae revert back it this doesnot work
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is ObjectParamater?
How many types of recording facility are available in quicktest professional?
When you open QTP, how many sheets you can see?
What is Cross browser testing? Does UFT support it?
If you are testing a web application then what will you test in that application?
Explain about the quicktest professional (qtp) automation object model?
if numbers are always changing write a script for that
Does QTP run in any environment?
How to import a test case present in ".xls" file to TD under a Test set?
How do you perform Regreession Testing?
What is the standard timing delay for web based application in qtp?
Is it possible to change the values of analog recording?
Our company is having a windows client server application developed in vb.net. so there is a treeview and i am not in a position to record the click events in QTP. so kindly help. Vivek
Connect to QC using AOM.
Describe the differences between functions and actions in UFT?