03-29-2012, 07:24 PM
Hi All,
I recently started working on QTP. I am trying to implement descriptive programming and regular expression together.
I checked the Object property, html id is txtname or txtpassword etc, few other too starting with 'txt'
however, I am getting run time error with "txt+" , can anyone please help me with the error.
Thanks,
Sam
I recently started working on QTP. I am trying to implement descriptive programming and regular expression together.
Code:
Browser("abcd").Page("abcd").WebEdit("html tag:=INPUT","Html id:=txt+","Name:=txt+")
I checked the Object property, html id is txtname or txtpassword etc, few other too starting with 'txt'
however, I am getting run time error with "txt+" , can anyone please help me with the error.
Thanks,
Sam