12-21-2010, 10:08 AM
Hi Karraaruna,
The JavaEdit("VTextField_4") object of your application is a protected field thats why QTP has recorded SetSecure instead of Set. If you want to decode the encoded text, try to set the encoded string using SetSecure on a non protected field:
e.g. SomeNonProtectedJavaEdit("TextField").SetSecure "4d0b772dc5d1e0c3"
this will show the exact decoded string in the textfield.
The JavaEdit("VTextField_4") object of your application is a protected field thats why QTP has recorded SetSecure instead of Set. If you want to decode the encoded text, try to set the encoded string using SetSecure on a non protected field:
e.g. SomeNonProtectedJavaEdit("TextField").SetSecure "4d0b772dc5d1e0c3"
this will show the exact decoded string in the textfield.