Hi,
I am not sure about what you want to test.
But if you want to use the index, then you have to set the index value to checkbox in the OR.
Use "SetTOProperty" to change the value in the OR.
Please let me know if you need any more informaiton.
Sorry for the code that I shared in the previous reply,please ignore that.
Please let me know if you need any more info.
I am not sure about what you want to test.
But if you want to use the index, then you have to set the index value to checkbox in the OR.
Use "SetTOProperty" to change the value in the OR.
Code:
Count=Browser("Application RECLID").Page("Application RECLID").WebTable("Code PSV").RowCount
For y=0 to Count-1
Browser("Application RECLID").Page("Application RECLID").WebCheckBox("WebCheckBox").SetToProperty "index",y
CheckText = Browser("Application RECLID").Page("Application RECLID").WebCheckBox("WebCheckBox").GetTOProperty("Value")
Datatable.LocalSheet.AddParameter "Code",CellText
Next
Sorry for the code that I shared in the previous reply,please ignore that.
Code:
Count=Browser("Application RECLID").Page("Application RECLID").WebTable("Code PSV").RowCount
DataTable.LocalSheet.AddParameter "Code",""
For y=0 to Count-1
DataTable.LocalSheet.SetCurrentRow y+1
Browser("Application RECLID").Page("Application RECLID").WebCheckBox("WebCheckBox").SetToProperty "index",y
CheckText = Browser("Application RECLID").Page("Application RECLID").WebCheckBox("WebCheckBox").GetTOProperty("Value")
DataTable("Code", dtlocalSheet)= CheckText
Next
Please let me know if you need any more info.
Thanks,
SUpputuri
SUpputuri