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.

