Forum Discussion
Andrey_M
13 years agoContributor
Hi Ravik.
Check the actual length of what TC tries to input into field property with logging like this:
Log.Message( YourValue.length )
or
Log.Message( Len( YourValue ) ) if you use VBS.
It's good idea to log value itself as well.
Check the actual length of what TC tries to input into field property with logging like this:
Log.Message( YourValue.length )
or
Log.Message( Len( YourValue ) ) if you use VBS.
It's good idea to log value itself as well.