Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to change script for checkbox from Dropdown list
#1
Solved: 11 Years, 3 Months, 3 Weeks ago
Hi,
I have a VB script for Dropdown list which select the values (yes or no) from the Data table. but the requirement changed the Dropdown list to Check box. for an example : yes I have to check , else uncheck.

I have attached my script for Dropdwon list. If anyone can help me how to change this script to check box for same scenario?
Code:
Set oWebList = Description.Create
oWebList ("name").value = "XYZ" & i
oWebList ("name").RegularExpression = false
oWebList ("html tag").value = "SELECT"
Disabled=Browser("Browser").Page("Drivers").WebList(oWebList).GetROProperty ("disabled")
If  Disabled = "0" Then
Browser("Browser").Page("Drivers").WebList(oWebList).Select Datatable.Value ("Order" & i, dtlocalSheet)      
End If

Scenario: every time I add new driver I will get this dropdown list for each drive, hence my script have a loop for adding each driver and selecting Dropdown list value for each driver.

I am using QTP 9.5
Reply


Messages In This Thread
How to change script for checkbox from Dropdown list - by mufiani - 01-13-2011, 04:10 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Help with Select checkbox from data table value jayraocourts 0 1,244 11-01-2019, 10:25 PM
Last Post: jayraocourts
Sad How To Find Dropdown Object based on Values from the dropdown list mesg2anil 12 34,060 12-19-2017, 10:25 PM
Last Post: sandy2404
  how to select value from google search box dropdown +QTP prajyot 0 2,898 06-28-2017, 06:30 PM
Last Post: prajyot
  Compare second web list value according to the first web list value roselin6 1 2,838 10-07-2015, 09:14 PM
Last Post: supputuri
Sad Click checkbox using its label name. venkatesh9032 1 3,182 08-10-2015, 10:33 PM
Last Post: kotaramamohana

Forum Jump:


Users browsing this thread: 1 Guest(s)