write script for "dropdown button having how many words? for ex.SELECT CITY is dropdown name.. find out how many cities in that?
Answer / sandhya
Browser().page().weblist().getroproperty("items count")
here we use items count property to find the count in a drop
down list
| Is This Answer Correct ? | 6 Yes | 0 No |
your coming from electrical backgroung..but y ur coming to software side?
what is a active x control?can any one brief me about active x controls
In qtp, how you can exit for loop?
Can we Script any test case with out having Object repository? or Using Object Repository is a must
Why qtp always start action1 and does not start action?
I have a login page like username, password and login. I have to pass the 50 user names and 50 passwords but how can i test this page with out using parameters?
I have 14 itmes in a drop down that are associated with an account And these items change with different accounts I want to be able to define it by and index number or any other id so if I enter 2 in my Global excel sheet it selects the 2nd item from the drop down - is this possible?
any one could you explain the following code with example: intFieldItemsCnt =CInt(GetProperty(Browser ("Browsername").Page("Pagename").Weblist ("weblistname"),"items count")) msgbox intFieldItemsCnt
How to see entire results at the same timeafter the batch run.. Cannot see the entire results at a time. Is there a easier way view everthing at same,as our batch file very large
What are the views available in qtp?
"What are the common constrains that we need to consider when we prepare testcases for ASP application". Thanks in Advance...
when i was doing the Flight reservation with QTP calculating the tickets i got Type mismatch: '[string: ""]' in "If cdbl(tot)=cdbl(p)*t Then" error. where I am doing the mistake Could you please tell me.