Hi,
i've a problem with typing in of IP adresses while using CSV / data driven testing.
The first tiny "bug" is, that the setting "ClearCurrentText" almost never clears the complete field. This is in this case a big problem, because the IP has a specified length and cannot by typed in at full length. The auto-clear removes only several chars of the text. In the case of the IP address 5...7 chars remains.
This makes it necessery for some textboxes to add additional steps to crear the boxes manually.
The main problem: the dot's in the IP address are not typed in. I've tried severel settings - but nothing changes.
Used value - 1:1 copy of the address from my CSV file: 192.168.61.155
Typed in text in silverlight app in internet explorer: 19216861155 (see screenshots)
I've tried then several other chars behind the address and found one which makes this working: when "=" iss added somewhere in the string the dots are correctly entered. The equal sign itself is NOT typed in by test studio. The position in the string does not matter - it can also stand in the middle of the IP address.
Actually i have to type in IP addresses in CSV this way to have it working: ....,192.168.61.157=,.... (see screenshots)
Best regards