Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Drop-down box
#1
Not Solved
Hi,

I have one problem with drop-down boxes. When I manually select a value and ask QTP to do the same thing, the drop down box goes blank during the test. Does anybody know why?
Reply
#2
Not Solved
Sure that the object is captured in the object repository?
Howewer try with something as:
Code:
Browser("browser").Page("page").WebList("weblist").Select "xyz"
Reply
#3
Not Solved
That is the way it is usually recorded in the script and it is not working. Very strange.

It is captured in the object repository
Reply
#4
Not Solved
Hello mahadevan.swamy

is there any script behind the combobox?

can you send the html source of the combobox?

maybe it will give us more idea.
Reply
#5
Not Solved
This is strange. When I used a Gmail application and selected a value from the drop-down box and run the test, the value goes blank again during the test.

How do I send you the html source of the combo-box? Can you try testing the gmail application by selecting an unread mail and selecting "Mark it as unread" in the combo-box? and then run the test and see what happens. Also try parametrizing the username and passwords if you have 2 accounts in gmail and run the test to see what happens. Tell me if it works out for you. Thanks
Reply
#6
Not Solved
Hi,

Which Browser dd u use to record the application? some iE browsers not recognize drop down object. but Mozilla can handle this.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Drop-Downs in excel sheet indianinworld 1 3,505 03-01-2011, 08:40 PM
Last Post: indianinworld

Forum Jump:


Users browsing this thread: 1 Guest(s)