09-04-2014, 06:43 PM
(This post was last modified: 09-04-2014, 07:03 PM by anshika.agarwal.)
Sorry I was wrong it looks like QTP doesnt like passing [] in the property value
it failed for the following also:
I was using a regular expression as [] here and to user the bracket directly I changed this to \[\] and it worked .. Sorry if anyone's time was wasted.
My script is working now.
it failed for the following also:
Code:
.WebRadioGroup(name:="applicant[0].alsoAssured")
I was using a regular expression as [] here and to user the bracket directly I changed this to \[\] and it worked .. Sorry if anyone's time was wasted.
My script is working now.