11-01-2019, 10:25 PM
in UFT , I have a data table with column ( "Checkbox) with a Value of 1.
I would like to have that value '1" used to place a check in the checkbox field in my test.
in the properties of checkbox, when the box is selected, the properties "checked" has a Value of 1 and when unselected a value of 0.
I have :
Browser("A").Page("B").WebList("select_3").WebCheckBox("Checkbox", "checked").Set datatable.Value("Checkbox")
Can anyone assist with this scripting issue??
I would like to have that value '1" used to place a check in the checkbox field in my test.
in the properties of checkbox, when the box is selected, the properties "checked" has a Value of 1 and when unselected a value of 0.
I have :
Browser("A").Page("B").WebList("select_3").WebCheckBox("Checkbox", "checked").Set datatable.Value("Checkbox")
Can anyone assist with this scripting issue??