08-24-2013, 07:47 PM
Hi All,
Im trying to automate selecting the WinRadioButton "First" in the Flight application using the below code in QTP version 9.5.
But I'm getting the below error
Object doesn't support this property or method: 'oChkBoxDesc.Set'
Line (20): "oChkBoxDesc.Set".
Please let me know how can I resolve this.
Im trying to automate selecting the WinRadioButton "First" in the Flight application using the below code in QTP version 9.5.
Code:
'Descrition Object
Set oChkBoxDesc = Description.Create
oChkBoxDesc("micclass").Value = "WinRadioButton"
oChkBoxDesc("text").Value = "First"
oChkBoxDesc.Set
Object doesn't support this property or method: 'oChkBoxDesc.Set'
Line (20): "oChkBoxDesc.Set".
Please let me know how can I resolve this.